public interface JobMonitoringListener extends EventListener
| 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.
|
void driverAdded(JobMonitoringEvent event)
event - the event encapsulating the change information.void driverRemoved(JobMonitoringEvent event)
event - the event encapsulating the change information.void jobAdded(JobMonitoringEvent event)
event - the event encapsulating the change information.void jobRemoved(JobMonitoringEvent event)
event - the event encapsulating the change information.void jobUpdated(JobMonitoringEvent event)
event - the event encapsulating the change information.void jobDispatchAdded(JobMonitoringEvent event)
event - the event encapsulating the change information.void jobDispatchRemoved(JobMonitoringEvent event)
event - the event encapsulating the change information.Copyright © 2005-2019 JPPF Team.