java.lang.ObjectThis class runs in a single thread TimerTask s that have been scheduled.org.jboss.util.WorkerQueue
org.jboss.util.TimerQueue
A similar class is present in java.util package of jdk version >= 1.3; for compatibility with jdk 1.2 it is reimplemented here.
< - a href="mailto:simone.bordet@compaq.com">Simone Bordet$ - Revision: 1.2 $| Nested Class Summary: | ||
|---|---|---|
| protected class | TimerQueue.TimerTaskLoop | Class that loops getting the next job to be executed and then executing it, in the timer task thread. |
| Fields inherited from org.jboss.util.WorkerQueue: |
|---|
| m_queueThread |
| Constructor: |
|---|
|
|
| Method from org.jboss.util.TimerQueue Summary: |
|---|
| clear, createQueueLoop, getJobImpl, putJobImpl, schedule, schedule |
| Methods from org.jboss.util.WorkerQueue: |
|---|
| clear, createQueueLoop, getJob, getJobImpl, isInterrupted, putJob, putJobImpl, start, stop |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.util.TimerQueue Detail: |
|---|
|
|
|
|
|
delay
milliseconds. |