tapestry.interweave
Class InterweaveLocateMsg

java.lang.Object
  |
  +--tapestry.api.TapestryLocateMsg
        |
        +--tapestry.interweave.InterweaveLocateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class InterweaveLocateMsg
extends TapestryLocateMsg
implements QuickSerializable


Field Summary
 
Fields inherited from class tapestry.api.TapestryLocateMsg
guid, hopCount, id, inbound, local_opts, peer, qos, query, query_state, TTL
 
Constructor Summary
InterweaveLocateMsg(InputBuffer buffer)
           
InterweaveLocateMsg(SecureHash guid, SecureHash s)
           
InterweaveLocateMsg(SecureHash guid, SecureHash s, TapestryQuery query, TapestryQueryState query_state, String typeStr, String searchStr)
          Construct according to the given fields.
 
Method Summary
 void serialize(OutputBuffer buffer)
           
 String toString()
          Returns a human-readable representation of this InterweaveLocateMsg.
 
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

InterweaveLocateMsg

public InterweaveLocateMsg(SecureHash guid,
                           SecureHash s,
                           TapestryQuery query,
                           TapestryQueryState query_state,
                           String typeStr,
                           String searchStr)
Construct according to the given fields.


InterweaveLocateMsg

public InterweaveLocateMsg(SecureHash guid,
                           SecureHash s)

InterweaveLocateMsg

public InterweaveLocateMsg(InputBuffer buffer)
                    throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable

toString

public String toString()
Returns a human-readable representation of this InterweaveLocateMsg.

Overrides:
toString in class Object