public class StartAllCommand extends AbstractStartCommand
| Modifier | Constructor and Description |
|---|---|
protected |
StartAllCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(ResinBoot boot,
com.caucho.boot.WatchdogArgs args) |
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() |
boolean |
isRetry() |
boolean |
isStart() |
boolean |
isStartAll() |
findNamedClient, getServerUsageArg, initBootOptionsaddFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, findClient, findLocalClientImpl, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isShutdown, isValueOption, toString, usagepublic java.lang.String getDescription()
getDescription in interface BootCommandgetDescription in class AbstractBootCommandpublic boolean isStart()
isStart in interface BootCommandisStart in class AbstractBootCommandpublic boolean isStartAll()
isStartAll in interface BootCommandisStartAll in class AbstractBootCommandpublic int doCommand(ResinBoot boot, com.caucho.boot.WatchdogArgs args) throws BootArgumentException
doCommand in interface BootCommanddoCommand in class AbstractStartCommandBootArgumentExceptionprotected 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 AbstractStartCommandpublic boolean isRetry()
isRetry in interface BootCommandisRetry in class AbstractStartCommand