ostore.tapestry.api
Class TapestryRoutingTableChanged

java.lang.Object
  |
  +--ostore.tapestry.api.TapestryRoutingTableChanged
All Implemented Interfaces:
QueueElementIF

public class TapestryRoutingTableChanged
extends Object
implements QueueElementIF

Notify applications that nodes have been added to or removed from the routing table.

Version:
$Id: TapestryRoutingTableChanged.java,v 1.2 2003/03/07 00:32:58 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 TapestryNeighborInfo[] added
           
 TapestryNeighborInfo[] removed
           
 
Constructor Summary
TapestryRoutingTableChanged(TapestryNeighborInfo[] a, TapestryNeighborInfo[] r)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

added

public TapestryNeighborInfo[] added

removed

public TapestryNeighborInfo[] removed
Constructor Detail

TapestryRoutingTableChanged

public TapestryRoutingTableChanged(TapestryNeighborInfo[] a,
                                   TapestryNeighborInfo[] r)
Method Detail

toString

public String toString()
Overrides:
toString in class Object