| 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 | Method and Description |
|---|---|
TopologyManager |
JobMonitor.getTopologyManager()
Get the topology manager associated with this job monitor.
|
| Constructor and Description |
|---|
JobMonitor(JobMonitorUpdateMode updateMode,
long period,
TopologyManager topologyManager,
JobMonitoringListener... listeners)
Initialize this job manager with the specified topology manager and event mode.
|
JobMonitor(TopologyManager topologyManager,
JobMonitoringListener... listeners)
Initialize this job manager with the specified topology manager in
IMMEDIATE_NOTFICATIONS mode. |
| Modifier and Type | Method and Description |
|---|---|
TopologyManager |
TopologyEvent.getTopologyManager()
Get the topology manager which emitted this event.
|
Copyright © 2005-2019 JPPF Team.