rice.pastry.wire.messaging.socket
Class LeafSetResponseMessage

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

See Also:
Serialized Form

Constructor Summary
LeafSetResponseMessage(LeafSet leafset)
          Constructor
 
Method Summary
 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(LeafSet leafset)
Constructor

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

getLeafSet

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

Returns:
The LeafSet of the receiver node.





Imprint-Dataprotection