Groovy Documentation

com.ace.mws.nodes
[Groovy] Class NodeResourceManager

java.lang.Object
  com.ace.mws.nodes.NodeResourceManager

class NodeResourceManager

Field Summary
private Boolean isMaster

Indicates whether this resource manager is the "master" of this Node.

private String name

The name of the resource manager, according to Moab.

private NodeState stateReported

The state reported by this resource manager.

 
Constructor Summary
NodeResourceManager()

 
Method Summary
Boolean getIsMaster()

Indicates whether this resource manager is the "master" of this Node.

String getName()

The name of the resource manager, according to Moab.

NodeState getStateReported()

The state reported by this resource manager.

void setIsMaster(Boolean isMaster)

Indicates whether this resource manager is the "master" of this Node.

void setName(String name)

The name of the resource manager, according to Moab.

void setStateReported(NodeState stateReported)

The state reported by this resource manager.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

isMaster

private Boolean isMaster
Indicates whether this resource manager is the "master" of this Node. If true, it means that this resource manager has the final say on all properties reported about this Node. Note that the first resource manager to report a node is the master resource manager.


name

private String name
The name of the resource manager, according to Moab. This name appears in both the RMCFG parameter, and when diagnosing resource managers (e.g. mdiag -R).


stateReported

private NodeState stateReported
The state reported by this resource manager. See the State section for more details.


 
Constructor Detail

NodeResourceManager

NodeResourceManager()


 
Method Detail

getIsMaster

Boolean getIsMaster()
Indicates whether this resource manager is the "master" of this Node. If true, it means that this resource manager has the final say on all properties reported about this Node. Note that the first resource manager to report a node is the master resource manager.


getName

String getName()
The name of the resource manager, according to Moab. This name appears in both the RMCFG parameter, and when diagnosing resource managers (e.g. mdiag -R).


getStateReported

NodeState getStateReported()
The state reported by this resource manager. See the State section for more details.


setIsMaster

void setIsMaster(Boolean isMaster)
Indicates whether this resource manager is the "master" of this Node. If true, it means that this resource manager has the final say on all properties reported about this Node. Note that the first resource manager to report a node is the master resource manager.


setName

void setName(String name)
The name of the resource manager, according to Moab. This name appears in both the RMCFG parameter, and when diagnosing resource managers (e.g. mdiag -R).


setStateReported

void setStateReported(NodeState stateReported)
The state reported by this resource manager. See the State section for more details.


toString

String toString()


 

Groovy Documentation