| Package | Description |
|---|---|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobMonitor
This class provides a representation of the jobs and corresponding node dispatches executing in a JPPF grid.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopologyListenerAdapter
A convenience class for subclasses that wish to receive topology events
without having to implement all the methods of the
TopologyListener interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyManager.addTopologyListener(TopologyListener listener)
Add a topology change listener.
|
void |
TopologyManager.removeTopologyListener(TopologyListener listener)
Remove a topology change listener.
|
| Constructor and Description |
|---|
TopologyManager(JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
JPPFClient client,
boolean loadSystemInfo,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
JPPFClient client,
TopologyListener... listeners)
Initialize this topology manager with the specified
JPPFClient and listeners. |
TopologyManager(long topologyRefreshInterval,
long jvmHealthRefreshInterval,
TopologyListener... listeners)
Initialize this topology manager with a new
JPPFClient and the specified listeners. |
TopologyManager(TopologyListener... listeners)
Initialize this topology manager with a new
JPPFClient and the specified listeners. |
Copyright © 2005-2019 JPPF Team.