public class DummyApplication extends Object implements ApplicationContainer<Object>
| Constructor and Description |
|---|
DummyApplication() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Returns the class loader associated with this application
|
Object |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic boolean start(ApplicationContext startupContext)
ApplicationContainerstart in interface ApplicationContainer<Object>startupContext - the start up contextpublic boolean stop(ApplicationContext stopContext)
ApplicationContainerstop in interface ApplicationContainer<Object>public boolean suspend()
suspend in interface ApplicationContainer<Object>public boolean resume()
resume in interface ApplicationContainer<Object>public ClassLoader getClassLoader()
getClassLoader in interface ApplicationContainer<Object>public Object getDescriptor()
getDescriptor in interface ApplicationContainer<Object>Copyright © 2019. All rights reserved.