CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.util
Class TaskDaemon.PeriodicTask

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.TaskDaemon.PeriodicTask
All Implemented Interfaces:
Runnable
Enclosing class:
TaskDaemon

public class TaskDaemon.PeriodicTask
extends Base
implements Runnable

A PeriodicTask is a task that automatically reschedules itself so that it executes on a periodic basis.


Constructor Summary
TaskDaemon.PeriodicTask(Runnable task, long cMillisInterval)
          Construct a task that will automatically be run on a periodic basis.
 
Method Summary
 void run()
           
 

Constructor Detail

TaskDaemon.PeriodicTask

public TaskDaemon.PeriodicTask(Runnable task,
                               long cMillisInterval)
Construct a task that will automatically be run on a periodic basis.

Parameters:
task - the actual task to run
cMillisInterval - the period of time, in milliseconds, to wait between runs of the task
Method Detail

run

public void run()
Specified by:
run in interface Runnable

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation