public abstract class AbstractBoundContext<S> extends AbstractManagedContext implements org.jboss.weld.context.BoundContext<S>
| Constructor and Description |
|---|
AbstractBoundContext(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, setActivedestroy, get, get, getContextual, getId, getServiceRegistryprotected BoundBeanStore getBeanStore()
getBeanStore in class AbstractContextprotected void setBeanStore(BoundBeanStore beanStore)
beanStore - The bean storepublic void cleanup()
cleanup in class AbstractManagedContextpublic void activate()
activate in interface org.jboss.weld.context.ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
deactivate in interface org.jboss.weld.context.ManagedContextdeactivate in class AbstractManagedContextCopyright © 2014 Seam Framework. All Rights Reserved.