org.encog.util.concurrency.job
Class JobUnitWorker
java.lang.Object
org.encog.util.concurrency.job.JobUnitWorker
- All Implemented Interfaces:
- EngineTask
public class JobUnitWorker
- extends Object
- implements EngineTask
An individual worker, that will be submitted to the thread pool.
Method Summary |
void |
run()
Run this job unit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobUnitWorker
public JobUnitWorker(JobUnitContext context)
- Construct a job unit.
- Parameters:
context
- The context of this job unit.
run
public void run()
- Run this job unit.
- Specified by:
run
in interface EngineTask
Copyright © 2014. All Rights Reserved.