public class JobDriver extends AbstractJobComponent
TopologyDriver with the additional ability to navigate the jobs hierarchy, which is orthogonal to the topology hierarchy.children, parent, uuid| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get a user-friendly representation of this topology component.
|
Job |
getJob(String jobUuid)
Get a job handled by this driver from its uuid.
|
org.jppf.server.job.management.DriverJobManagementMBean |
getJobManager()
Get the proxy to the driver MBean that manages and monitors jobs.
|
List<Job> |
getJobs()
Get the list of jobs handled by this driver.
|
TopologyDriver |
getTopologyDriver()
Get the associated driver from the topology monitor.
|
String |
toString() |
equals, getChild, getChildCount, getChildren, getParent, getUuid, hashCodepublic org.jppf.server.job.management.DriverJobManagementMBean getJobManager()
DriverJobManagementMBean.public TopologyDriver getTopologyDriver()
TopologyDriver.public Job getJob(String jobUuid)
jobUuid - the uuid of the job to retrieve.Job instance, or null if the driver has no such job.public List<Job> getJobs()
Job instances, possibly empty.public String getDisplayName()
AbstractComponentgetDisplayName in class AbstractComponent<AbstractJobComponent>Copyright © 2005-2019 JPPF Team.