public class EjbRequestContextImpl extends AbstractBoundContext<javax.interceptor.InvocationContext> implements EjbRequestContext
| Constructor and Description |
|---|
EjbRequestContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(javax.interceptor.InvocationContext ctx)
Associate the context with the storage (for this thread).
|
boolean |
dissociate(javax.interceptor.InvocationContext ctx)
Dissociate the context from the storage (for this thread).
|
Class<? extends Annotation> |
getScope()
Get the scope type of the context object.
|
activate, cleanup, deactivate, getBeanStore, setBeanStoreinvalidate, isActive, isValid, setActivedestroy, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, deactivate, invalidatedestroypublic Class<? extends Annotation> getScope()
Contextpublic boolean associate(javax.interceptor.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<javax.interceptor.InvocationContext>ctx - the external storagepublic boolean dissociate(javax.interceptor.InvocationContext ctx)
BoundContextdissociate in interface BoundContext<javax.interceptor.InvocationContext>ctx - the external storageCopyright © 2012 Seam Framework. All Rights Reserved.