public abstract class AbstractRepositoryCommand extends AbstractRemoteCommand
| Constructor and Description |
|---|
AbstractRepositoryCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client) |
protected abstract int |
doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client,
WebAppDeployClient deployClient) |
protected WebAppDeployClient |
getDeployClient(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client) |
protected void |
initBootOptions() |
createBamClientaddFlagOption, addIntValueOption, addOption, addOption, addSpacerOption, addSubsectionHeaderOption, addValueOption, addValueOption, doCommand, doWatchdogStart, findClient, findLocalClient, findLocalClientImpl, findNamedClient, findNamedClientImpl, findUniqueLocalClient, findWatchdogClient, findWatchdogClientImpl, getDescription, getName, getOptionUsage, getUsageArgs, isConsole, isDefaultArgsAccepted, isFlag, isIntValueOption, isProOnly, isRemote, isRetry, isShutdown, isStart, isStartAll, isValueOption, toString, usageprotected void initBootOptions()
initBootOptions in class AbstractRemoteCommandpublic final int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client)
throws BootArgumentException
doCommand in class AbstractBootCommandBootArgumentExceptionprotected abstract int doCommand(com.caucho.boot.WatchdogArgs args,
com.caucho.boot.WatchdogClient client,
WebAppDeployClient deployClient)
protected WebAppDeployClient getDeployClient(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client)