Uses of Interface
com.sun.sgs.kernel.TaskReservation

Packages that use TaskReservation
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.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

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