Rice Pastry API

rice.pastry.testing
Class PingMessageNew

java.lang.Object
  extended by rice.pastry.messaging.Message
      extended by rice.pastry.testing.PingMessageNew
All Implemented Interfaces:
java.io.Serializable, Message

public class PingMessageNew
extends Message

PingMessageNew A performance test suite for pastry.

Version:
$Id: PingMessageNew.java 3274 2006-05-15 16:17:47Z jeffh $
Author:
Rongmei Zhang
See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.pastry.messaging.Message
DEFAULT_PRIORITY_LEVEL
 
Fields inherited from interface rice.p2p.commonapi.Message
HIGH_PRIORITY, LOW_PRIORITY, MAX_PRIORITY, MEDIUM_HIGH_PRIORITY, MEDIUM_LOW_PRIORITY, MEDIUM_PRIORITY
 
Constructor Summary
PingMessageNew(int pingAddress, NodeHandle src, Id tgt)
          Constructor for PingMessageNew.
 
Method Summary
 double getDistance()
          Gets the Distance attribute of the PingMessageNew object
 int getHops()
          Gets the Hops attribute of the PingMessageNew object
 Id getSource()
          Gets the Source attribute of the PingMessageNew object
 void incrDistance(double dist)
          DESCRIBE THE METHOD
 void incrHops()
          DESCRIBE THE METHOD
 java.lang.String toString()
          Converts to a String representation of the object.
 
Methods inherited from class rice.pastry.messaging.Message
getDate, getDestination, getPriority, getSender, getSenderId, setPriority, setSender, stamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingMessageNew

public PingMessageNew(int pingAddress,
                      NodeHandle src,
                      Id tgt)
Constructor for PingMessageNew.

Parameters:
pingAddress - DESCRIBE THE PARAMETER
src - DESCRIBE THE PARAMETER
tgt - DESCRIBE THE PARAMETER
Method Detail

getHops

public int getHops()
Gets the Hops attribute of the PingMessageNew object

Returns:
The Hops value

getDistance

public double getDistance()
Gets the Distance attribute of the PingMessageNew object

Returns:
The Distance value

getSource

public Id getSource()
Gets the Source attribute of the PingMessageNew object

Returns:
The Source value

toString

public java.lang.String toString()
Converts to a String representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the object.

incrHops

public void incrHops()
DESCRIBE THE METHOD


incrDistance

public void incrDistance(double dist)
DESCRIBE THE METHOD

Parameters:
dist - DESCRIBE THE PARAMETER

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.