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

Packages that use RecurringTaskHandle
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 RecurringTaskHandle in com.sun.sgs.impl.kernel
 

Methods in com.sun.sgs.impl.kernel that return RecurringTaskHandle
 RecurringTaskHandle ScheduledTaskImpl.getRecurringTaskHandle()
          Returns the RecurringTaskHandle associated with this task if this task is recurring, or null if this is not recurring.
 RecurringTaskHandle TransactionSchedulerImpl.scheduleRecurringTask(KernelRunnable task, Identity owner, long startTime, long period)
          Schedules a task to start running at a specified point in the future, and continuing running on a regular period starting from that initial point.
 RecurringTaskHandle TaskSchedulerImpl.scheduleRecurringTask(KernelRunnable task, Identity owner, long startTime, long period)
          Schedules a task to start running at a specified point in the future, and continuing running on a regular period starting from that initial point.
 

Methods in com.sun.sgs.impl.kernel with parameters of type RecurringTaskHandle
(package private)  void ScheduledTaskImpl.setRecurringTaskHandle(RecurringTaskHandle handle)
          Sets this task's handle or throws IllegalStateException if the task is not recurring.
 

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

Classes in com.sun.sgs.impl.kernel.schedule that implement RecurringTaskHandle
(package private)  class RecurringTaskHandleImpl
          Simple implementation of RecurringTaskHandle that lets the handle be associated with a TimerTask so that cancelling the handle also cancels the associated TimerTask.
 

Methods in com.sun.sgs.impl.kernel.schedule that return RecurringTaskHandle
 RecurringTaskHandle FIFOSchedulerQueue.createRecurringTaskHandle(ScheduledTask task)
          Creates a RecurringTaskHandle for the associated task.
 RecurringTaskHandle WindowSchedulerQueue.createRecurringTaskHandle(ScheduledTask task)
          Creates a RecurringTaskHandle for the associated task.
 

Uses of RecurringTaskHandle in com.sun.sgs.kernel
 

Methods in com.sun.sgs.kernel that return RecurringTaskHandle
 RecurringTaskHandle TransactionScheduler.scheduleRecurringTask(KernelRunnable task, Identity owner, long startTime, long period)
          Schedules a task to start running at a specified point in the future, and continuing running on a regular period starting from that initial point.
 RecurringTaskHandle TaskScheduler.scheduleRecurringTask(KernelRunnable task, Identity owner, long startTime, long period)
          Schedules a task to start running at a specified point in the future, and continuing running on a regular period starting from that initial point.
 

Uses of RecurringTaskHandle in com.sun.sgs.kernel.schedule
 

Methods in com.sun.sgs.kernel.schedule that return RecurringTaskHandle
 RecurringTaskHandle SchedulerQueue.createRecurringTaskHandle(ScheduledTask task)
          Creates a RecurringTaskHandle for the associated task.
 RecurringTaskHandle ScheduledTask.getRecurringTaskHandle()
          Returns the RecurringTaskHandle associated with this task if this task is recurring, or null if this is not recurring.
 


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