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


Field Summary
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
Test.StopMsg(InputBuffer buffer)
           
Test.StopMsg(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

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
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