public class RequestContextImpl extends AbstractUnboundContext implements RequestContext
| Constructor and Description |
|---|
RequestContextImpl(java.lang.String contextId) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the Context.
|
void |
deactivate()
Deactivate the Context, destroying any instances if the context is invalid.
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Get the scope type of the context object.
|
cleanup, destroy, getBeanStore, setBeanStoreinvalidate, isActive, isValid, setActivecheckContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvalidatedestroypublic java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
Contextpublic void activate()
ManagedContextactivate in interface ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
ManagedContextdeactivate in interface ManagedContextdeactivate in class AbstractManagedContextCopyright © 2015. All Rights Reserved.