ostore.dtree
Class Test.StopMsg
java.lang.Object
|
+--dd.api.DDRouteMsg
|
+--ostore.dtree.Test.StopMsg
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- Enclosing class:
- Test
- public static class Test.StopMsg
- extends DDRouteMsg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test.StopMsg
public Test.StopMsg(SecureHash dest,
boolean recursive,
boolean dd_intermediate_upcall,
boolean one_hop)
Test.StopMsg
public Test.StopMsg(InputBuffer buffer)
throws QSException
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