Class GenericApplicationContainer
java.lang.Object
org.glassfish.internal.deployment.GenericApplicationContainer
- All Implemented Interfaces:
org.glassfish.api.deployment.ApplicationContainer
public class GenericApplicationContainer
extends Object
implements org.glassfish.api.deployment.ApplicationContainer
Generic implementation of the ApplicationContainer interface
- Author:
- Jerome Dochez
-
Constructor Details
-
GenericApplicationContainer
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceorg.glassfish.api.deployment.ApplicationContainer
-
start
public boolean start(org.glassfish.api.deployment.ApplicationContext startupContext) throws Exception - Specified by:
startin interfaceorg.glassfish.api.deployment.ApplicationContainer- Throws:
Exception
-
stop
public boolean stop(org.glassfish.api.deployment.ApplicationContext stopContext) - Specified by:
stopin interfaceorg.glassfish.api.deployment.ApplicationContainer
-
suspend
public boolean suspend()- Specified by:
suspendin interfaceorg.glassfish.api.deployment.ApplicationContainer
-
resume
- Specified by:
resumein interfaceorg.glassfish.api.deployment.ApplicationContainer- Throws:
Exception
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.glassfish.api.deployment.ApplicationContainer
-