ostore.inner
Class CreateObjectResp

java.lang.Object
  |
  +--ostore.inner.CreateObjectResp
All Implemented Interfaces:
QuickSerializable

public class CreateObjectResp
extends Object
implements QuickSerializable


Field Summary
 Heartbeat hb
           
 SecureHash req_digest
           
 SignedQS signed_pr_cert
          The primary ring certificate, signed by the responsible party.
 
Constructor Summary
CreateObjectResp(InputBuffer buffer)
           
CreateObjectResp(SecureHash req_digest, SignedQS signed_pr_cert, Heartbeat hb)
           
 
Method Summary
 PRCert pr_cert()
           
 RPCert rp_cert()
           
 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

req_digest

public SecureHash req_digest

signed_pr_cert

public SignedQS signed_pr_cert
The primary ring certificate, signed by the responsible party. (While this whole object will be signed by the PR when it is wrapped in a CreateObjectRespMsg, the PR certificate must be signed by the RP.)


hb

public Heartbeat hb
Constructor Detail

CreateObjectResp

public CreateObjectResp(SecureHash req_digest,
                        SignedQS signed_pr_cert,
                        Heartbeat hb)

CreateObjectResp

public CreateObjectResp(InputBuffer buffer)
                 throws QSException
Method Detail

pr_cert

public PRCert pr_cert()

rp_cert

public RPCert rp_cert()

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object