|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.monitoring.node.TopologyData
public class TopologyData
Instances of this class represent the state of a node in the Yopology panel tree.
| Constructor Summary | |
|---|---|
|
TopologyData(JPPFClientConnection clientConnection)
Initialize this topology data as a driver related object. |
|
TopologyData(JPPFManagementInfo nodeInformation)
Initialize this topology data as holding information about a node. |
protected |
TopologyData(TopologyDataType type)
Initialize topology job data with the specified type. |
| Method Summary | |
|---|---|
JPPFClientConnection |
getClientConnection()
Get the driver connection. |
JMXConnectionWrapper |
getJmxWrapper()
Get the wrapper holding the connection to the JMX server on a driver or node. |
JPPFManagementInfo |
getNodeInformation()
Get the information on a JPPF node. |
JPPFNodeState |
getNodeState()
Get the object describing the current state of a node. |
TopologyDataStatus |
getStatus()
Get the status of the node. |
TopologyDataType |
getType()
Get the type of this job data object. |
void |
refreshNodeState()
Refresh the state of the node represented by this topology data. |
void |
setNodeState(JPPFNodeState nodeState)
Set the object describing the current state of a node. |
void |
setStatus(TopologyDataStatus status)
Set the status of the node. |
String |
toString()
Get a string reprensation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected TopologyData(TopologyDataType type)
type - the type of this job data object as a JobDataType enum value.public TopologyData(JPPFClientConnection clientConnection)
clientConnection - a reference to the driver connection.public TopologyData(JPPFManagementInfo nodeInformation)
nodeInformation - information on the JPPF node.| Method Detail |
|---|
public TopologyDataType getType()
TopologyDataType enum value.public JMXConnectionWrapper getJmxWrapper()
JMXDriverConnectionWrapper instance.public JPPFManagementInfo getNodeInformation()
NodeManagementInfo instance.public String toString()
toString in class ObjectObject.toString()public JPPFNodeState getNodeState()
JPPFNodeState instance.public void setNodeState(JPPFNodeState nodeState)
nodeState - a JPPFNodeState instance.public JPPFClientConnection getClientConnection()
JPPFClientConnection instance.public void refreshNodeState()
public TopologyDataStatus getStatus()
public void setStatus(TopologyDataStatus status)
status - the node status.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||