planet.chord
Class ChordNode.StabilizeTask

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

public class ChordNode.StabilizeTask
extends TimerTaskImpl

Simple TimerTask that invoke stabilize() Node method.

Author:
Jordi Pujol Date: 07/05/2004
See Also:
Serialized Form

Constructor Summary
ChordNode.StabilizeTask()
          Initialize this StabilizeTask.
 
Method Summary
 void run()
          Invoke stabilize() method of Node.
 java.lang.String toString()
          Shows the name of the TimerTask, showing if is periodic.
 
Methods inherited from class planet.util.timer.TimerTaskImpl
cancel, isFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChordNode.StabilizeTask

public ChordNode.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()

toString

public java.lang.String toString()
Shows the name of the TimerTask, showing if is periodic.

Returns:
The name of the TimerTask
See Also:
Object.toString()


HREF="#method_detail">METHOD