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