|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationContainer<T>
Interface to an application container. mainly used to start and stop the application.
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Returns the class loader associated with this application |
T |
getDescriptor()
Returns the deployment descriptor associated with this application |
boolean |
resume()
Resumes this application container. |
boolean |
start(ApplicationContext startupContext)
Starts an application container. |
boolean |
stop(ApplicationContext stopContext)
Stop the application container |
boolean |
suspend()
Suspends this application container. |
| Method Detail |
|---|
T getDescriptor()
boolean start(ApplicationContext startupContext)
throws Exception
startupContext - the start up context
Exception - if this application container could not be startedboolean stop(ApplicationContext stopContext)
stopContext -
boolean suspend()
boolean resume()
throws Exception
Exception - if this application container could not be
resumedClassLoader getClassLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||