public interface BootCommand
| Modifier and Type | Interface and Description |
|---|---|
static class |
BootCommand.ResultCommand |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOT_FAIL_PERM |
static int |
BOOT_FAIL_RETRY |
static int |
BOOT_OK |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(ResinBoot resinBoot,
com.caucho.boot.WatchdogArgs args) |
void |
doWatchdogStart(com.caucho.boot.WatchdogManager manager) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
boolean |
isConsole() |
boolean |
isDefaultArgsAccepted() |
boolean |
isFlag(java.lang.String key) |
boolean |
isIntValueOption(java.lang.String key) |
boolean |
isProOnly() |
boolean |
isRemote(com.caucho.boot.WatchdogArgs args) |
boolean |
isRetry() |
boolean |
isShutdown() |
boolean |
isStart() |
boolean |
isStartAll() |
boolean |
isValueOption(java.lang.String key) |
int |
retryCount() |
void |
usage(boolean verbose) |
static final int BOOT_OK
static final int BOOT_FAIL_PERM
static final int BOOT_FAIL_RETRY
boolean isProOnly()
java.lang.String getName()
java.lang.String getDescription()
int doCommand(ResinBoot resinBoot, com.caucho.boot.WatchdogArgs args) throws BootArgumentException
BootArgumentExceptionboolean isRetry()
int retryCount()
boolean isValueOption(java.lang.String key)
boolean isIntValueOption(java.lang.String key)
boolean isFlag(java.lang.String key)
boolean isDefaultArgsAccepted()
void usage(boolean verbose)
boolean isStart()
boolean isStartAll()
boolean isShutdown()
boolean isConsole()
boolean isRemote(com.caucho.boot.WatchdogArgs args)
void doWatchdogStart(com.caucho.boot.WatchdogManager manager)