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, setActive
checkContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistry
public AbstractBoundContext(String contextId, boolean multithreaded)
protected BoundBeanStore getBeanStore()
getBeanStore
in class AbstractContext
protected void setBeanStore(BoundBeanStore beanStore)
beanStore
- The bean storepublic void cleanup()
cleanup
in class AbstractManagedContext
public void activate()
activate
in interface org.jboss.weld.context.ManagedContext
activate
in class AbstractManagedContext
public void deactivate()
deactivate
in interface org.jboss.weld.context.ManagedContext
deactivate
in class AbstractManagedContext
Copyright © 2016. All rights reserved.