| Package | Description |
|---|---|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobMonitoringListenerAdapter
A convenience class for subclasses that wish to subscribe to job monitoring events
without having to implement all the methods of the
JobMonitoringListener interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMonitor.addJobMonitoringListener(JobMonitoringListener listener)
Add a listener to the events emitted by this job monitor.
|
void |
JobMonitor.removeJobMonitoringListener(JobMonitoringListener listener)
Remove a listener to the events emitted by 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. |
Copyright © 2005-2019 JPPF Team.