com.caucho.boot
Class StartCloudCommand

java.lang.Object
  extended by com.caucho.boot.AbstractBootCommand
      extended by com.caucho.boot.AbstractStartCommand
          extended by com.caucho.boot.StartCloudCommand
All Implemented Interfaces:
BootCommand

public class StartCloudCommand
extends AbstractStartCommand

Command to start Resin server bin/resin.sh start-cloud


Constructor Summary
StartCloudCommand()
           
 
Method Summary
 int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client)
           
 void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
           
protected  com.caucho.boot.WatchdogClient findLocalClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
           
protected  com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
           
 java.lang.String getDescription()
           
 
Methods inherited from class com.caucho.boot.AbstractStartCommand
doCommand, findNamedClient, getServerUsageArg, initBootOptions, isRetry
 
Methods inherited from class com.caucho.boot.AbstractBootCommand
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, findClient, findLocalClientImpl, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, 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

StartCloudCommand

public StartCloudCommand()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface BootCommand
Overrides:
getDescription in class AbstractBootCommand

findLocalClient

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

findWatchdogClient

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

doCommand

public int doCommand(com.caucho.boot.WatchdogArgs args,
                     com.caucho.boot.WatchdogClient client)
              throws BootArgumentException
Overrides:
doCommand in class AbstractBootCommand
Throws:
BootArgumentException

doWatchdogStart

public void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
Specified by:
doWatchdogStart in interface BootCommand
Overrides:
doWatchdogStart in class AbstractStartCommand