public abstract class AbstractUnboundContext extends AbstractManagedContext
Constructor and Description |
---|
AbstractUnboundContext(boolean multithreaded) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
protected void |
destroy()
Destroys the context
|
protected BeanStore |
getBeanStore()
Gets the bean store
|
protected void |
setBeanStore(BeanStore beanStore)
Sets the bean store
|
activate, deactivate, invalidate, isActive, isValid, setActive
destroy, get, get, getContextual, getId, getServiceRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy
protected BeanStore getBeanStore()
getBeanStore
in class AbstractContext
protected void setBeanStore(BeanStore beanStore)
beanStore
- The bean storeprotected void destroy()
AbstractContext
destroy
in class AbstractContext
public void cleanup()
cleanup
in class AbstractManagedContext
Copyright © 2013 Seam Framework. All Rights Reserved.