Business Components

Uses of Class
oracle.jbo.server.ApplicationModuleImpl

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of ApplicationModuleImpl in oracle.jbo.server
 

Methods in oracle.jbo.server that return ApplicationModuleImpl
TypeName
 ApplicationModuleImpl ComponentObjectImpl.getRootApplicationModule()
          Gets the root application module implementation.
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.
protected  ApplicationModuleImpl DBTransactionImpl.getTxnApplicationModuleImpl()
           
protected  ApplicationModuleImpl NullDBTransactionImpl.getTxnApplicationModuleImpl()
           
 


Business Components