|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
private Boolean isMaster
private String name
mdiag -R
).
private NodeState stateReported
Constructor Detail |
---|
NodeResourceManager()
Method Detail |
---|
Boolean getIsMaster()
String getName()
mdiag -R
).
NodeState getStateReported()
void setIsMaster(Boolean isMaster)
void setName(String name)
mdiag -R
).
void setStateReported(NodeState stateReported)
String toString()
Groovy Documentation