tapestry.impl.Shuttle
Class ShuttleGoodbyeMsg

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

public class ShuttleGoodbyeMsg
extends TapestryRouteMsg
implements QuickSerializable

Say goodbye to your online contacts before you leave


Field Summary
 String sender
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
ShuttleGoodbyeMsg(InputBuffer buffer)
           
ShuttleGoodbyeMsg(SecureHash dest_guid, String sender)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sender

public String sender
Constructor Detail

ShuttleGoodbyeMsg

public ShuttleGoodbyeMsg(SecureHash dest_guid,
                         String sender)

ShuttleGoodbyeMsg

public ShuttleGoodbyeMsg(InputBuffer buffer)
                  throws QSException
Method Detail

serialize

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

toString

public String toString()
Overrides:
toString in class Object