public class JPApplicationContainer extends Object implements ApplicationContainer
Constructor and Description |
---|
JPApplicationContainer() |
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 startupContxt)
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, wait
initialize
public Object getDescriptor()
ApplicationContainer
getDescriptor
in interface ApplicationContainer
public boolean start(ApplicationContext startupContxt)
ApplicationContainer
start
in interface ApplicationContainer
startupContxt
- the start up contextpublic boolean stop(ApplicationContext stopContext)
ApplicationContainer
stop
in interface ApplicationContainer
public boolean suspend()
suspend
in interface ApplicationContainer
public boolean resume()
resume
in interface ApplicationContainer
public ClassLoader getClassLoader()
ApplicationContainer
getClassLoader
in interface ApplicationContainer
Copyright © 2018. All rights reserved.