| 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrice.pastry.messaging.Message
rice.pastry.routing.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()
DESCRIBE THE METHOD  | 
| Methods inherited from class rice.pastry.messaging.Message | 
getCredentials, getDate, getDestination, getPriority, getSender, getSenderId, getStream, 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 row
public BroadcastRouteRow(java.util.Date stamp,
                         NodeHandle from,
                         RouteSet[] r)
stamp - the timestampfrom - the node idr - the row
public BroadcastRouteRow(Credentials cred,
                         NodeHandle from,
                         RouteSet[] r)
cred - the credentialsfrom - the node idr - the row
public BroadcastRouteRow(NodeHandle from,
                         RouteSet[] r)
from - the node idr - the row| Method Detail | 
public RouteSet[] getRow()
public NodeHandle from()
public java.lang.String toString()
  | 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||