org.glassfish.webservices.metroglue
Class MetroDeployer.MetroApplicationContainer

java.lang.Object
  extended by 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>


Constructor Summary
MetroDeployer.MetroApplicationContainer()
           
 
Method Summary
 ClassLoader getClassLoader()
           
 Object getDescriptor()
           
 boolean resume()
           
 boolean start(ApplicationContext startupContxt)
           
 boolean stop(ApplicationContext stopContext)
           
 boolean suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetroDeployer.MetroApplicationContainer

public MetroDeployer.MetroApplicationContainer()
Method Detail

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.