Class SubmittedJob
Object
SubmittedJob
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
ConstructorsConstructorDescriptionSubmittedJob
(JobDescription jobDescription, JobStateMonitor jobState) Creates a newSubmittedJob
instance. -
Method Summary
-
Constructor Details
-
SubmittedJob
Creates a newSubmittedJob
instance.- Parameters:
jobDescription
- A unique description for the job.jobState
- The current execution-state of the job.
-
-
Method Details