Rice Pastry API

rice.pastry.testing
Class Ping

java.lang.Object
  |
  +--rice.pastry.client.PastryAppl
        |
        +--rice.pastry.testing.Ping
All Implemented Interfaces:
MessageReceiver

public class Ping
extends PastryAppl

Ping A performance test suite for pastry. This is the per-node app object.

Version:
$Id: Ping.java,v 1.2 2003/06/12 17:30:18 amislove Exp $
Author:
Rongmei Zhang

Field Summary
 
Fields inherited from class rice.pastry.client.PastryAppl
address, instance, thePastryNode
 
Constructor Summary
Ping(rice.pastry.PastryNode pn)
           
 
Method Summary
 boolean enrouteMessage(rice.pastry.messaging.Message msg, rice.pastry.Id from, rice.pastry.NodeId nextHop, rice.pastry.routing.SendOptions opt)
          Called by pastry when a message is enroute and is passing through this node.
 rice.pastry.messaging.Address getAddress()
          Returns the address of this application.
 rice.pastry.security.Credentials getCredentials()
          Returns the credentials of this application.
 void leafSetChange(rice.pastry.NodeHandle nh, boolean wasAdded)
          Called by pastry when the leaf set changes.
 void messageForAppl(rice.pastry.messaging.Message msg)
          Called by pastry when a message arrives for this application.
 void routeSetChange(rice.pastry.NodeHandle nh, boolean wasAdded)
          Called by pastry when the route set changes.
 void sendPing(rice.pastry.NodeId nid)
           
 
Methods inherited from class rice.pastry.client.PastryAppl
getLeafSet, getNodeHandle, getNodeId, getRoutingTable, isClosest, notifyReady, receiveMessage, registerReceiver, routeMsg, routeMsgDirect, sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping(rice.pastry.PastryNode pn)
Method Detail

getAddress

public rice.pastry.messaging.Address getAddress()
Description copied from class: PastryAppl
Returns the address of this application.

Overrides:
getAddress in class PastryAppl
Returns:
the address.

getCredentials

public rice.pastry.security.Credentials getCredentials()
Description copied from class: PastryAppl
Returns the credentials of this application.

Specified by:
getCredentials in class PastryAppl
Returns:
the credentials.

sendPing

public void sendPing(rice.pastry.NodeId nid)

messageForAppl

public void messageForAppl(rice.pastry.messaging.Message msg)
Description copied from class: PastryAppl
Called by pastry when a message arrives for this application.

Specified by:
messageForAppl in class PastryAppl
Parameters:
msg - the message that is arriving.

enrouteMessage

public boolean enrouteMessage(rice.pastry.messaging.Message msg,
                              rice.pastry.Id from,
                              rice.pastry.NodeId nextHop,
                              rice.pastry.routing.SendOptions opt)
Description copied from class: PastryAppl
Called by pastry when a message is enroute and is passing through this node. If this method is not overridden, the default behaviour is to let the message pass through.

Overrides:
enrouteMessage in class PastryAppl
Parameters:
msg - the message that is passing through.
from - the key
nextHop - the default next hop for the message.
opt - the send options the message was sent with.
Returns:
true if the message should be routed, false if the message should be cancelled.

leafSetChange

public void leafSetChange(rice.pastry.NodeHandle nh,
                          boolean wasAdded)
Description copied from class: PastryAppl
Called by pastry when the leaf set changes.

Overrides:
leafSetChange in class PastryAppl
Parameters:
nh - the handle of the node that was added or removed.
wasAdded - true if the node was added, false if the node was removed.

routeSetChange

public void routeSetChange(rice.pastry.NodeHandle nh,
                           boolean wasAdded)
Description copied from class: PastryAppl
Called by pastry when the route set changes.

Overrides:
routeSetChange in class PastryAppl
Parameters:
nh - the handle of the node that was added or removed.
wasAdded - true if the node was added, false if the node was removed.

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection