All Packages Class Hierarchy This Package Previous Next Index
Class magician.Node.TimeThread
java.lang.Object
|
+----java.lang.Thread
|
+----magician.Node.TimeThread
- public class TimeThread
- extends Thread
This class is part of the RIPRouting protocol. It is responsible for
updating the timer in the table every 10 sec.
- See Also:
- RIPRouting
-
timer
- the update interval
-
TimeThread()
-
-
run()
- thread calls UpdateTimers method of RIPRouting protocol
timer
protected int timer
- the update interval
TimeThread
public TimeThread()
run
public void run()
- thread calls UpdateTimers method of RIPRouting protocol
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index