tapestry.ptr.impl
Class HostHbStage.Ping

java.lang.Object
  |
  +--tapestry.api.TapestryRouteMsg
        |
        +--tapestry.ptr.impl.HostHbStage.Ping
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
HostHbStage

public static class HostHbStage.Ping
extends TapestryRouteMsg

Ping another node to test if the node is alive.


Field Summary
 
Fields inherited from class tapestry.api.TapestryRouteMsg
hopCount, inbound, peer, qos, TTL
 
Constructor Summary
HostHbStage.Ping(InputBuffer buffer)
          Constructs a RequestFragResponseMsg from its serialized form.
HostHbStage.Ping(SecureHash dest)
          Construct according to the given fields.
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostHbStage.Ping

public HostHbStage.Ping(SecureHash dest)
Construct according to the given fields.


HostHbStage.Ping

public HostHbStage.Ping(InputBuffer buffer)
Constructs a RequestFragResponseMsg from its serialized form.

Parameters:
buffer - serialized form of object.
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class TapestryRouteMsg

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object