public abstract class AbstractContainer extends Object implements Container
| Constructor and Description |
|---|
AbstractContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
classToCheck()
Get class name to check is we can use this container.
|
void |
destroy(ContainerContext context)
Destroy setup.
|
boolean |
touch(ContainerContext context)
Touch if this container can be used.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeprotected final Logger log
protected abstract String classToCheck()
public boolean touch(ContainerContext context) throws Exception
Containerpublic void destroy(ContainerContext context)
ContainerCopyright © 2014 Seam Framework. All Rights Reserved.