Package com.sun.sgs.kernel.schedule

Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations.

See:
          Description

Interface Summary
ScheduledTask This interface represents a single task that has been accepted by a scheduler.
SchedulerQueue This interface is used to define the backing queue for a scheduler.
SchedulerRetryPolicy This interface is used to define a retry policy for a scheduler when a transactional task fails.
 

Enum Summary
SchedulerRetryAction Enumeration of possible retry actions that a scheduler can use to retry a failed task.
 

Package com.sun.sgs.kernel.schedule Description

Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations. See the com.sun.sgs.impl.kernel.TransactionSchedulerImpl class for details of how the default scheduler uses these interfaces.


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