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, usage
protected void initBootOptions()
initBootOptions
in class AbstractBootCommand
public int doCommand(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
doCommand
in interface BootCommand
doCommand
in class AbstractBootCommand
public void doWatchdogStart(com.caucho.boot.WatchdogManager manager)
doWatchdogStart
in interface BootCommand
doWatchdogStart
in class AbstractBootCommand
protected com.caucho.boot.WatchdogClient findNamedClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args, java.lang.String serverId)
findNamedClient
in class AbstractBootCommand
protected com.caucho.boot.WatchdogClient findLocalClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findLocalClient
in class AbstractBootCommand
protected com.caucho.boot.WatchdogClient findWatchdogClient(ResinBoot boot, com.caucho.boot.WatchdogArgs args)
findWatchdogClient
in class AbstractBootCommand
protected java.lang.String getServerUsageArg(com.caucho.boot.WatchdogArgs args, java.lang.String clientId)
public boolean isRetry()
isRetry
in interface BootCommand
isRetry
in class AbstractBootCommand