public class BoundSessionContextImpl extends AbstractBoundContext<java.util.Map<java.lang.String,java.lang.Object>> implements BoundSessionContext
| Constructor and Description |
|---|
BoundSessionContextImpl(java.lang.String contextId,
BeanIdentifierIndex index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(java.util.Map<java.lang.String,java.lang.Object> storage)
Associate the context with the storage (for this thread).
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Get the scope type of the context object.
|
activate, cleanup, deactivate, dissociate, getBeanStore, setBeanStoreinvalidate, isActive, isValid, setActivecheckContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, deactivate, invalidatedestroydissociatepublic BoundSessionContextImpl(java.lang.String contextId,
BeanIdentifierIndex index)
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
Contextpublic boolean associate(java.util.Map<java.lang.String,java.lang.Object> storage)
BoundContextBoundContext.associate(Object) has been called, further calls
to BoundContext.associate(Object) will be ignored, until the context has been subsequently BoundContext.dissociate(Object) from
the storage.associate in interface BoundContext<java.util.Map<java.lang.String,java.lang.Object>>storage - the external storageCopyright © 2015. All Rights Reserved.