com.caucho.boot
Class AbstractRemoteCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractRemoteCommand
All Implemented Interfaces:
BootCommand
Direct Known Subclasses:
AbstractManagementCommand, AbstractRepositoryCommand

public abstract class AbstractRemoteCommand
extends AbstractBootCommand


Constructor Summary
AbstractRemoteCommand()
           
 
Method Summary
protected  RemoteActorSender createBamClient(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client)
           
protected  void initBootOptions()
           
 
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, isProOnly, 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

AbstractRemoteCommand

public AbstractRemoteCommand()
Method Detail

initBootOptions

protected void initBootOptions()
Overrides:
initBootOptions in class AbstractBootCommand

createBamClient

protected RemoteActorSender createBamClient(com.caucho.boot.WatchdogArgs args,
                                            com.caucho.boot.WatchdogClient client)