public class JobInfo extends Object implements Serializable
Constructor and Description |
---|
JobInfo(ObjectId jobId,
JobType jobType,
JobStatus jobStatus,
Date submittedDate,
Date lastRunDate,
ObjectId[] projectObjIds,
ObjectId[] epsObjIds,
String workerHost)
Class constructor, to be used internally.
|
Modifier and Type | Method and Description |
---|---|
ObjectId[] |
getEPSObjectIds()
Gets the related EPS ObjectIds which apply to the job type 'Summarize' only.
|
JobId |
getJobId()
Gets the unique ID of the job
|
JobStatus |
getJobStatus()
Gets the status of the job.
|
JobType |
getJobType()
Gets the type of the job
|
Date |
getLastRunDate()
Gets the date the job was last run
|
ObjectId[] |
getProjectObjectIds()
Gets the related Project ObjectIds
|
Date |
getSubmittedDate()
Gets the date the job was submitted
|
String |
getWorkerHost()
Gets the host machine name that ran this job
|
public JobInfo(ObjectId jobId, JobType jobType, JobStatus jobStatus, Date submittedDate, Date lastRunDate, ObjectId[] projectObjIds, ObjectId[] epsObjIds, String workerHost)
jobId
- the id of the jobjobType
- the tyupe of the jobjobStatus
- the status of the jobsubmittedDate
- the date the job was submittedlastRunDate
- the date the job was last runprojectObjIds
- the projects on which to run the jobepsObjIds
- the EPS nodes onwhich to run the jobpublic JobId getJobId()
public JobType getJobType()
public JobStatus getJobStatus()
public Date getSubmittedDate()
public Date getLastRunDate()
public ObjectId[] getProjectObjectIds()
public ObjectId[] getEPSObjectIds()
public String getWorkerHost()
Copyright © 2003, 2020, Oracle and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.