rice.pastry.peerreview
Class FetchLeafsetResponse
java.lang.Object
rice.pastry.messaging.Message
rice.pastry.messaging.PRawMessage
rice.pastry.peerreview.FetchLeafsetResponse
- All Implemented Interfaces:
- Serializable, Message, RawMessage, RawSerializable
public class FetchLeafsetResponse
- extends PRawMessage
- See Also:
- Serialized Form
| 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
subject
public Id subject
leafSet
public LeafSet leafSet
FetchLeafsetResponse
public FetchLeafsetResponse(Id subject,
LeafSet leafSet)
FetchLeafsetResponse
public FetchLeafsetResponse(InputBuffer buf,
NodeHandleFactory nhf,
NodeHandle sender)
throws IOException
- Throws:
IOException
getType
public short getType()
serialize
public void serialize(OutputBuffer buf)
throws IOException
- Throws:
IOException
Copyright © 2010. All Rights Reserved.