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, isRetry
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
public java.lang.String getDescription()
getDescription
in interface BootCommand
getDescription
in class AbstractBootCommand
protected com.caucho.boot.WatchdogClient findLocalClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findLocalClient
in class AbstractStartCommand
protected com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findWatchdogClient
in class AbstractStartCommand
public int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client) throws BootArgumentException
doCommand
in class AbstractBootCommand
BootArgumentException
public void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
doWatchdogStart
in interface BootCommand
doWatchdogStart
in class AbstractStartCommand