Rice Pastry API

rice.pastry.wire.messaging.socket
Class RouteRowResponseMessage

java.lang.Object
  |
  +--rice.pastry.wire.messaging.socket.SocketMessage
        |
        +--rice.pastry.wire.messaging.socket.SocketCommandMessage
              |
              +--rice.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.

Version:
$Id: RouteRowResponseMessage.java,v 1.1 2003/08/25 04:24:27 amislove Exp $
Author:
Alan Mislove
See Also:
Serialized Form

Constructor Summary
RouteRowResponseMessage(rice.pastry.routing.RouteSet[] set)
          Constructor
 
Method Summary
 rice.pastry.routing.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(rice.pastry.routing.RouteSet[] set)
Constructor

Method Detail

getRouteRow

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

Returns:
The RouteSet of the receiver node.

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection