Class DeleteNodeDcom
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.DeleteNodeRemoteCommand
-
- com.sun.enterprise.v3.admin.cluster.dcom.DeleteNodeDcom
-
- All Implemented Interfaces:
AdminCommand
@Service(name="delete-node-dcom") @PerLookup @CommandLock(NONE) @ExecuteOn(DAS) public class DeleteNodeDcom extends DeleteNodeRemoteCommand
Remote AdminCommand to delete a DCOM node- Author:
- Byron Nevins
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.v3.admin.cluster.DeleteNodeRemoteCommand
logger, remotepassword, serviceLocator, sshkeypassphrase
-
-
Constructor Summary
Constructors Constructor Description DeleteNodeDcom()
-
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 List<String>getPasswords()protected StringgetUninstallCommandName()protected voidsetTypeSpecificOperands(List<String> command, ParameterMap map)-
Methods inherited from class com.sun.enterprise.v3.admin.cluster.DeleteNodeRemoteCommand
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
-
getPasswords
protected List<String> getPasswords()
- Specified by:
getPasswordsin classDeleteNodeRemoteCommand
-
getUninstallCommandName
protected String getUninstallCommandName()
- Specified by:
getUninstallCommandNamein classDeleteNodeRemoteCommand
-
setTypeSpecificOperands
protected final void setTypeSpecificOperands(List<String> command, ParameterMap map)
- Specified by:
setTypeSpecificOperandsin classDeleteNodeRemoteCommand
-
-