tapestry.impl.Shuttle
Class RelayMsg

java.lang.Object
  |
  +--tapestry.api.TapestryRouteMsg
        |
        +--tapestry.impl.Shuttle.RelayMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class RelayMsg
extends TapestryRouteMsg

The msg to say we found the object you're looking for


Field Summary
 String message
           
 SecureHash objGuid
           
 int type
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
RelayMsg(byte[] data, int[] offset)
           
RelayMsg(SecureHash dest_guid, SecureHash objGuid, int type)
           
RelayMsg(SecureHash dest_guid, SecureHash objguid, String msg, int type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class tapestry.api.TapestryRouteMsg
serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public String message

type

public int type

objGuid

public SecureHash objGuid
Constructor Detail

RelayMsg

public RelayMsg(SecureHash dest_guid,
                SecureHash objguid,
                String msg,
                int type)

RelayMsg

public RelayMsg(SecureHash dest_guid,
                SecureHash objGuid,
                int type)

RelayMsg

public RelayMsg(byte[] data,
                int[] offset)
         throws QSException
Method Detail

toString

public String toString()
Overrides:
toString in class Object