public class StatusCommand extends AbstractManagementCommand
BootCommand.ResultCommandRETURN_CODE_SERVER_ERRORBOOT_FAIL_PERM, BOOT_FAIL_RETRY, BOOT_OK| Constructor and Description |
|---|
StatusCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient clientWatchdog) |
int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient clientWatchdog,
ManagerClient clientServer) |
java.lang.String |
getDescription() |
protected void |
initBootOptions() |
boolean |
isProOnly() |
boolean |
isRetry() |
int |
retryCount() |
createManagerClient, doCommandcreateBamClientaddFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, doWatchdogStart, findClient, findLocalClient, findLocalClientImpl, findNamedClient, findNamedClientImpl, findUniqueLocalClient, findWatchdogClient, findWatchdogClientImpl, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isRemote, isShutdown, isStart, isStartAll, isValueOption, toString, usageprotected void initBootOptions()
initBootOptions in class AbstractRemoteCommandpublic java.lang.String getDescription()
getDescription in interface BootCommandgetDescription in class AbstractBootCommandpublic boolean isProOnly()
isProOnly in interface BootCommandisProOnly in class AbstractManagementCommandpublic int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient clientWatchdog)
throws BootArgumentException
doCommand in class AbstractManagementCommandBootArgumentExceptionpublic int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient clientWatchdog,
ManagerClient clientServer)
throws BootArgumentException
doCommand in class AbstractManagementCommandBootArgumentExceptionpublic boolean isRetry()
isRetry in interface BootCommandisRetry in class AbstractBootCommandpublic int retryCount()
retryCount in interface BootCommandretryCount in class AbstractBootCommand