public abstract class AbstractSharedContext extends AbstractContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSharedContext(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.
|
String |
toString() |
checkContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistryprotected AbstractSharedContext(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 AbstractContextCopyright © 2015. All Rights Reserved.