Class UpdateNodeDcomCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.UpdateNodeRemoteCommand
-
- com.sun.enterprise.v3.admin.cluster.dcom.UpdateNodeDcomCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="update-node-dcom") @PerLookup @ExecuteOn(DAS) public class UpdateNodeDcomCommand extends UpdateNodeRemoteCommand
Remote AdminCommand to update a DCOM node.- Author:
- Byron Nevins
-
-
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 UpdateNodeDcomCommand()
-
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
-
getType
protected RemoteType getType()
- Specified by:
getTypein classUpdateNodeRemoteCommand
-
getDefaultPort
protected String getDefaultPort()
- Specified by:
getDefaultPortin classUpdateNodeRemoteCommand
-
populateParameters
protected void populateParameters()
- Specified by:
populateParametersin classUpdateNodeRemoteCommand
-
-