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, getServiceRegistry
protected AbstractSharedContext(String contextId)
public BeanStore getBeanStore()
getBeanStore
in class AbstractContext
public boolean isActive()
Context
public void invalidate()
protected void destroy()
AbstractContext
destroy
in class AbstractContext
public void cleanup()
cleanup
in class AbstractContext
Copyright © 2015. All Rights Reserved.