com.caucho.boot
Class AbstractStopCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractStopCommand
All Implemented Interfaces:
BootCommand
Direct Known Subclasses:
KillCommand, ShutdownCommand, StopCommand

public abstract class AbstractStopCommand
extends AbstractBootCommand


Constructor Summary
AbstractStopCommand()
           
 
Method Summary
protected  com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
           
protected  java.lang.String getServerUsageArg(java.lang.String serverId, java.lang.String clientId)
           
protected  void initBootOptions()
           
 boolean isRetry()
           
 
Methods inherited from class com.caucho.boot.AbstractBootCommand
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, doCommand, doWatchdogStart, findClient, findLocalClient, findLocalClientImpl, findNamedClient, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, getDescription, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isShutdown, isStart, isStartAll, isValueOption, toString, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractStopCommand

public AbstractStopCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractBootCommand

isRetry

public boolean isRetry()
Specified by:
isRetry in interface BootCommand
Overrides:
isRetry in class AbstractBootCommand

findWatchdogClient

protected com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot,
                                                            com.caucho.boot.WatchdogArgs args)
Overrides:
findWatchdogClient in class AbstractBootCommand

getServerUsageArg

protected java.lang.String getServerUsageArg(java.lang.String serverId,
                                             java.lang.String clientId)