|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo | Contains interfaces for client-side applications. |
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 | |
Type | Name |
---|---|
Session |
ApplicationModule.getSession()
Gets the Application Module's session. |
Uses of Session in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws that return Session | |
Type | Name |
---|---|
Session |
WSApplicationModule.getSession()
|
Uses of Session in oracle.jbo.server |
Classes in oracle.jbo.server that implement Session | |
Type | Name |
---|---|
class |
SessionImpl
The default server-side implementation of the Session interface. |
Methods in oracle.jbo.server that return Session | |
Type | Name |
---|---|
Session |
ApplicationModuleImpl.getSession()
Returns the session information. |
Session |
DBTransactionImpl.getSession()
Gets the session information. |
Session |
NullDBTransactionImpl.getSession()
Deprecated. Implementation of the DBTransaction interface. |
Session |
DBTransaction.getSession()
Gets the session information. |
Methods in oracle.jbo.server with parameters of type Session | |
Type | Name |
---|---|
static ApplicationModuleImpl |
ApplicationModuleImpl.createRootApplicationModule(java.lang.String applicationModuleDefName,
Session sess)
Internal: Applications should not call this method. |
protected void |
ApplicationModuleImpl.activate(Session session)
Deprecated. Subclasses should implement customizations in ApplicationModuleImpl.prepareSession(Session) |
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 | |
Type | Name |
---|---|
Session |
LocalApplicationModuleImpl.getSession()
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |