SunSPOT API V6.0


com.sun.spot.ipv6.icmp
Class NeighborManager

java.lang.Object
  extended by java.util.TimerTask
      extended by com.sun.spot.ipv6.icmp.NeighborManager
All Implemented Interfaces:
Runnable

public class NeighborManager
extends TimerTask


Field Summary
static boolean debug
           
 
Constructor Summary
NeighborManager(IIPNetworkInterface netif, NeighborTable table)
           
 
Method Summary
 void receiveNDMessage(ICMP6Packet payload)
           
 void run()
          The action to be performed by this timer task.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
Constructor Detail

NeighborManager

public NeighborManager(IIPNetworkInterface netif,
                       NeighborTable table)
Method Detail

run

public void run()
Description copied from class: TimerTask
The action to be performed by this timer task.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask
See Also:
Thread.run()

receiveNDMessage

public void receiveNDMessage(ICMP6Packet payload)

SunSPOT API V6.0


Copyright © 2006-2010 Oracle. All Rights Reserved.