tapestry.impl.Shuttle
Class OldShuttleTextMsg

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

public class OldShuttleTextMsg
extends TapestryRouteMsg

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


Field Summary
 String textMessage
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
OldShuttleTextMsg(SecureHash dest_guid, String msg)
           
 
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

textMessage

public String textMessage
Constructor Detail

OldShuttleTextMsg

public OldShuttleTextMsg(SecureHash dest_guid,
                         String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Object