Package org.nakedobjects.runtime.context

Class Summary
NakedObjectsContext Provides singleton access to the current (session scoped) NakedObjectSession, along with convenience methods to obtain application-scoped components and also any transaction-scoped components TransactionScopedComponents if a NakedObjectTransaction is in progress.
NakedObjectsContextMultiUser Provides access to the current NakedObjectSession in a multi-user deployment.
NakedObjectsContextPipe A specialised NakedObjectsContext implementation that provides two sets of components: one for the server; and one for the client.
NakedObjectsContextStatic Provides access to the current NakedObjectSession in a single-user deployment (and thus implemented as a static singleton).
NakedObjectsContextThreadLocal Basic multi-user implementation of NakedObjects that stores a set of components for each thread in use.
 

Enum Summary
NakedObjectsContext.ContextReplacePolicy Whether the singleton itself may be replaced.
NakedObjectsContext.SessionClosePolicy  
 



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