org.encog.util.concurrency.job
Class JobUnitWorker

java.lang.Object
  extended by 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.


Constructor Summary
JobUnitWorker(JobUnitContext context)
          Construct a job unit.
 
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
 

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:
run in interface EngineTask


Copyright © 2014. All Rights Reserved.