public abstract class CreateRemoteNodeCommand extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodehost |
protected String |
remotePassword |
protected String |
remotePort |
protected String |
remoteUser |
| Constructor and Description |
|---|
CreateRemoteNodeCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkDefaults()
Sometimes the console passes an empty string for a parameter.
|
void |
executeInternal(AdminCommandContext context) |
protected abstract String |
getInstallNodeCommandName() |
protected abstract List<String> |
getPasswords() |
protected abstract RemoteType |
getType() |
protected abstract void |
initialize() |
protected abstract void |
populateBaseClass() |
protected abstract void |
populateCommandArgs(List<String> args) |
protected abstract void |
populateParameters(ParameterMap pmap) |
protected abstract void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected String nodehost
protected String remotePort
protected String remoteUser
protected String remotePassword
protected abstract void populateBaseClass()
protected abstract void initialize()
protected abstract void populateParameters(ParameterMap pmap)
protected abstract RemoteType getType()
protected abstract void validate()
throws CommandValidationException
CommandValidationExceptionprotected abstract String getInstallNodeCommandName()
public final void executeInternal(AdminCommandContext context)
protected void checkDefaults()
Copyright © 2017. All rights reserved.