public class JobMonitoringListenerAdapter extends Object implements JobMonitoringListener
JobMonitoringListener interface.
This class provides an empty implementation for all the methods of the interface.| Constructor and Description |
|---|
JobMonitoringListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
driverAdded(JobMonitoringEvent event)
Called when a new driver is added to the topology.
|
void |
driverRemoved(JobMonitoringEvent event)
Called when a new driver is added to the topology.
|
void |
jobAdded(JobMonitoringEvent event)
Called when a job is added to the driver queue.
|
void |
jobDispatchAdded(JobMonitoringEvent event)
Called when a job is dispatched to a node.
|
void |
jobDispatchRemoved(JobMonitoringEvent event)
Called when a job dispatch returns from a node.
|
void |
jobRemoved(JobMonitoringEvent event)
Called when a job is removed from the driver queue.
|
void |
jobUpdated(JobMonitoringEvent event)
Called when the state a job has changed.
|
public void driverAdded(JobMonitoringEvent event)
JobMonitoringListenerdriverAdded in interface JobMonitoringListenerevent - the event encapsulating the change information.public void driverRemoved(JobMonitoringEvent event)
JobMonitoringListenerdriverRemoved in interface JobMonitoringListenerevent - the event encapsulating the change information.public void jobAdded(JobMonitoringEvent event)
JobMonitoringListenerjobAdded in interface JobMonitoringListenerevent - the event encapsulating the change information.public void jobRemoved(JobMonitoringEvent event)
JobMonitoringListenerjobRemoved in interface JobMonitoringListenerevent - the event encapsulating the change information.public void jobUpdated(JobMonitoringEvent event)
JobMonitoringListenerjobUpdated in interface JobMonitoringListenerevent - the event encapsulating the change information.public void jobDispatchAdded(JobMonitoringEvent event)
JobMonitoringListenerjobDispatchAdded in interface JobMonitoringListenerevent - the event encapsulating the change information.public void jobDispatchRemoved(JobMonitoringEvent event)
JobMonitoringListenerjobDispatchRemoved in interface JobMonitoringListenerevent - the event encapsulating the change information.Copyright © 2005-2019 JPPF Team.