Class SubmittedJob
Object
org.anchoranalysis.experiment.task.processor.SubmittedJob
public final class SubmittedJob extends Object
A job that has been submitted for execution.
It may be:
- Waiting in a queue before it is executed.
- In the process of being executed.
- Completed executing.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description SubmittedJob(JobDescription jobDescription, JobStateMonitor jobState) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)JobDescriptiongetJobDescription()A unique description for the job.JobStateMonitorgetJobState()The current execution-state of the job.inthashCode()StringtoString()