public abstract class AbstractBoundContext<S> extends AbstractManagedContext implements org.jboss.weld.context.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, setActivedestroy, destroy, get, get, getContextual, getId, getServiceRegistry, checkContextInitializedclone, 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 org.jboss.weld.context.ManagedContextactivate in class AbstractManagedContextpublic void deactivate()
deactivate in interface org.jboss.weld.context.ManagedContextdeactivate in class AbstractManagedContextpublic boolean dissociate(S storage)
dissociate in interface org.jboss.weld.context.BoundContext<S>Copyright © 2017. All rights reserved.