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() |
createBamClient
addFlagOption, 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, usage
protected void initBootOptions()
initBootOptions
in class AbstractRemoteCommand
public final int doCommand(com.caucho.boot.WatchdogArgs args, com.caucho.boot.WatchdogClient client) throws BootArgumentException
doCommand
in class AbstractBootCommand
BootArgumentException
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)