Rice Pastry API

rice.pastry.messaging
Interface MessageReceiver

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

public interface MessageReceiver

An interface to an agent which can receive messages.

Version:
$Id: MessageReceiver.java,v 1.3 2005/03/11 00:58:13 jeffh Exp $
Author:
Andrew Ladd

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.

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection