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, initBootOptions
addFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, findClient, findLocalClientImpl, findNamedClientImpl, findUniqueLocalClient, findWatchdogClientImpl, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isShutdown, isValueOption, toString, usage
public java.lang.String getDescription()
getDescription
in interface BootCommand
getDescription
in class AbstractBootCommand
public boolean isStart()
isStart
in interface BootCommand
isStart
in class AbstractBootCommand
public boolean isStartAll()
isStartAll
in interface BootCommand
isStartAll
in class AbstractBootCommand
public int doCommand(ResinBoot boot, com.caucho.boot.WatchdogArgs args) throws BootArgumentException
doCommand
in interface BootCommand
doCommand
in class AbstractStartCommand
BootArgumentException
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
public boolean isRetry()
isRetry
in interface BootCommand
isRetry
in class AbstractStartCommand