Rice Pastry API

rice.pastry.wire.messaging.socket
Class RouteRowRequestMessage

java.lang.Object
  |
  +--rice.pastry.wire.messaging.socket.SocketMessage
        |
        +--rice.pastry.wire.messaging.socket.SocketCommandMessage
              |
              +--rice.pastry.wire.messaging.socket.RouteRowRequestMessage
All Implemented Interfaces:
java.io.Serializable

public class RouteRowRequestMessage
extends SocketCommandMessage

Message which represents a request to get the leafset from the remote node.

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

Field Summary
protected  int row
           
 
Constructor Summary
RouteRowRequestMessage(int row)
          Constructor
 
Method Summary
 int getRow()
          Returns the row which this a request for
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

protected int row
Constructor Detail

RouteRowRequestMessage

public RouteRowRequestMessage(int row)
Constructor

Method Detail

getRow

public int getRow()
Returns the row which this a request for


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection