public class EjbRequestContextImpl extends AbstractBoundContext<InvocationContext> implements EjbRequestContext
| Constructor and Description |
|---|
EjbRequestContextImpl(java.lang.String contextId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(InvocationContext ctx)
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 java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
Contextpublic boolean associate(InvocationContext ctx)
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<InvocationContext>ctx - the external storageCopyright © 2015. All Rights Reserved.