|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskReservation | |
|---|---|
| com.sun.sgs.impl.kernel | Provides an implementation of the RedDwarf Server kernel. |
| com.sun.sgs.impl.kernel.schedule | Provides scheduling facilities for the kernel. |
| com.sun.sgs.kernel | Provides the core system interfaces used by the RedDwarf Server. |
| com.sun.sgs.kernel.schedule | Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations. |
| Uses of TaskReservation in com.sun.sgs.impl.kernel |
|---|
| Methods in com.sun.sgs.impl.kernel that return TaskReservation | |
|---|---|
TaskReservation |
TransactionSchedulerImpl.reserveTask(KernelRunnable task,
Identity owner)
Reserves the ability to run the given task. |
TaskReservation |
TaskSchedulerImpl.reserveTask(KernelRunnable task,
Identity owner)
Reserves the ability to run the given task. |
TaskReservation |
TransactionSchedulerImpl.reserveTask(KernelRunnable task,
Identity owner,
long startTime)
Reserves the ability to run the given task at a specified point in the future. |
TaskReservation |
TaskSchedulerImpl.reserveTask(KernelRunnable task,
Identity owner,
long startTime)
Reserves the ability to run the given task at a specified point in the future. |
TaskReservation |
TransactionSchedulerImpl.reserveTask(KernelRunnable task,
Identity owner,
Priority priority)
Reserves the ability to run the given task. |
| Uses of TaskReservation in com.sun.sgs.impl.kernel.schedule |
|---|
| Classes in com.sun.sgs.impl.kernel.schedule that implement TaskReservation | |
|---|---|
(package private) class |
SimpleTaskReservation
Package-private utility implementation of TaskReservation. |
| Methods in com.sun.sgs.impl.kernel.schedule that return TaskReservation | |
|---|---|
TaskReservation |
FIFOSchedulerQueue.reserveTask(ScheduledTask task)
Reserves a space for a task. |
TaskReservation |
WindowSchedulerQueue.reserveTask(ScheduledTask task)
Reserves a space for a task. |
| Uses of TaskReservation in com.sun.sgs.kernel |
|---|
| Methods in com.sun.sgs.kernel that return TaskReservation | |
|---|---|
TaskReservation |
TransactionScheduler.reserveTask(KernelRunnable task,
Identity owner)
Reserves the ability to run the given task. |
TaskReservation |
TaskScheduler.reserveTask(KernelRunnable task,
Identity owner)
Reserves the ability to run the given task. |
TaskReservation |
TransactionScheduler.reserveTask(KernelRunnable task,
Identity owner,
long startTime)
Reserves the ability to run the given task at a specified point in the future. |
TaskReservation |
TaskScheduler.reserveTask(KernelRunnable task,
Identity owner,
long startTime)
Reserves the ability to run the given task at a specified point in the future. |
TaskReservation |
PriorityScheduler.reserveTask(KernelRunnable task,
Identity owner,
Priority priority)
Reserves the ability to run the given task. |
| Uses of TaskReservation in com.sun.sgs.kernel.schedule |
|---|
| Methods in com.sun.sgs.kernel.schedule that return TaskReservation | |
|---|---|
TaskReservation |
SchedulerQueue.reserveTask(ScheduledTask task)
Reserves a space for a task. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||