public abstract class AbstractBoundContext<S>
extends org.jboss.weld.context.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 org.jboss.weld.context.beanstore.BoundBeanStore |
getBeanStore()
Gets the bean store
|
protected void |
setBeanStore(org.jboss.weld.context.beanstore.BoundBeanStore beanStore)
Sets the bean store
|
invalidate, isActive, isValid, setActivecheckContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistrypublic AbstractBoundContext(String contextId, boolean multithreaded)
protected org.jboss.weld.context.beanstore.BoundBeanStore getBeanStore()
getBeanStore in class org.jboss.weld.context.AbstractContextprotected void setBeanStore(org.jboss.weld.context.beanstore.BoundBeanStore beanStore)
beanStore - The bean storepublic void cleanup()
cleanup in class org.jboss.weld.context.AbstractContextpublic void activate()
activate in interface org.jboss.weld.context.ManagedContextactivate in class org.jboss.weld.context.AbstractManagedContextpublic void deactivate()
deactivate in interface org.jboss.weld.context.ManagedContextdeactivate in class org.jboss.weld.context.AbstractManagedContextCopyright © 2015 aequologica. All rights reserved.