Package com.sun.sgs.impl.kernel.schedule

Provides scheduling facilities for the kernel.

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.
 

Package com.sun.sgs.impl.kernel.schedule Description

Provides scheduling facilities for the kernel.


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved