se.sics.jipv6.core
Class NeighborManager

java.lang.Object
  extended by java.util.TimerTask
      extended by se.sics.jipv6.core.NeighborManager
All Implemented Interfaces:
Runnable

public class NeighborManager
extends TimerTask


Constructor Summary
NeighborManager(IPStack stack, NeighborTable table)
           
 
Method Summary
 void receiveNDMessage(IPv6Packet packet)
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeighborManager

public NeighborManager(IPStack stack,
                       NeighborTable table)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

receiveNDMessage

public void receiveNDMessage(IPv6Packet packet)