rice.pastry.messaging
Interface MessageReceiver

All Known Implementing Classes:
NodeHandle, PastryAppl, PastryNode, StandardJoinProtocol, StandardLeafSetProtocol, StandardRouter, StandardRouteSetProtocol

public interface MessageReceiver

An interface to an agent which can receive messages.


Method Summary
 void receiveMessage(Message msg)
          Passes a message along to entity which is this message receiver.
 

Method Detail

receiveMessage

public void receiveMessage(Message msg)
Passes a message along to entity which is this message receiver.

Parameters:
msg - the message.





Imprint-Dataprotection