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

Packages that use TimeScheduler.Task
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of TimeScheduler.Task in org.jgroups.util
 

Subinterfaces of TimeScheduler.Task in org.jgroups.util
static interface TimeScheduler.CancellableTask
           
 

Methods in org.jgroups.util with parameters of type TimeScheduler.Task
 void TimeScheduler.add(TimeScheduler.Task t, boolean relative)
          Add a task for execution at adjustable intervals
 void TimeScheduler.add(TimeScheduler.Task t)
          Add a task for execution at adjustable intervals
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.