Business Components

Uses of Class
oracle.jbo.common.JboHome

Packages that use JboHome
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of JboHome in oracle.jbo.common
 

Methods in oracle.jbo.common that return JboHome
protected  JboHome JboInitialContext.createJboHome(java.lang.String name)
           
 

Uses of JboHome in oracle.jbo.server
 

Methods in oracle.jbo.server that return JboHome
protected  JboHome InitialContextImpl.createJboHome(java.lang.String publishedName)
          Factory method for creating ApplicationModuleHome pertinent for the local platfrom.
 


Business Components