org.encog.util.concurrency.job
Class JobUnitWorker
- java.lang.Object
-
- org.encog.util.concurrency.job.JobUnitWorker
-
- All Implemented Interfaces:
- EngineTask
public class JobUnitWorker extends java.lang.Object implements EngineTask
An individual worker, that will be submitted to the thread pool.
-
-
Constructor Summary
Constructors Constructor and Description JobUnitWorker(JobUnitContext context)Construct a job unit.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrun()Run this job unit.
-
-
-
Constructor Detail
-
JobUnitWorker
public JobUnitWorker(JobUnitContext context)
Construct a job unit.- Parameters:
context- The context of this job unit.
-
-
Method Detail
-
run
public void run()
Run this job unit.- Specified by:
runin interfaceEngineTask
-
-
DMelt 3.0 © DataMelt by jWork.ORG