ostore.rp
Class InnerRingCreateRespMsg

java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--dd.api.DDMacRouteMsg
              |
              +--ostore.rp.InnerRingCreateRespMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class InnerRingCreateRespMsg
extends DDMacRouteMsg

A certificate identifying the current members of the inner ring.

Version:
$Id: InnerRingCreateRespMsg.java,v 1.11 2004/05/13 20:16:49 hweather Exp $
Author:
Sean C. Rhea

Field Summary
 long initial_seq
           
 QSDate initial_timestamp
           
 QSPublicKey ring_public_key
           
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
InnerRingCreateRespMsg(InputBuffer buffer)
           
InnerRingCreateRespMsg(SecureHash dest, long initial_seq, QSDate initial_timestamp, QSPublicKey ring_public_key, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

initial_seq

public long initial_seq

initial_timestamp

public QSDate initial_timestamp

ring_public_key

public QSPublicKey ring_public_key
Constructor Detail

InnerRingCreateRespMsg

public InnerRingCreateRespMsg(SecureHash dest,
                              long initial_seq,
                              QSDate initial_timestamp,
                              QSPublicKey ring_public_key,
                              boolean recursive,
                              boolean dd_intermediate_upcall,
                              boolean one_hop)

InnerRingCreateRespMsg

public InnerRingCreateRespMsg(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

toString

public String toString()
Overrides:
toString in class Object