public class Job extends AbstractJobComponent
children, parent, uuid| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get a user-friendly representation of this topology component.
|
JobDispatch |
getJobDispatch(String nodeUuid)
Get the dispatch with the specified node uuid for this job.
|
List<JobDispatch> |
getJobDispatches()
Get the job dispatches for this job.
|
JobDriver |
getJobDriver()
Get the driver that holds this job.
|
org.jppf.job.JobInformation |
getJobInformation()
Get the information on the job.
|
String |
toString() |
equals, getChild, getChildCount, getChildren, getParent, getUuid, hashCodepublic org.jppf.job.JobInformation getJobInformation()
JobInformation.public JobDriver getJobDriver()
JobDriver instance.public JobDispatch getJobDispatch(String nodeUuid)
nodeUuid - the uuid of the node of the dispatch to retrieve.JobDispatch instance, or null if thiere is nu such job dispatch.public List<JobDispatch> getJobDispatches()
JobDispatch instances, possibly empty.public String getDisplayName()
AbstractComponentgetDisplayName in class AbstractComponent<AbstractJobComponent>Copyright © 2005-2019 JPPF Team.