|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.kbr.api.KbrReverseRoutingTableChanged
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).
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 |
public KbrNeighborInfo[] added
public KbrNeighborInfo[] removed
Constructor Detail |
public KbrReverseRoutingTableChanged(KbrNeighborInfo[] a, KbrNeighborInfo[] r)
KbrReverseRoutingTableChanged
.
a
- Array of nodes to add to the reverse routing table.r
- Array of nodes to remove from the reverse routing table.Method Detail |
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |