public class JobMonitoringEvent extends EventObject
JobMonitor.source| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Get the related job, if any.
|
JobDispatch |
getJobDispatch()
Get the related job dispatch, if any.
|
JobDriver |
getJobDriver()
Get the job driver from which this event originates.
|
JobMonitor |
getJobMonitor()
Get the job monitor which emitted this event.
|
String |
toString() |
getSourcepublic JobMonitor getJobMonitor()
JobMonitor instance.public JobDriver getJobDriver()
JobDriver instance.public Job getJob()
Job instance, or null if this event does not relate to a job.public JobDispatch getJobDispatch()
JobDispatch instance, or null if this event does not relate to a job dispatch.public String toString()
toString in class EventObjectCopyright © 2005-2019 JPPF Team.