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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceClient.ToClientMsg
public TraceClient.ToClientMsg(SecureHash dest,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
TraceClient.ToClientMsg
public TraceClient.ToClientMsg(InputBuffer buffer)
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