| Package | Description | 
|---|---|
| oracle.adf.model.bean | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.ejb | 
 Contains the base implmentation of appmodule session beans. 
 | 
| oracle.jbo.server.ejb.facade | |
| oracle.jbo.server.lov | |
| oracle.jbo.server.remote | 
 Contains the platform independent server side abstract implementation for handling 3 tier communications. 
 | 
| oracle.jbo.server.remote.colo | 
 Contains the server side adapter classes used in logical 3 tier (a.k.a colocated) appmodules. 
 | 
| oracle.jbo.server.remote.ejb | 
 Contains server side adapter classes used by appmodule session beans. 
 | 
| oracle.jbo.server.uniqueid | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCDataAM
For internal adf framework use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationModuleImpl | 
ApplicationModuleImpl.createRootApplicationModule(java.lang.String applicationModuleDefName,
                           Session sess)
Internal: Applications should not call this method. 
 | 
ApplicationModuleImpl[] | 
ApplicationModuleImpl.getApplicationModuleImpls()
Internal: Applications should not use this method. 
 | 
ApplicationModuleImpl | 
ComponentObjectImpl.getRootApplicationModule()
Gets the root application module implementation. 
 | 
protected ApplicationModuleImpl | 
NullDBTransactionImpl.getTxnApplicationModuleImpl()
Deprecated.  
  | 
protected ApplicationModuleImpl | 
DBTransactionImpl.getTxnApplicationModuleImpl()
Gets the root Application Module to which this transaction
 belongs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.Set<ApplicationModuleImpl> | 
DBTransactionImpl.getActiveApplicationModuleImpls()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ViewObjectImpl | 
AssociationDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am,
                           java.lang.String voName,
                           EntityAssociation eoAssoc)  | 
protected ViewObjectImpl | 
AssociationDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am,
                        java.lang.String voName,
                        ViewDefImpl vDef,
                        ViewLinkDefImpl vlDef)  | 
static ApplicationModule | 
MetaObjectManager.findApplicationModule(java.lang.String name,
                     ApplicationModuleImpl am)
Finds the application module instance 
 | 
protected void | 
ApplicationModuleDefImpl.loadComponents(ApplicationModuleImpl am)
This function loops through the list of ViewObjects, ViewLinks, and
 child ApplicationModules found in the ApplicationModule definition
 and create them in the ApplicationModule instance, identified by
 am. 
 | 
| Constructor and Description | 
|---|
DOMSerializer(ApplicationModuleImpl app)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ApplicationModuleImpl | 
SessionBeanImpl.mApplicationModule  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ViewObjectImpl | 
CmrAccessorDefImpl.createAssociationAccessorVO(ApplicationModuleImpl am,
                           java.lang.String voName,
                           EntityAssociation eoAssoc)  | 
protected ViewObjectImpl | 
CmrAccessorDefImpl.createViewLinkAccessorVO(ApplicationModuleImpl am,
                        java.lang.String voName,
                        ViewDefImpl vDef,
                        ViewLinkDefImpl vlDef)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LOVAppModuleImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
LOVManager.clearCache(ApplicationModuleImpl am)  | 
static java.lang.String | 
LOVManager.lookupName(ApplicationModuleImpl am,
          java.lang.String type,
          java.lang.String displayValue)  | 
static java.lang.String | 
LOVManager.lookupValue(ApplicationModuleImpl am,
           java.lang.String type,
           java.lang.String code)  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationModuleImpl | 
AbstractRemoteApplicationModuleImpl.createApplicationModule(java.lang.String name,
                       java.lang.String defName)  | 
ApplicationModuleImpl | 
AbstractRemoteApplicationModuleImpl.createRootApplicationModule(java.util.Hashtable ctxEnv)  | 
ApplicationModuleImpl | 
AbstractRemoteApplicationModuleImpl.getAdaptee()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ResponseValues | 
ObjectMarshallerImpl.adjustMarshalApplicationModule(ApplicationModuleImpl appmodule,
                              ResponseValues amHdl)  | 
ResponseValues | 
AbstractRemoteApplicationModuleImpl.createLocalApplicationModule(ApplicationModuleImpl parentAM,
                            java.lang.String amName,
                            java.lang.String defName)  | 
ResponseValues | 
AbstractRemoteApplicationModuleImpl.findApplicationModule(ApplicationModuleImpl parentAM,
                     java.lang.String amName)  | 
protected ResponseRef | 
ObjectMarshallerImpl.marshalApplicationModule(ApplicationModuleImpl appmodule)  | 
protected ResponseRef | 
ObjectMarshallerImpl.marshalApplicationModuleInternal(ApplicationModuleImpl appmodule,
                                int objId)  | 
void | 
AbstractRemoteApplicationModuleImpl.setAdaptee(ApplicationModuleImpl appModImpl)  | 
void | 
ObjectMarshallerImpl.syncROT(java.util.ArrayList cliRotList,
       ApplicationModuleImpl am)  | 
| Constructor and Description | 
|---|
AbstractRemoteApplicationModuleImpl(ApplicationModuleImpl appModule)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static ServerApplicationModuleImpl | 
ServerApplicationModuleImpl.createServerApplicationModule(ServerApplicationModuleImpl parent,
                             ApplicationModuleImpl am)  | 
protected void | 
ServerApplicationModuleImpl.initAM(ServerApplicationModuleImpl parent,
      ApplicationModuleImpl am)  | 
| Constructor and Description | 
|---|
ServerApplicationModuleImpl(ServerApplicationModuleImpl parent,
                           ApplicationModuleImpl am)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ResponseValues | 
EJBObjectMarshallerImpl.adjustMarshalApplicationModule(ApplicationModuleImpl am,
                              ResponseValues amRef)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RowIdAMImpl
This class is the Application Module implementation for the RowId generator. 
 |