planet.symphony
Class SymphonyNode.StabilizeTask

java.lang.Object
  extended byplanet.util.timer.TimerTaskImpl
      extended byplanet.symphony.SymphonyNode.StabilizeTask
All Implemented Interfaces:
java.io.Serializable, TimerTask
Enclosing class:
SymphonyNode

public class SymphonyNode.StabilizeTask
extends TimerTaskImpl

Simple TimerTask that invoke stabilize() Node method.

Author:
Marc Sanchez Date: 07/05/2004
See Also:
Serialized Form

Constructor Summary
SymphonyNode.StabilizeTask()
          Initialize this StabilizeTask.
 
Method Summary
 void run()
          Invoke stabilize() method of Node.
 
Methods inherited from class planet.util.timer.TimerTaskImpl
cancel, isFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymphonyNode.StabilizeTask

public SymphonyNode.StabilizeTask()
Initialize this StabilizeTask.

Method Detail

run

public void run()
Invoke stabilize() method of Node.

Specified by:
run in interface TimerTask
Overrides:
run in class TimerTaskImpl
See Also:
TimerTask.run()