public abstract class AbstractTopologyComponent extends AbstractComponent<AbstractTopologyComponent>
| Modifier and Type | Field and Description |
|---|---|
protected org.jppf.management.diagnostics.HealthSnapshot |
healthSnapshot
Object describing the current health snapshot of a node or driver.
|
protected org.jppf.management.JPPFManagementInfo |
managementInfo
The management informtation on this topology component.
|
children, parent, uuid| Modifier and Type | Method and Description |
|---|---|
org.jppf.management.diagnostics.HealthSnapshot |
getHealthSnapshot()
Get the object describing the health of a node or driver.
|
org.jppf.management.JPPFManagementInfo |
getManagementInfo()
Get the management informtation on this topology component.
|
boolean |
isDriver()
Determine whether this object represents a driver.
|
boolean |
isNode()
Determine whether this object represents a node.
|
boolean |
isPeer()
Determine whether this object represents a peer driver.
|
String |
toString() |
equals, getChild, getChildCount, getChildren, getDisplayName, getParent, getUuid, hashCodeprotected transient org.jppf.management.diagnostics.HealthSnapshot healthSnapshot
protected transient org.jppf.management.JPPFManagementInfo managementInfo
public boolean isDriver()
true if this object represents a driver, false otherwise.public boolean isNode()
true if this object represents a node, false otherwise.public boolean isPeer()
true if this object represnets a peer driver, false otherwise.public org.jppf.management.diagnostics.HealthSnapshot getHealthSnapshot()
HealthSnapshot instance.public org.jppf.management.JPPFManagementInfo getManagementInfo()
JPPFManagementInfo instance.Copyright © 2005-2019 JPPF Team.