|
ePOST 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
public class BroadcastRouteRow
Broadcast message for a row from a routing table.
Field Summary |
---|
Fields inherited from class rice.pastry.messaging.Message |
---|
DEFAULT_PRIORITY_LEVEL |
Constructor Summary | |
---|---|
BroadcastRouteRow(Credentials cred,
java.util.Date stamp,
NodeHandle from,
RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(Credentials cred,
NodeHandle from,
RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(java.util.Date stamp,
NodeHandle from,
RouteSet[] r)
Constructor. |
|
BroadcastRouteRow(NodeHandle from,
RouteSet[] r)
Constructor. |
Method Summary | |
---|---|
NodeHandle |
from()
Gets the from node. |
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, getPriority, getSender, getSenderId, setPriority, setSender, stamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BroadcastRouteRow(Credentials cred, java.util.Date stamp, NodeHandle from, RouteSet[] r)
cred
- the credentialsstamp
- the timestampfrom
- the node idr
- the rowpublic BroadcastRouteRow(java.util.Date stamp, NodeHandle from, RouteSet[] r)
stamp
- the timestampfrom
- the node idr
- the rowpublic BroadcastRouteRow(Credentials cred, NodeHandle from, RouteSet[] r)
cred
- the credentialsfrom
- the node idr
- the rowpublic BroadcastRouteRow(NodeHandle from, RouteSet[] r)
from
- the node idr
- the rowMethod Detail |
---|
public NodeHandle from()
public RouteSet[] getRow()
public java.lang.String toString()
toString
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |