Package net.sf.basedb.core
Class InternalJobQueue.JobRunner
java.lang.Object
net.sf.basedb.core.InternalJobQueue.JobRunner
- All Implemented Interfaces:
Runnable
- Enclosing class:
- InternalJobQueue
Encapsulates the running of a job in a separate thread.
Calls the
InternalJobQueue.jobDone(JobRunner)
method when finished.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate JobData
getJob()
Get the job.private Job.ExecutionTime
The slot the job is executing in.void
run()
Execute the job.