-
Field Summary
Fields
protected boolean
Flag to indicate finished.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
finished
protected volatile boolean finished
Flag to indicate finished.
-
Constructor Details
-
OnePerson
public OnePerson(JobQueue jobQueue,
long waitTime)
Initiate.
- Parameters:
jobQueue - JobQueue.
waitTime - Time to wait in milliseconds for a Job.
-
Method Details
-
run
public void run()
- Specified by:
run in interface Runnable