Class UpdateNodeSshCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.UpdateNodeRemoteCommand
-
- com.sun.enterprise.v3.admin.cluster.UpdateNodeSshCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="update-node-ssh") @PerLookup @ExecuteOn(DAS) public class UpdateNodeSshCommand extends UpdateNodeRemoteCommand
Remote AdminCommand to update an ssh node. This command is run only on DAS.- Author:
- Joe Di Pol
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.v3.admin.cluster.UpdateNodeRemoteCommand
remotepassword, remotePort, remoteUser, sshAuthType, sshkeyfile, sshkeypassphrase, windowsdomain
-
-
Constructor Summary
Constructors Constructor Description UpdateNodeSshCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter valuesprotected StringgetDefaultPort()protected RemoteTypegetType()protected voidpopulateParameters()-
Methods inherited from class com.sun.enterprise.v3.admin.cluster.UpdateNodeRemoteCommand
executeInternal
-
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Parameters:
context- information
-
populateParameters
protected void populateParameters()
- Specified by:
populateParametersin classUpdateNodeRemoteCommand
-
getType
protected RemoteType getType()
- Specified by:
getTypein classUpdateNodeRemoteCommand
-
getDefaultPort
protected String getDefaultPort()
- Specified by:
getDefaultPortin classUpdateNodeRemoteCommand
-
-