simple.util.schedule |
|
Java Source File Name | Type | Comment |
PulseScheduler.java | Class | The PulseScheduler is a scheduler that is used when
the time accuracy is not of great importance. |
Registry.java | Class | This is used by the Scheduler to manage the threads
that are dequeuing from the Scheduler . |
Scheduler.java | Class | The Scheduler is used for scheduling arbitrary objects.
When arbitrary objects are enqueued into a Scheduler
the Scheduler object will guarantee that that object
will not be dequeued until its timeout has expired.
This guarantees that an object is returned when the dequeue method
is invoked. |
SchedulerQueue.java | Class | This is a SchedulerQueue used to prioritize objects
enqueued. |