tapestry.channel
Class ICMPPingMsg

java.lang.Object
  |
  +--tapestry.api.TapestryRouteMsg
        |
        +--tapestry.channel.ICMPPingMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class ICMPPingMsg
extends TapestryRouteMsg
implements QuickSerializable


Field Summary
 int hop
           
 SecureHash msg_id
           
 SecureHash src
           
 NodeId src_id
           
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
ICMPPingMsg(InputBuffer buffer)
           
ICMPPingMsg(NodeId src_node, SecureHash msg_id, SecureHash src, SecureHash dest)
           
 
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

src_id

public NodeId src_id

msg_id

public SecureHash msg_id

src

public SecureHash src

hop

public int hop
Constructor Detail

ICMPPingMsg

public ICMPPingMsg(NodeId src_node,
                   SecureHash msg_id,
                   SecureHash src,
                   SecureHash dest)

ICMPPingMsg

public ICMPPingMsg(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