Business Components

Uses of Class
oracle.jbo.server.ApplicationModuleImpl

Packages that use ApplicationModuleImpl
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
 ApplicationModuleImpl ComponentObjectImpl.getRootApplicationModule()
          Get 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.
 


Business Components