ostore.apps.traces
Class TraceClient.ToClientMsg

java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--ostore.apps.traces.TraceClient.ToClientMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
TraceClient

public static class TraceClient.ToClientMsg
extends DDRouteMsg


Field Summary
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
TraceClient.ToClientMsg(InputBuffer buffer)
           
TraceClient.ToClientMsg(SecureHash dest, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
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.ToClientMsg

public TraceClient.ToClientMsg(SecureHash dest,
                               boolean recursive,
                               boolean dd_intermediate_upcall,
                               boolean one_hop)

TraceClient.ToClientMsg

public TraceClient.ToClientMsg(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
Overrides:
serialize in class DDRouteMsg
Parameters:
buffer - the output buffer to add the object to