Business Components

Uses of Interface
oracle.jbo.Session

Packages that use Session
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of Session in oracle.jbo
 

Methods in oracle.jbo that return Session
 Session ApplicationModule.getSession()
          Gets the Application Module's current session.
 

Uses of Session in oracle.jbo.server
 

Classes in oracle.jbo.server that implement Session
 class SessionImpl
          The default server-side implementation of the Session interface.
 

Methods in oracle.jbo.server that return Session
 Session ApplicationModuleImpl.getSession()
          Gets the session information.
 Session NullDBTransactionImpl.getSession()
          Implementation of the DBTransaction interface.
 Session DBTransactionImpl.getSession()
          Gets the session information.
 Session DBTransaction.getSession()
          Gets the session information.
 

Methods in oracle.jbo.server with parameters of type Session
static ApplicationModuleImpl ApplicationModuleImpl.createRootApplicationModule(java.lang.String applicationModuleDefName, Session sess)
          A factory method for creating a root Application Module.
protected  void ApplicationModuleImpl.activate(Session session)
          This method is called by the framweork when a root application module is created.
 


Business Components