ostore.apps.traces
Class TraceClient.MasterTag

java.lang.Object
  |
  +--ostore.apps.traces.TraceClient.MasterTag
All Implemented Interfaces:
DDTag, QuickSerializable
Enclosing class:
TraceClient

public static class TraceClient.MasterTag
extends Object
implements DDTag


Constructor Summary
TraceClient.MasterTag()
           
TraceClient.MasterTag(InputBuffer buffer)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceClient.MasterTag

public TraceClient.MasterTag()

TraceClient.MasterTag

public TraceClient.MasterTag(InputBuffer buffer)
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