ostore.inner
Class VGuidGenerationReject

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

public class VGuidGenerationReject
extends Object
implements QuickSerializable


Constructor Summary
VGuidGenerationReject()
           
VGuidGenerationReject(InputBuffer buffer)
           
 
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
 

Constructor Detail

VGuidGenerationReject

public VGuidGenerationReject()

VGuidGenerationReject

public VGuidGenerationReject(InputBuffer buffer)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

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