rice.pastry.wire.messaging.datagram
Class PingMessage

java.lang.Object
  extended byrice.pastry.wire.messaging.datagram.DatagramMessage
      extended byrice.pastry.wire.messaging.datagram.PingMessage
All Implemented Interfaces:
java.io.Serializable

public class PingMessage
extends DatagramMessage

Class which represents a "ping" message sent through the udp pastry system.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.pastry.wire.messaging.datagram.DatagramMessage
destination, num, source
 
Constructor Summary
PingMessage(NodeId source, NodeId destination, int num, WireNodeHandle handle)
          Constructor
 
Method Summary
 java.lang.String toString()
          DESCRIBE THE METHOD
 
Methods inherited from class rice.pastry.wire.messaging.datagram.DatagramMessage
getAck, getDestination, getNum, getSource, setNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingMessage

public PingMessage(NodeId source,
                   NodeId destination,
                   int num,
                   WireNodeHandle handle)
Constructor

Parameters:
source - DESCRIBE THE PARAMETER
destination - DESCRIBE THE PARAMETER
num - DESCRIBE THE PARAMETER
handle - DESCRIBE THE PARAMETER
Method Detail

toString

public java.lang.String toString()
DESCRIBE THE METHOD

Overrides:
toString in class DatagramMessage
Returns:
DESCRIBE THE RETURN VALUE





Imprint-Dataprotection