ostore.rp
Class InnerRingKeyReqMsg
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--ostore.rp.InnerRingKeyReqMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class InnerRingKeyReqMsg
- extends DDRouteMsg
- implements QuickSerializable
- Version:
- $Id: InnerRingKeyReqMsg.java,v 1.9 2004/05/13 20:16:49 hweather Exp $
- Author:
- Patrick R. Eaton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InnerRingKeyReqMsg
public InnerRingKeyReqMsg(SecureHash dst,
SecureHash aguid,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
InnerRingKeyReqMsg
public InnerRingKeyReqMsg(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Overrides:
serialize
in class DDRouteMsg
- Parameters:
buffer
- the output buffer to add the object to