Business Components

Uses of Interface
oracle.jbo.JboContext

Packages that use JboContext
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 JboContext in oracle.jbo.common
 

Classes in oracle.jbo.common that implement JboContext
 class JboInitialContext
          Internal: Applications should not use this class.
 

Methods in oracle.jbo.common that return JboContext
 JboContext JboHome.getParentContext()
           
 

Constructors in oracle.jbo.common with parameters of type JboContext
JboHome.JboHome(JboContext ctx)
           
 

Uses of JboContext in oracle.jbo.server
 

Classes in oracle.jbo.server that implement JboContext
 class InitialContextImpl
          Internal: Applications should not use this class.
 


Business Components