ostore.inner
Class CreateObjectReject

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

public class CreateObjectReject
extends Object
implements QuickSerializable


Field Summary
 byte reason
           
static byte REASON_BAD_SIG
           
static byte REASON_DUPLICATE_AGUID
           
static byte REASON_NO_PERMISSION
           
static byte REASON_OTHER
           
static String[] REASON_STR
           
static byte REASON_UNKNOWN_SIG
           
 SecureHash req_digest
           
 QSDate timestamp
           
 
Constructor Summary
CreateObjectReject(InputBuffer buffer)
           
CreateObjectReject(SecureHash req_digest, byte reason, QSDate timestamp)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REASON_NO_PERMISSION

public static byte REASON_NO_PERMISSION

REASON_DUPLICATE_AGUID

public static byte REASON_DUPLICATE_AGUID

REASON_UNKNOWN_SIG

public static byte REASON_UNKNOWN_SIG

REASON_BAD_SIG

public static byte REASON_BAD_SIG

REASON_OTHER

public static byte REASON_OTHER

REASON_STR

public static final String[] REASON_STR

req_digest

public SecureHash req_digest

reason

public byte reason

timestamp

public QSDate timestamp
Constructor Detail

CreateObjectReject

public CreateObjectReject(SecureHash req_digest,
                          byte reason,
                          QSDate timestamp)

CreateObjectReject

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

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object