Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.Session

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

 

Uses of Session in oracle.jbo

 

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

 

Uses of Session in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement Session
 class ApplicationModuleImpl
          Abstract application module proxy.

 

Methods in oracle.jbo.client.remote that return Session
 Session ApplicationModuleImpl.getSession()
           

 

Uses of Session in oracle.jbo.common.ws

 

Classes in oracle.jbo.common.ws that implement Session
 class WSApplicationModuleImpl
           

 

Methods in oracle.jbo.common.ws that return Session
 Session WSApplicationModuleImpl.getSession()
           

 

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 NullDBTransactionImpl.getSession()
          Deprecated. Implementation of the DBTransaction interface.
 Session DBTransactionImpl.getSession()
          Gets the session information.
 Session DBTransaction.getSession()
          Gets the session information.
 Session ApplicationModuleImpl.getSession()
          Returns the session information.

 

Methods in oracle.jbo.server with parameters of type Session
static ApplicationModuleImpl ApplicationModuleImpl.createRootApplicationModule(java.lang.String applicationModuleDefName, Session sess)
          Internal: Applications should not call this method.
protected  void ApplicationModuleImpl.activate(Session session)
          Called by the framework when a root Application Module is created.
protected  void ApplicationModuleImpl.prepareSession(Session session)
          Prepares the ApplicationModule session.

 

Uses of Session in oracle.jbo.server.ejb

 

Methods in oracle.jbo.server.ejb that return Session
 Session LocalApplicationModuleImpl.getSession()
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.