com.caucho.boot
Class StartCloudCommand
java.lang.Object
com.caucho.boot.AbstractBootCommand
com.caucho.boot.AbstractStartCommand
com.caucho.boot.StartCloudCommand
- All Implemented Interfaces:
- BootCommand
public class StartCloudCommand
- extends AbstractStartCommand
Command to start Resin server
bin/resin.sh start-cloud
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 |
StartCloudCommand
public StartCloudCommand()
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