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

Variable Index

 o timer
the update interval

Constructor Index

 o TimeThread()

Method Index

 o run()
thread calls UpdateTimers method of RIPRouting protocol

Variables

 o timer
 protected int timer
the update interval

Constructors

 o TimeThread
 public TimeThread()

Methods

 o 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
1