public abstract class AbstractSharedContext extends AbstractContext
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSharedContext()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
protected void |
destroy()
Destroys the context
|
BeanStore |
getBeanStore()
Gets the bean store
|
void |
invalidate() |
boolean |
isActive()
Determines if the context object is active.
|
java.lang.String |
toString() |
get, get, getContextual, getId, getServiceRegistrypublic BeanStore getBeanStore()
getBeanStore in class AbstractContextpublic boolean isActive()
Contextpublic void invalidate()
protected void destroy()
AbstractContextdestroy in class AbstractContextpublic void cleanup()
cleanup in class AbstractContextpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 Seam Framework. All Rights Reserved.