Class PoolExecutorJob
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.engine.executor.pool.PoolExecutorJob
-
- All Implemented Interfaces:
java.lang.Runnable
public class PoolExecutorJob extends java.lang.Object implements java.lang.Runnable
Executor which handles job wide tasks, uses 1 task executor per task
-
-
Constructor Summary
Constructors Constructor Description PoolExecutorJob(IPriorityWorkSchedulerWrapper scheduler, IJob job, JobStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
IJob
getJob()
Priority
getPriority()
JobStatus
getStatus()
void
run()
-
-
-
Constructor Detail
-
PoolExecutorJob
public PoolExecutorJob(IPriorityWorkSchedulerWrapper scheduler, IJob job, JobStatus status)
-
-