com.sun.enterprise.v3.admin
Class StopServer

java.lang.Object
  extended by com.sun.enterprise.v3.admin.StopServer
Direct Known Subclasses:
StopDomainCommand

public class StopServer
extends Object

A class to house identical code for stopping instances and DAS

Author:
Byron Nevins

Constructor Summary
StopServer()
           
 
Method Summary
protected  void doExecute(org.jvnet.hk2.component.Habitat habitat, ServerEnvironment env, Logger logger, boolean force)
          Shutdown of the server : All running services are stopped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopServer

public StopServer()
Method Detail

doExecute

protected final void doExecute(org.jvnet.hk2.component.Habitat habitat,
                               ServerEnvironment env,
                               Logger logger,
                               boolean force)
Shutdown of the server : All running services are stopped. LookupManager is flushed.



Copyright © 2012. All Rights Reserved.