ostore.inner
Class CreateObjectResp
java.lang.Object
|
+--ostore.inner.CreateObjectResp
- All Implemented Interfaces:
- QuickSerializable
- public class CreateObjectResp
- extends Object
- implements QuickSerializable
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
CreateObjectResp
public CreateObjectResp(SecureHash req_digest,
SignedQS signed_pr_cert,
Heartbeat hb)
CreateObjectResp
public CreateObjectResp(InputBuffer buffer)
throws QSException
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