Business Components

Uses of Interface
oracle.jbo.JboContext

Packages that use.*
PackageDescription
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
TypeName
 class JboInitialContext
          Internal: Applications should not use this class.
 

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

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

Uses of JboContext in oracle.jbo.server
 

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


Business Components