public abstract class UpdateNodeRemoteCommand extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
remotepassword |
protected String |
remotePort |
protected String |
remoteUser |
protected String |
sshkeyfile |
protected String |
sshkeypassphrase |
protected String |
windowsdomain |
| Constructor and Description |
|---|
UpdateNodeRemoteCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeInternal(AdminCommandContext context) |
protected abstract String |
getDefaultPort() |
protected abstract RemoteType |
getType() |
protected abstract void |
populateParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected String remotePort
protected String remoteUser
protected String sshkeyfile
protected String remotepassword
protected String sshkeypassphrase
protected String windowsdomain
protected abstract void populateParameters()
protected abstract RemoteType getType()
protected abstract String getDefaultPort()
protected final void executeInternal(AdminCommandContext context)
Copyright © 2019. All rights reserved.