public abstract class AbstractBoundContext<S> extends AbstractManagedContext implements BoundContext<S>
| Constructor and Description |
|---|
AbstractBoundContext(String contextId,
boolean multithreaded) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
cleanup() |
void |
deactivate() |
boolean |
dissociate(S storage) |
protected BoundBeanStore |
getBeanStore()
Gets the bean store
|
protected void |
setBeanStore(BoundBeanStore beanStore)
Sets the bean store
|
invalidate, isActive, isValid, removeState, setActivecheckContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociatepublic AbstractBoundContext(String contextId, boolean multithreaded)
protected BoundBeanStore getBeanStore()
getBeanStore in class AbstractContextprotected void setBeanStore(BoundBeanStore beanStore)
beanStore - The bean storepublic void cleanup()
cleanup in class AbstractContextpublic void activate()
activate in interface ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
deactivate in interface ManagedContextdeactivate in class AbstractManagedContextpublic boolean dissociate(S storage)
dissociate in interface BoundContext<S>Copyright © 2017. All rights reserved.