@Service(name="ping-node-ssh") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value=DAS) public class PingNodeSshCommand extends PingNodeRemoteCommand
name| Constructor and Description |
|---|
PingNodeSshCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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 values
|
protected String |
validateSubType(Node node) |
executeInternalpublic void execute(AdminCommandContext context)
AdminCommandcontext - informationprotected String validateSubType(Node node)
validateSubType in class PingNodeRemoteCommandnode - the node of interestCopyright © 2019. All rights reserved.