public abstract class AbstractStartCommand extends AbstractBootCommand
| Constructor and Description |
|---|
AbstractStartCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(ResinBoot boot,
com.caucho.boot.WatchdogArgs args) |
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 |
findNamedClient(ResinBoot boot,
com.caucho.boot.WatchdogArgs args,
java.lang.String serverId) |
protected com.caucho.boot.WatchdogClient |
findWatchdogClient(ResinBoot boot,
com.caucho.boot.WatchdogArgs args) |
protected java.lang.String |
getServerUsageArg(com.caucho.boot.WatchdogArgs args,
java.lang.String clientId) |
protected void |
initBootOptions() |
boolean |
isRetry() |
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, findClient, findLocalClientImpl, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, getDescription, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isShutdown, isStart, isStartAll, isValueOption, toString, usageprotected void initBootOptions()
initBootOptions in class AbstractBootCommandpublic int doCommand(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
doCommand in interface BootCommanddoCommand in class AbstractBootCommandpublic void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
doWatchdogStart in interface BootCommanddoWatchdogStart in class AbstractBootCommandprotected com.caucho.boot.WatchdogClient findNamedClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args, java.lang.String serverId)
findNamedClient in class AbstractBootCommandprotected com.caucho.boot.WatchdogClient findLocalClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findLocalClient in class AbstractBootCommandprotected com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findWatchdogClient in class AbstractBootCommandprotected java.lang.String getServerUsageArg(com.caucho.boot.WatchdogArgs args,
java.lang.String clientId)
public boolean isRetry()
isRetry in interface BootCommandisRetry in class AbstractBootCommand