Uses of Interface
com.sun.sgs.kernel.schedule.SchedulerQueue

Packages that use SchedulerQueue
com.sun.sgs.impl.kernel.schedule Provides scheduling facilities for the kernel. 
 

Uses of SchedulerQueue in com.sun.sgs.impl.kernel.schedule
 

Classes in com.sun.sgs.impl.kernel.schedule that implement SchedulerQueue
 class FIFOSchedulerQueue
          This is a simple implemenation of SchedulerQueue that accepts tasks and runs them in the order that they are ready.
 class WindowSchedulerQueue
          This implementation of SchedulerQueue tries to provide fairness between users without taking too long to service any given user's tasks.
 

Constructors in com.sun.sgs.impl.kernel.schedule with parameters of type SchedulerQueue
RecurringTaskHandleImpl(SchedulerQueue queue, ScheduledTask task)
          Creates an instance of RecurringTaskHandleImpl.
SimpleTaskReservation(SchedulerQueue queue, ScheduledTask task)
          Creates an instance of SimpleTaskReservation.
 


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