demo.dynamic
Class TestLocateMsg

java.lang.Object
  |
  +--dd.api.DDLocateMsg
        |
        +--demo.dynamic.TestLocateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class TestLocateMsg
extends DDLocateMsg

The msg to say we are looking for an object.

Version:
$Id: TestLocateMsg.java,v 1.3 2004/05/06 18:12:21 hweather Exp $
Author:
Ben Y. Zhao

Field Summary
 
Fields inherited from class dd.api.DDLocateMsg
forward, guid, hopCount, id, inbound, INTERMEDIATE_NONE, INTERMEDIATE_PTRS_CACHE_ONLY, INTERMEDIATE_PTRS_DISK, INTERMEDIATE_STRING, INTERMEDIATE_UPCALL_ONLY, intermediate_upcall_policy, one_hop, peer, query, query_state, recursive_route, TTL, vc, VC_NONE, vc_policy, VC_ROOT, VC_SRC, VC_STRING, VC_SUPPLIED
 
Constructor Summary
TestLocateMsg(InputBuffer buffer)
          Constructs a TestLocateMsg from its serialized form.
TestLocateMsg(NodeId src, SecureHash guid, DDQuery query, DDQueryState query_state, boolean forward, boolean recursive_route, boolean one_hop, byte intermediate_upcall_policy, byte vc_policy, bamboo.vivaldi.VirtualCoordinate vc)
          Constructor: Creates a new TestLocateMsg.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
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,
                     DDQuery query,
                     DDQueryState query_state,
                     boolean forward,
                     boolean recursive_route,
                     boolean one_hop,
                     byte intermediate_upcall_policy,
                     byte vc_policy,
                     bamboo.vivaldi.VirtualCoordinate vc)
Constructor: Creates a new TestLocateMsg.


TestLocateMsg

public TestLocateMsg(InputBuffer buffer)
              throws QSException
Constructs a TestLocateMsg from its serialized form.

Parameters:
buffer - serialized form of object.
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable


toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object