public class StartCloudCommand extends AbstractStartCommand
| Constructor and Description |
|---|
StartCloudCommand() |
| Modifier and Type | Method and Description |
|---|---|
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() |
doCommand, findNamedClient, getServerUsageArg, initBootOptions, isRetryaddFlagOption, 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, usagepublic java.lang.String getDescription()
getDescription in interface BootCommandgetDescription in class AbstractBootCommandprotected com.caucho.boot.WatchdogClient findLocalClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findLocalClient in class AbstractStartCommandprotected com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findWatchdogClient in class AbstractStartCommandpublic int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client)
throws BootArgumentException
doCommand in class AbstractBootCommandBootArgumentExceptionpublic void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
doWatchdogStart in interface BootCommanddoWatchdogStart in class AbstractStartCommand