public abstract class AbstractSharedContext extends AbstractContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSharedContext(java.lang.String contextId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
protected void |
destroy()
Destroys the context
|
BeanStore |
getBeanStore()
Gets the bean store
|
void |
invalidate() |
boolean |
isActive()
Determines if the context object is active.
|
java.lang.String |
toString() |
checkContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistryprotected AbstractSharedContext(java.lang.String contextId)
public BeanStore getBeanStore()
getBeanStore in class AbstractContextpublic boolean isActive()
Contextpublic void invalidate()
protected void destroy()
AbstractContextdestroy in class AbstractContextpublic void cleanup()
cleanup in class AbstractContextpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.