tapestry.ptr.impl
Class TriggerTester.LocateMsg

java.lang.Object
  |
  +--tapestry.api.TapestryLocateMsg
        |
        +--tapestry.ptr.impl.TriggerTester.LocateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
TriggerTester

public static class TriggerTester.LocateMsg
extends TapestryLocateMsg

Message of type TapestryLocateMsg.


Field Summary
 
Fields inherited from class tapestry.api.TapestryLocateMsg
guid, hopCount, id, inbound, local_opts, peer, qos, query, query_state, TTL
 
Constructor Summary
TriggerTester.LocateMsg(InputBuffer buffer)
          Constructs a LocateMsg from its serialized form.
TriggerTester.LocateMsg(SecureHash guid, TapestryQuery query, TapestryQueryState query_state, SecureHash identifier)
          Construct according to the given fields.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class tapestry.api.TapestryLocateMsg
setLocalOptLocalMisroute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriggerTester.LocateMsg

public TriggerTester.LocateMsg(SecureHash guid,
                               TapestryQuery query,
                               TapestryQueryState query_state,
                               SecureHash identifier)
Construct according to the given fields.


TriggerTester.LocateMsg

public TriggerTester.LocateMsg(InputBuffer buffer)
                        throws QSException
Constructs a LocateMsg 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