|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Container
Abstract the web container setup notion. e.g. Tomcat, Jetty, GAE, ...
Method Summary | |
---|---|
void |
destroy(ContainerContext context)
Destroy setup. |
void |
initialize(ContainerContext context)
Initialize web container. |
boolean |
touch(ContainerContext context)
Touch if this container can be used. |
Method Detail |
---|
boolean touch(ContainerContext context) throws Exception
context
- the container context
Exception
- for any errorvoid initialize(ContainerContext context)
context
- the container contextvoid destroy(ContainerContext context)
context
- the container context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |