tapestry.impl.Shuttle
Class PingMsg

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

public class PingMsg
extends TapestryRouteMsg

A PingMsg is exchanged between the pinger and the pingee


Field Summary
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
PingMsg(byte[] data, int[] offset)
           
PingMsg(SecureHash dest_guid, String pingtype)
           
 
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
 

Constructor Detail

PingMsg

public PingMsg(SecureHash dest_guid,
               String pingtype)

PingMsg

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

toString

public String toString()
Overrides:
toString in class Object