Package org.jboss.util
Class WorkerQueue.QueueLoop
- java.lang.Object
-
- org.jboss.util.WorkerQueue.QueueLoop
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- WorkerQueue
protected class WorkerQueue.QueueLoop extends java.lang.Object implements java.lang.Runnable
Class that loops getting the next job to be executed and then executing it, in the worker thread.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
QueueLoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
flush()
void
run()
-