com.caucho.boot
Class AbstractScalingCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractScalingCommand
All Implemented Interfaces:
BootCommand
Direct Known Subclasses:
DisableSoftCommand

public abstract class AbstractScalingCommand
extends AbstractBootCommand


Constructor Summary
AbstractScalingCommand()
           
 
Method Summary
protected  ResinScalingClient getScalingClient(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client)
           
protected  void initBootOptions()
           
 boolean isPro()
           
 boolean isProOnly()
           
 
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, findWatchdogClient, findWatchdogClientImpl, getDescription, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isRemote, isRetry, 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

AbstractScalingCommand

public AbstractScalingCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractBootCommand

getScalingClient

protected ResinScalingClient getScalingClient(com.caucho.boot.WatchdogArgs args,
                                              com.caucho.boot.WatchdogClient client)

isProOnly

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

isPro

public boolean isPro()