|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| TimedTaskListener | Package-private interface for notifying when delayed tasks are ready. |
| Class Summary | |
|---|---|
| FIFOSchedulerQueue | This is a simple implemenation of SchedulerQueue that
accepts tasks and runs them in the order that they are ready. |
| ImmediateRetryPolicy | A simple retry "in place" SchedulerRetryPolicy. |
| NowOrLaterRetryPolicy | A SchedulerRetryPolicy that works in a similar fashion as the
ImmediateRetryPolicy except that it also loosens the transaction
restrictions after a certain number of task retries in order to push
through tasks that are frequently timing out. |
| RecurringTaskHandleImpl | Simple implementation of RecurringTaskHandle that lets
the handle be associated with a TimerTask so that cancelling
the handle also cancels the associated TimerTask. |
| SimpleTaskReservation | Package-private utility implementation of TaskReservation. |
| TimedTaskHandler | Package-private utility class that handles timers for tasks that are scheduled to run in the future. |
| WindowSchedulerQueue | This implementation of SchedulerQueue tries to
provide fairness between users without taking too long to service any
given user's tasks. |
Provides scheduling facilities for the kernel.
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||