Class DeleteNodeRemoteCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.DeleteNodeRemoteCommand
-
- All Implemented Interfaces:
AdminCommand
- Direct Known Subclasses:
DeleteNodeDcom,DeleteNodeSshCommand
public abstract class DeleteNodeRemoteCommand extends Object implements AdminCommand
Remote AdminCommand to delete a config node. This command is run only on DAS.- Author:
- Carla Mott
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerloggerprotected Stringremotepasswordprotected org.glassfish.hk2.api.ServiceLocatorserviceLocatorprotected Stringsshkeypassphrase
-
Constructor Summary
Constructors Constructor Description DeleteNodeRemoteCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidexecuteInternal(AdminCommandContext context)protected abstract List<String>getPasswords()protected abstract StringgetUninstallCommandName()protected abstract voidsetTypeSpecificOperands(List<String> command, ParameterMap map)-
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
-
-
-
-
Method Detail
-
getUninstallCommandName
protected abstract String getUninstallCommandName()
-
setTypeSpecificOperands
protected abstract void setTypeSpecificOperands(List<String> command, ParameterMap map)
-
executeInternal
protected final void executeInternal(AdminCommandContext context)
-
-