Uses of Interface
org.jgroups.util.TimeScheduler.Task

Packages that use TimeScheduler.Task
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of TimeScheduler.Task in org.jgroups.stack
 

Classes in org.jgroups.stack that implement TimeScheduler.Task
protected  class DefaultRetransmitter.SeqnoTask
           
protected  class RangeBasedRetransmitter.RangeTask
           
protected  class Retransmitter.Task
           
 

Uses of TimeScheduler.Task in org.jgroups.util
 

Methods in org.jgroups.util with parameters of type TimeScheduler.Task
 java.util.concurrent.Future<?> DefaultTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
          Schedule a task for execution at varying intervals.
 java.util.concurrent.Future<?> TimeScheduler2.scheduleWithDynamicInterval(TimeScheduler.Task task)
          Schedule a task for execution at varying intervals.
 java.util.concurrent.Future<?> TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
          Schedule a task for execution at varying intervals.
 java.util.concurrent.Future<?> HashedTimingWheel.scheduleWithDynamicInterval(TimeScheduler.Task task)
          Schedule a task for execution at varying intervals.
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.