rice.pastry.wire.messaging.socket
Class RouteRowResponseMessage

java.lang.Object
  extended byrice.pastry.wire.messaging.socket.SocketMessage
      extended byrice.pastry.wire.messaging.socket.SocketCommandMessage
          extended byrice.pastry.wire.messaging.socket.RouteRowResponseMessage
All Implemented Interfaces:
java.io.Serializable

public class RouteRowResponseMessage
extends SocketCommandMessage

A response message to a RouteRowRequestMessage, containing the remote node's routerow.

See Also:
Serialized Form

Constructor Summary
RouteRowResponseMessage(RouteSet[] set)
          Constructor
 
Method Summary
 RouteSet[] getRouteRow()
          Returns the routeset of the receiver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteRowResponseMessage

public RouteRowResponseMessage(RouteSet[] set)
Constructor

Parameters:
set - DESCRIBE THE PARAMETER
Method Detail

getRouteRow

public RouteSet[] getRouteRow()
Returns the routeset of the receiver.

Returns:
The RouteSet of the receiver node.





Imprint-Dataprotection