| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.server.svc.ServiceConfiguration
public class ServiceConfiguration
| Nested Class Summary | |
|---|---|
static class | 
ServiceConfiguration.ServiceJTATrnHandlerFactory | 
| Constructor Summary | |
|---|---|
ServiceConfiguration() | 
|
| Method Summary | |
|---|---|
static TransactionHandlerFactory | 
createTransactionHandlerFactory(java.lang.String poolName, java.lang.String id) | 
static ApplicationModule | 
getApplicationModule(java.lang.String appModuleDefName, java.lang.String trxId)retrieve current application module  | 
static ApplicationModule | 
getRootApplicationModule(java.lang.String qualifiedAMDefName, java.lang.String configName)Creates and connects an application module using the specified configuration.  | 
static ApplicationModule | 
getRootApplicationModule(java.lang.String qualifiedAMDefName, java.lang.String configName, EnvInfoProvider envInfo)Creates and connects an application module using the specified configuration.  | 
static ServiceCookieHandler | 
getServiceCookieHandler(ApplicationModule appModule) | 
static void | 
releaseApplicationModule(java.lang.String appModuleDefName, java.lang.String trxId, boolean removeSessionCookie)release the application module for a particular JTA transaction  | 
static void | 
releaseResources(ApplicationModule appModule)release resources for an application module  | 
static void | 
releaseRootApplicationModule(ApplicationModule appModule, boolean removeSessionCookie)release the root application module  | 
static void | 
setApplicationModule(java.lang.String appModuleDefName, java.lang.String trxId, ApplicationModule appModule)set application module for a particular JTA transaction  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ServiceConfiguration()
| Method Detail | 
|---|
public static ApplicationModule getApplicationModule(java.lang.String appModuleDefName,
                                                     java.lang.String trxId)
appModuleDefName -trxId -
public static void setApplicationModule(java.lang.String appModuleDefName,
                                        java.lang.String trxId,
                                        ApplicationModule appModule)
appModuleDefName -trxId -appModule -
public static void releaseApplicationModule(java.lang.String appModuleDefName,
                                            java.lang.String trxId,
                                            boolean removeSessionCookie)
appModuleDefName -trxId -removeSessionCookie - flag indicates whether to remove the session cookie
public static void releaseResources(ApplicationModule appModule)
                             throws JboException
appModule -JboExceptionpublic static ServiceCookieHandler getServiceCookieHandler(ApplicationModule appModule)
public static void releaseRootApplicationModule(ApplicationModule appModule,
                                                boolean removeSessionCookie)
appModule - the application module to be released to the poolremove - flag indicates whether the session cookie should be removed or not
public static ApplicationModule getRootApplicationModule(java.lang.String qualifiedAMDefName,
                                                         java.lang.String configName)
qualifiedAMDefName - the package qualified application module definition nameconfigName - the name ofthe configuration
public static ApplicationModule getRootApplicationModule(java.lang.String qualifiedAMDefName,
                                                         java.lang.String configName,
                                                         EnvInfoProvider envInfo)
qualifiedAMDefName - the package qualified application module definition nameconfigName - the name ofthe configurationenvInfo - an EnvInfoProvider which may be used to provide additional information when the application module is connected
public static final TransactionHandlerFactory createTransactionHandlerFactory(java.lang.String poolName,
                                                                              java.lang.String id)
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||