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.RunnableExecutor 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 longgetId()IJobgetJob()PrioritygetPriority()JobStatusgetStatus()voidrun()
-
-
-
Constructor Detail
-
PoolExecutorJob
public PoolExecutorJob(IPriorityWorkSchedulerWrapper scheduler, IJob job, JobStatus status)
-
-