org.glassfish.internal.deployment
Class GenericApplicationContainer
java.lang.Object
org.glassfish.internal.deployment.GenericApplicationContainer
- All Implemented Interfaces:
- ApplicationContainer
public class GenericApplicationContainer
- extends Object
- implements ApplicationContainer
Generic implementation of the ApplicationContainer interface
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericApplicationContainer
public GenericApplicationContainer(ClassLoader cl)
getDescriptor
public Object getDescriptor()
- Specified by:
getDescriptor in interface ApplicationContainer
start
public boolean start(ApplicationContext startupContext)
throws Exception
- Specified by:
start in interface ApplicationContainer
- Throws:
Exception
stop
public boolean stop(ApplicationContext stopContext)
- Specified by:
stop in interface ApplicationContainer
suspend
public boolean suspend()
- Specified by:
suspend in interface ApplicationContainer
resume
public boolean resume()
throws Exception
- Specified by:
resume in interface ApplicationContainer
- Throws:
Exception
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface ApplicationContainer
Copyright © 2012 GlassFish Community. All Rights Reserved.