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

Field Summary
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
InnerRingKeyReqMsg(InputBuffer buffer)
           
InnerRingKeyReqMsg(SecureHash dst, SecureHash aguid, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerRingKeyReqMsg

public InnerRingKeyReqMsg(SecureHash dst,
                          SecureHash aguid,
                          boolean recursive,
                          boolean dd_intermediate_upcall,
                          boolean one_hop)

InnerRingKeyReqMsg

public InnerRingKeyReqMsg(InputBuffer buffer)
                   throws QSException
Method Detail

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