public abstract static class InfrastructureManager.RMDeployingNodeAccessor extends Object implements Serializable
RMDeployingNode
object.Constructor and Description |
---|
RMDeployingNodeAccessor() |
Modifier and Type | Method and Description |
---|---|
protected abstract RMDeployingNode |
newRMDeployingNode(String name,
NodeSource ns,
String command,
Client provider,
String description)
Instantiate a new
RMDeployingNode with the given parameters |
static void |
setDefault(InfrastructureManager.RMDeployingNodeAccessor d) |
protected abstract void |
setDescription(RMDeployingNode pn,
String newDescription)
To set the Description of the
RMDeployingNode |
protected abstract void |
setLost(RMDeployingNode pn)
To update the lost field of the deploying node
|
public static void setDefault(InfrastructureManager.RMDeployingNodeAccessor d)
protected abstract RMDeployingNode newRMDeployingNode(String name, NodeSource ns, String command, Client provider, String description)
RMDeployingNode
with the given parametersname
- The deploying node's namens
- The node source owning the deploying nodecommand
- The command that has been used to launch the
RMNode
provider
- The node's providerdescription
- A first description of the nodeprotected abstract void setDescription(RMDeployingNode pn, String newDescription)
RMDeployingNode
pn
- the deploying node to updatenewDescription
- the new descriptionprotected abstract void setLost(RMDeployingNode pn)
pn
- The deploying node to update