Class UpdateNodeRemoteCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.UpdateNodeRemoteCommand
-
- All Implemented Interfaces:
AdminCommand
- Direct Known Subclasses:
UpdateNodeDcomCommand,UpdateNodeSshCommand
public abstract class UpdateNodeRemoteCommand extends Object implements AdminCommand
Remote AdminCommand to update a remote node. This command is run only on DAS.- Author:
- Joe Di Pol, Byron Nevins
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringremotepasswordprotected StringremotePortprotected StringremoteUserprotected StringsshAuthTypeprotected Stringsshkeyfileprotected Stringsshkeypassphraseprotected Stringwindowsdomain
-
Constructor Summary
Constructors Constructor Description UpdateNodeRemoteCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidexecuteInternal(AdminCommandContext context)protected abstract StringgetDefaultPort()protected abstract RemoteTypegetType()protected abstract voidpopulateParameters()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.api.admin.AdminCommand
execute
-
-
-
-
Field Detail
-
remotePort
protected String remotePort
-
remoteUser
protected String remoteUser
-
sshAuthType
protected String sshAuthType
-
sshkeyfile
protected String sshkeyfile
-
sshkeypassphrase
protected String sshkeypassphrase
-
remotepassword
protected String remotepassword
-
windowsdomain
protected String windowsdomain
-
-
Method Detail
-
populateParameters
protected abstract void populateParameters()
-
getType
protected abstract RemoteType getType()
-
getDefaultPort
protected abstract String getDefaultPort()
-
executeInternal
protected final void executeInternal(AdminCommandContext context)
-
-