public class JPApplicationContainer extends Object implements org.glassfish.api.deployment.ApplicationContainer
| Constructor and Description |
|---|
JPApplicationContainer() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
Object |
getDescriptor() |
boolean |
resume()
Resumes this application container.
|
boolean |
start(org.glassfish.api.deployment.ApplicationContext startupContxt) |
boolean |
stop(org.glassfish.api.deployment.ApplicationContext stopContext) |
boolean |
suspend()
Suspends this application container.
|
public Object getDescriptor()
getDescriptor in interface org.glassfish.api.deployment.ApplicationContainerpublic boolean start(org.glassfish.api.deployment.ApplicationContext startupContxt)
start in interface org.glassfish.api.deployment.ApplicationContainerpublic boolean stop(org.glassfish.api.deployment.ApplicationContext stopContext)
stop in interface org.glassfish.api.deployment.ApplicationContainerpublic boolean suspend()
suspend in interface org.glassfish.api.deployment.ApplicationContainerpublic boolean resume()
resume in interface org.glassfish.api.deployment.ApplicationContainerpublic ClassLoader getClassLoader()
getClassLoader in interface org.glassfish.api.deployment.ApplicationContainerCopyright © 2013. All Rights Reserved.