| Package | Description |
|---|---|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
JobDriver |
JobMonitoringEvent.getJobDriver()
Get the job driver from which this event originates.
|
JobDriver |
Job.getJobDriver()
Get the driver that holds this job.
|
JobDriver |
JobMonitor.getJobDriver(String driverUuid)
Get the driver with the specified uuid.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobDriver> |
JobMonitor.getDriversForJob(String jobUuid)
Get the drivers to which a job was submitted, either in parallel from the same client, or from one driver to another in a multi-driver topology.
|
List<JobDriver> |
JobMonitor.getJobDrivers()
Get the drivers monitored by this job monitor.
|
Copyright © 2005-2019 JPPF Team.