public abstract class DeleteNodeRemoteCommand extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected String |
remotepassword |
protected org.glassfish.hk2.api.ServiceLocator |
serviceLocator |
protected String |
sshkeypassphrase |
| Constructor and Description |
|---|
DeleteNodeRemoteCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeInternal(AdminCommandContext context) |
protected abstract List<String> |
getPasswords() |
protected abstract String |
getUninstallCommandName() |
protected abstract void |
setTypeSpecificOperands(List<String> command,
ParameterMap map) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute@Inject protected org.glassfish.hk2.api.ServiceLocator serviceLocator
protected String remotepassword
protected String sshkeypassphrase
protected Logger logger
protected abstract String getUninstallCommandName()
protected abstract void setTypeSpecificOperands(List<String> command, ParameterMap map)
protected final void executeInternal(AdminCommandContext context)
Copyright © 2019. All rights reserved.