| Package | Description | 
|---|---|
| oracle.jbo.client | 
 Contains the client side implementation for ADF Business Components interfaces in the oracle.jbo package. 
 | 
| oracle.jbo.common.ampool | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationModuleHandle | 
Configuration.createApplicationModuleHandleForUsageType(java.lang.String qualifiedAMDefName,
                                         java.lang.String usageType,
                                         EnvInfoProvider envInfo)  | 
static ApplicationModuleHandle | 
Configuration.createRootApplicationModuleHandle(java.lang.String qualifiedAMDefName,
                                 java.lang.String configName)
Returns an application module handle. 
 | 
static ApplicationModuleHandle | 
Configuration.createRootApplicationModuleHandle(java.lang.String qualifiedAMDefName,
                                 java.lang.String configName,
                                 EnvInfoProvider envInfo)
Returns an application module handle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Configuration.releaseRootApplicationModuleHandle(ApplicationModuleHandle handle,
                                  boolean remove)
Releases the application module associated with the handle created from
  
Configuration.createRootApplicationModuleHandle(String, String). | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ApplicationModuleRef  | 
interface  | 
SessionCookie
Interface for session cookies. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteCookieImpl  | 
class  | 
SessionCookieImpl
Default SessionCookie implementation. 
 |