public class TopologyDriver extends AbstractTopologyComponent
TopologyDriver for JPPF drivers.healthSnapshot, managementInfochildren, parent, uuid| Modifier and Type | Method and Description |
|---|---|
JPPFClientConnection |
getConnection()
Get the driver connection.
|
org.jppf.management.diagnostics.DiagnosticsMBean |
getDiagnostics()
Gert the diagnostics mbean for this driver.
|
String |
getDisplayName()
Get a user-friendly representation of this topology component.
|
org.jppf.management.forwarding.NodeForwardingMBean |
getForwarder()
Get the proxy to the driver MBean that forwards node management requests.
|
org.jppf.management.JMXDriverConnectionWrapper |
getJmx()
Get the wrapper holding the connection to the JMX server on a driver or node.
|
org.jppf.server.job.management.DriverJobManagementMBean |
getJobManager()
Get the proxy to the driver MBean that manages and monitors jobs.
|
List<TopologyNode> |
getNodes()
Convenience method to get the nodes attached to this driver as
TopologyNode objects. |
List<TopologyNode> |
getNodesAndPeers()
Convenience method to get the nodes and peers connected to this driver as
TopologyNode objects. |
List<TopologyPeer> |
getPeers()
Convenience method to get the peers connected to this driver as
TopologyPeer objects. |
boolean |
isDriver()
This method always returns
true. |
String |
toString() |
getHealthSnapshot, getManagementInfo, isNode, isPeerequals, getChild, getChildCount, getChildren, getParent, getUuid, hashCodepublic boolean isDriver()
true.isDriver in class AbstractTopologyComponenttrue.public org.jppf.management.JMXDriverConnectionWrapper getJmx()
JMXDriverConnectionWrapper instance.public JPPFClientConnection getConnection()
JPPFClientConnection instance.public org.jppf.management.forwarding.NodeForwardingMBean getForwarder()
JPPFNodeForwardingMBean.public org.jppf.server.job.management.DriverJobManagementMBean getJobManager()
DriverJobManagementMBean.public org.jppf.management.diagnostics.DiagnosticsMBean getDiagnostics()
DiagnosticsMBean instance.public String toString()
toString in class AbstractTopologyComponentpublic String getDisplayName()
AbstractComponentgetDisplayName in class AbstractComponent<AbstractTopologyComponent>public List<TopologyNode> getNodes()
TopologyNode objects.TopologyNode objects, possibly empty if this driver has no attache node.public List<TopologyPeer> getPeers()
TopologyPeer objects.TopologyPeer objects, possibly empty if this driver is not connected to any peer.public List<TopologyNode> getNodesAndPeers()
TopologyNode objects.TopologyNode objects, possibly empty if this driver has no attached node and isn't connected to any peer.Copyright © 2005-2019 JPPF Team.