ostore.rp
Class CreateObjectReq

java.lang.Object
  |
  +--ostore.rp.CreateObjectReq
All Implemented Interfaces:
QuickSerializable

public class CreateObjectReq
extends Object
implements QuickSerializable


Field Summary
 Pair branch
           
 SecureHash client
           
 SecureHash initial_update_digest
           
 RPCert rp_cert
           
 
Constructor Summary
CreateObjectReq(InputBuffer buffer)
           
CreateObjectReq(SecureHash client, RPCert rp_cert)
           
CreateObjectReq(SecureHash client, RPCert rp_cert, SecureHash initial_update_digest)
           
CreateObjectReq(SecureHash client, RPCert rp_cert, SecureHash initial_update_digest, Pair branch)
           
 
Method Summary
 SecureHash aguid()
           
 SecureHash branch()
           
 SecureHash branchhead()
           
 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

client

public SecureHash client

rp_cert

public RPCert rp_cert

branch

public Pair branch

initial_update_digest

public SecureHash initial_update_digest
Constructor Detail

CreateObjectReq

public CreateObjectReq(SecureHash client,
                       RPCert rp_cert)

CreateObjectReq

public CreateObjectReq(SecureHash client,
                       RPCert rp_cert,
                       SecureHash initial_update_digest)

CreateObjectReq

public CreateObjectReq(SecureHash client,
                       RPCert rp_cert,
                       SecureHash initial_update_digest,
                       Pair branch)

CreateObjectReq

public CreateObjectReq(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
Parameters:
buffer - the output buffer to add the object to

aguid

public SecureHash aguid()

branch

public SecureHash branch()

branchhead

public SecureHash branchhead()

toString

public String toString()
Overrides:
toString in class Object