|
||||||||||
| 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 | |
|---|---|
java.lang.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 java.lang.Exception
startupContext - the start up context
java.lang.Exception - if this application container could not be startedboolean stop(ApplicationContext stopContext)
stopContext -
boolean suspend()
boolean resume()
throws java.lang.Exception
java.lang.Exception - if this application container could not be
resumedjava.lang.ClassLoader getClassLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||