public class EjbRequestContextImpl extends AbstractBoundContext<InvocationContext> implements EjbRequestContext
Constructor and Description |
---|
EjbRequestContextImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
associate(InvocationContext ctx)
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, setBeanStore
invalidate, isActive, isValid, setActive
destroy, destroy, get, get, getContextual, getId, getServiceRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate, deactivate, invalidate
destroy
dissociate
public Class<? extends Annotation> getScope()
Context
public boolean associate(InvocationContext ctx)
BoundContext
BoundContext.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 © 2013 Seam Framework. All Rights Reserved.