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

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