Class MetroDeployer.MetroApplicationContainer

java.lang.Object
org.glassfish.webservices.metroglue.MetroDeployer.MetroApplicationContainer
All Implemented Interfaces:
org.glassfish.api.deployment.ApplicationContainer<Object>
Enclosing class:
MetroDeployer

public static final class MetroDeployer.MetroApplicationContainer extends Object implements org.glassfish.api.deployment.ApplicationContainer<Object>
  • Constructor Details

    • MetroApplicationContainer

      public MetroApplicationContainer()
  • Method Details

    • getDescriptor

      public Object getDescriptor()
      Specified by:
      getDescriptor in interface org.glassfish.api.deployment.ApplicationContainer<Object>
    • start

      public boolean start(org.glassfish.api.deployment.ApplicationContext startupContxt)
      Specified by:
      start in interface org.glassfish.api.deployment.ApplicationContainer<Object>
    • stop

      public boolean stop(org.glassfish.api.deployment.ApplicationContext stopContext)
      Specified by:
      stop in interface org.glassfish.api.deployment.ApplicationContainer<Object>
    • suspend

      public boolean suspend()
      Specified by:
      suspend in interface org.glassfish.api.deployment.ApplicationContainer<Object>
    • resume

      public boolean resume()
      Specified by:
      resume in interface org.glassfish.api.deployment.ApplicationContainer<Object>
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.glassfish.api.deployment.ApplicationContainer<Object>