Rice Pastry API

rice.pastry.wire.messaging.socket
Class LeafSetResponseMessage

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

public class LeafSetResponseMessage
extends SocketCommandMessage

A response message to a LeafSetRequestMessage, containing the remote node's leafset.

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

Constructor Summary
LeafSetResponseMessage(rice.pastry.leafset.LeafSet leafset)
          Constructor
 
Method Summary
 rice.pastry.leafset.LeafSet getLeafSet()
          Returns the leafset of the receiver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafSetResponseMessage

public LeafSetResponseMessage(rice.pastry.leafset.LeafSet leafset)
Constructor

Parameters:
leafset - The leafset of the receiver of the LeafSetRequestMessage.
Method Detail

getLeafSet

public rice.pastry.leafset.LeafSet getLeafSet()
Returns the leafset of the receiver.

Returns:
The LeafSet of the receiver node.

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection