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


Uses of Interface
oracle.jbo.SessionContext

Packages that use SessionContext
oracle.adf.model Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 

 

Uses of SessionContext in oracle.adf.model

 

Methods in oracle.adf.model that return SessionContext
 SessionContext BindingContext.getSessionContext()
           

 

Methods in oracle.adf.model with parameters of type SessionContext
 void BindingContext.initializeSessionContext(SessionContext currentSession)
          Internal: Applications should not use this class.
 void BindingContext.setSessionContext(SessionContext currentSession)
          Internal: Applications should not use this class.

 

Uses of SessionContext in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return SessionContext
 SessionContext DCDataControl.getSessionContext()
           

 

Methods in oracle.adf.model.binding with parameters of type SessionContext
 void DCDataControl.setSessionContext(SessionContext sessionContext)
           

 

Uses of SessionContext in oracle.jbo

 

Methods in oracle.jbo that return SessionContext
 SessionContext SessionContextManager.getCurrentSession()
           

 

Methods in oracle.jbo with parameters of type SessionContext
 void SessionContextManager.setCurrentSession(SessionContext session)
           

 

Uses of SessionContext in oracle.jbo.common

 

Methods in oracle.jbo.common that return SessionContext
 SessionContext SessionContextManagerImpl.getCurrentSession()
           

 

Methods in oracle.jbo.common with parameters of type SessionContext
 void SessionContextManagerImpl.setCurrentSession(SessionContext sessionContext)
           

 


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


 

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