public class BoundSessionContextImpl extends AbstractBoundContext<Map<String,Object>> implements BoundSessionContext
| Constructor and Description |
|---|
BoundSessionContextImpl(String contextId,
BeanIdentifierIndex index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(Map<String,Object> storage)
Associate the context with the storage (for this thread).
|
Class<? extends 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(String contextId, BeanIdentifierIndex index)
public Class<? extends Annotation> getScope()
Contextpublic boolean associate(Map<String,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<Map<String,Object>>storage - the external storageCopyright © 2014 Seam Framework. All Rights Reserved.