public class GuiCommand extends AbstractStartCommand
BootCommand.ResultCommandBOOT_FAIL_PERM, BOOT_FAIL_RETRY, BOOT_OK| Constructor and Description |
|---|
GuiCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client) |
java.lang.String |
getDescription() |
boolean |
isRetry() |
int |
retryCount() |
doCommand, doWatchdogStart, findLocalClient, findNamedClient, findWatchdogClient, getServerUsageArg, initBootOptionsaddFlagOption, 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, usagepublic java.lang.String getDescription()
getDescription in interface BootCommandgetDescription in class AbstractBootCommandpublic int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client)
throws BootArgumentException
doCommand in class AbstractBootCommandBootArgumentExceptionpublic boolean isRetry()
isRetry in interface BootCommandisRetry in class AbstractStartCommandpublic int retryCount()
retryCount in interface BootCommandretryCount in class AbstractBootCommand