public abstract class AbstractBoundContext<S> extends AbstractManagedContext implements BoundContext<S>
| Constructor and Description |
|---|
AbstractBoundContext(boolean multithreaded) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
Activate the Context.
|
void |
cleanup() |
void |
deactivate()
Deactivate the Context, destroying any instances if the context is invalid.
|
protected BoundBeanStore |
getBeanStore()
Gets the bean store
|
protected void |
setBeanStore(BoundBeanStore beanStore)
Sets the bean store
|
invalidate, isActive, isValid, setActivedestroy, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociate, dissociatedestroyprotected BoundBeanStore getBeanStore()
getBeanStore in class AbstractContextprotected void setBeanStore(BoundBeanStore beanStore)
beanStore - The bean storepublic void cleanup()
cleanup in class AbstractManagedContextpublic void activate()
ManagedContextactivate in interface ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
ManagedContextdeactivate in interface ManagedContextdeactivate in class AbstractManagedContextCopyright © 2012 Seam Framework. All Rights Reserved.