ostore.tapestry.impl
Class TestLocateMsg

java.lang.Object
  |
  +--ostore.tapestry.api.TapestryLocateMsg
        |
        +--ostore.tapestry.impl.TestLocateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class TestLocateMsg
extends TapestryLocateMsg
implements QuickSerializable


Fields inherited from class ostore.tapestry.api.TapestryLocateMsg
guid, hopCount, id, inbound, local_opts, peer, qos, query, query_state, TTL
 
Constructor Summary
TestLocateMsg(InputBuffer buffer)
           
TestLocateMsg(NodeId src, SecureHash guid)
           
TestLocateMsg(NodeId src, SecureHash guid, SecureHash mid)
           
TestLocateMsg(NodeId src, SecureHash guid, TapestryQuery query, TapestryQueryState query_state)
          Construct according to the given fields.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
          Returns a human-readable representation of this TestLocateMsg.
 
Methods inherited from class ostore.tapestry.api.TapestryLocateMsg
setLocalOptLocalMisroute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestLocateMsg

public TestLocateMsg(NodeId src,
                     SecureHash guid,
                     TapestryQuery query,
                     TapestryQueryState query_state)
Construct according to the given fields.

TestLocateMsg

public TestLocateMsg(NodeId src,
                     SecureHash guid)

TestLocateMsg

public TestLocateMsg(NodeId src,
                     SecureHash guid,
                     SecureHash mid)

TestLocateMsg

public TestLocateMsg(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
Following copied from interface: ostore.util.QuickSerializable
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Returns a human-readable representation of this TestLocateMsg.
Overrides:
toString in class Object