|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--rice.pastry.messaging.Message
|
+--rice.pastry.routing.BroadcastRouteRow
Broadcast message for a row from a routing table.
| Constructor Summary | |
BroadcastRouteRow(rice.pastry.security.Credentials cred,
java.util.Date stamp,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(rice.pastry.security.Credentials cred,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(java.util.Date stamp,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
Constructor. |
|
| Method Summary | |
rice.pastry.NodeHandle |
from()
Gets the from node. |
rice.pastry.routing.RouteSet[] |
getRow()
Gets the row that was sent in the message. |
java.lang.String |
toString()
|
| Methods inherited from class rice.pastry.messaging.Message |
getCredentials, getDate, getDestination, getSenderId, getStream, hasPriority, setPriority, setSenderId, stamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BroadcastRouteRow(rice.pastry.security.Credentials cred,
java.util.Date stamp,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
cred - the credentialsstamp - the timestampfrom - the node idr - the row
public BroadcastRouteRow(java.util.Date stamp,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
stamp - the timestampfrom - the node idr - the row
public BroadcastRouteRow(rice.pastry.security.Credentials cred,
rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
cred - the credentialsfrom - the node idr - the row
public BroadcastRouteRow(rice.pastry.NodeHandle from,
rice.pastry.routing.RouteSet[] r)
from - the node idr - the row| Method Detail |
public rice.pastry.NodeHandle from()
public rice.pastry.routing.RouteSet[] getRow()
public java.lang.String toString()
toString in class java.lang.Object
|
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||