public class GenericApplicationContainer extends Object implements org.glassfish.api.deployment.ApplicationContainer
| Constructor and Description |
|---|
GenericApplicationContainer(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
Object |
getDescriptor() |
boolean |
resume() |
boolean |
start(org.glassfish.api.deployment.ApplicationContext startupContext) |
boolean |
stop(org.glassfish.api.deployment.ApplicationContext stopContext) |
boolean |
suspend() |
public GenericApplicationContainer(ClassLoader cl)
public Object getDescriptor()
getDescriptor in interface org.glassfish.api.deployment.ApplicationContainerpublic boolean start(org.glassfish.api.deployment.ApplicationContext startupContext)
throws Exception
start in interface org.glassfish.api.deployment.ApplicationContainerExceptionpublic 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()
throws Exception
resume in interface org.glassfish.api.deployment.ApplicationContainerExceptionpublic ClassLoader getClassLoader()
getClassLoader in interface org.glassfish.api.deployment.ApplicationContainerCopyright © 2019. All rights reserved.