dd.kbr.api
Class KbrReverseRoutingTableChanged

java.lang.Object
  |
  +--dd.kbr.api.KbrReverseRoutingTableChanged
All Implemented Interfaces:
QueueElementIF

public class KbrReverseRoutingTableChanged
extends Object
implements QueueElementIF

KbrReverseRoutingTableChanged notifies applications that nodes have been added to or removed from the reverse routing table (i.e. node is no longer using local node to route through).

Version:
$Id: KbrReverseRoutingTableChanged.java,v 1.1.1.1 2004/04/06 00:09:56 hweather Exp $
Author:
Hakim Weatherspoon

Field Summary
 KbrNeighborInfo[] added
          Array of nodes to add to the reverse routing table.
 KbrNeighborInfo[] removed
          Array of nodes to remove from the reverse routing table.
 
Constructor Summary
KbrReverseRoutingTableChanged(KbrNeighborInfo[] a, KbrNeighborInfo[] r)
          Constructor: Creates a new KbrReverseRoutingTableChanged.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

added

public KbrNeighborInfo[] added
Array of nodes to add to the reverse routing table.


removed

public KbrNeighborInfo[] removed
Array of nodes to remove from the reverse routing table.

Constructor Detail

KbrReverseRoutingTableChanged

public KbrReverseRoutingTableChanged(KbrNeighborInfo[] a,
                                     KbrNeighborInfo[] r)
Constructor: Creates a new KbrReverseRoutingTableChanged.

Parameters:
a - Array of nodes to add to the reverse routing table.
r - Array of nodes to remove from the reverse routing table.
Method Detail

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object