planet.chord
Class ChordNode.FixFingerTask

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

public class ChordNode.FixFingerTask
extends TimerTaskImpl

Simple TimerTask that invoke fix_fingers() Node method.

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

Constructor Summary
ChordNode.FixFingerTask()
          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.FixFingerTask

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