Uses of Interface
org.nakedobjects.runtime.session.NakedObjectSession

Packages that use NakedObjectSession
org.nakedobjects.runtime.context   
org.nakedobjects.runtime.session   
org.nakedobjects.runtime.transaction These interfaces are extended by PersistenceSession and not intended to be implemented directly. 
 

Uses of NakedObjectSession in org.nakedobjects.runtime.context
 

Methods in org.nakedobjects.runtime.context that return NakedObjectSession
protected  NakedObjectSession NakedObjectsContextThreadLocal.createAndOpenSession(java.lang.Thread thread, AuthenticationSession authenticationSession)
           
static NakedObjectSession NakedObjectsContext.getSession()
          Convenience method returning the current NakedObjectSession.
static NakedObjectSession NakedObjectsContext.getSession(java.lang.String sessionId)
          Convenience method to return NakedObjectSession for specified getId().
 NakedObjectSession NakedObjectsContextStatic.getSessionInstance()
           
 NakedObjectSession NakedObjectsContextPipe.getSessionInstance()
           
 NakedObjectSession NakedObjectsContextThreadLocal.getSessionInstance()
          Get execution context used by the current thread.
abstract  NakedObjectSession NakedObjectsContext.getSessionInstance()
          Locates the current NakedObjectSession.
protected  NakedObjectSession NakedObjectsContextStatic.getSessionInstance(java.lang.String executionContextId)
           
protected  NakedObjectSession NakedObjectsContextPipe.getSessionInstance(java.lang.String executionContextId)
           
protected  NakedObjectSession NakedObjectsContextThreadLocal.getSessionInstance(java.lang.String executionContextId)
           
protected abstract  NakedObjectSession NakedObjectsContext.getSessionInstance(java.lang.String sessionId)
          The NakedObjectSession for specified getId().
static NakedObjectSession NakedObjectsContext.openSession(AuthenticationSession authenticationSession)
          Convenience method to open a new NakedObjectSession.
 NakedObjectSession NakedObjectsContextStatic.openSessionInstance(AuthenticationSession authenticationSession)
           
 NakedObjectSession NakedObjectsContextPipe.openSessionInstance(AuthenticationSession authenticationSession)
           
 NakedObjectSession NakedObjectsContextThreadLocal.openSessionInstance(AuthenticationSession authenticationSession)
          Is only intended to be called through NakedObjectsContext.openSession(AuthenticationSession).
abstract  NakedObjectSession NakedObjectsContext.openSessionInstance(AuthenticationSession session)
          Creates a new NakedObjectSession and binds into the current context.
 

Uses of NakedObjectSession in org.nakedobjects.runtime.session
 

Classes in org.nakedobjects.runtime.session that implement NakedObjectSession
 class NakedObjectSessionDefault
          Analogous to a Hibernate Session, holds the current set of components for a specific execution context (such as on a thread).
 

Methods in org.nakedobjects.runtime.session that return NakedObjectSession
 NakedObjectSession NakedObjectSessionFactoryAbstract.openSession(AuthenticationSession authenticationSession)
           
 NakedObjectSession NakedObjectSessionFactory.openSession(AuthenticationSession session)
          Creates and opens the NakedObjectSession.
 

Uses of NakedObjectSession in org.nakedobjects.runtime.transaction
 

Methods in org.nakedobjects.runtime.transaction that return NakedObjectSession
 NakedObjectSession NakedObjectTransactionManager.getSession()
          The owning NakedObjectSession.
 NakedObjectSession NakedObjectTransactionManagerAbstract.getSession()
           
 

Methods in org.nakedobjects.runtime.transaction with parameters of type NakedObjectSession
 void NakedObjectTransactionManagerAbstract.setSession(NakedObjectSession session)
          Should be injected prior to opening
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.