org.jgroups.protocols
Class BW_CALC.UpdateTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.jgroups.protocols.BW_CALC.UpdateTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BW_CALC

 class BW_CALC.UpdateTask
extends java.util.TimerTask

The class in charge to update the values gathered during the "info_millis" period

Author:
Marc Espelt
See Also:
BW_CALC.task

Constructor Summary
BW_CALC.UpdateTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BW_CALC.UpdateTask

BW_CALC.UpdateTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask