rice.pastry.socket.messaging
Class LeafSetResponseMessage
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.messaging.PRawMessage
rice.pastry.socket.messaging.SocketMessage
rice.pastry.socket.messaging.LeafSetResponseMessage
- All Implemented Interfaces:
- java.io.Serializable, Message, RawMessage
public class LeafSetResponseMessage
- extends SocketMessage
A response message to a LeafSetRequestMessage, containing the remote
node's leafset.
- Version:
- $Id: LeafSetResponseMessage.java 3524 2007-01-09 14:09:27Z jeffh $
- Author:
- Alan Mislove
- See Also:
- Serialized Form
Field Summary |
static short |
TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final short TYPE
- See Also:
- Constant Field Values
LeafSetResponseMessage
public LeafSetResponseMessage(LeafSet leafset)
- Constructor
- Parameters:
leafset
- The leafset of the receiver of the LeafSetRequestMessage.
LeafSetResponseMessage
public LeafSetResponseMessage(InputBuffer buf,
NodeHandleFactory nhf)
throws java.io.IOException
- Throws:
java.io.IOException
getLeafSet
public LeafSet getLeafSet()
- Returns the leafset of the receiver.
- Returns:
- The LeafSet of the receiver node.
getType
public short getType()
- Raw Serialization
serialize
public void serialize(OutputBuffer buf)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2005 - Rice Pastry.