public class JobUnitWorker extends java.lang.Object implements EngineTask
| Constructor and Description |
|---|
JobUnitWorker(JobUnitContext context)
Construct a job unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run this job unit.
|
public JobUnitWorker(JobUnitContext context)
context - The context of this job unit.public void run()
run in interface EngineTask