|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a Context Manager. The context manager provides all methods for managing context in a running web server.
Method Summary | |
List |
getAll()
Returns a list of all available context's. |
void |
reload(String context)
Reloads a context by it's name. |
void |
start(String context)
Starts a context by it's name. |
void |
stop(String context)
Stops a context by it's name. |
Method Detail |
public void start(String context) throws ContextManagerException
context
- Name of the context which should be started
ContextManagerException
- The context couldn't be started.
Check Stacktrace for reason.public void stop(String context) throws ContextManagerException
context
- The name of the context to be stopped.
ContextManagerException
- The context couldn't be stoped.
Check Stacktrace for reason.public void reload(String context) throws ContextManagerException
context
- The name of the context to be reloaded.
ContextManagerException
- The context couldn't be reloaded.
Check Stacktrace for reason.public List getAll() throws ContextManagerException
WebContext
objects
ContextManagerException
- The context list couldn't be retrived.
Check Stacktrace for reason.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |