org.glassfish.webservices.metroglue
Class MetroDeployer.MetroApplicationContainer
java.lang.Object
org.glassfish.webservices.metroglue.MetroDeployer.MetroApplicationContainer
- All Implemented Interfaces:
- ApplicationContainer<Object>
- Enclosing class:
- MetroDeployer
public static final class MetroDeployer.MetroApplicationContainer
- extends Object
- implements ApplicationContainer<Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetroDeployer.MetroApplicationContainer
public MetroDeployer.MetroApplicationContainer()
getDescriptor
public Object getDescriptor()
- Specified by:
getDescriptor in interface ApplicationContainer<Object>
start
public boolean start(ApplicationContext startupContxt)
- Specified by:
start in interface ApplicationContainer<Object>
stop
public boolean stop(ApplicationContext stopContext)
- Specified by:
stop in interface ApplicationContainer<Object>
suspend
public boolean suspend()
- Specified by:
suspend in interface ApplicationContainer<Object>
resume
public boolean resume()
- Specified by:
resume in interface ApplicationContainer<Object>
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface ApplicationContainer<Object>
Copyright © 2012 GlassFish Community. All Rights Reserved.