Rice Pastry API

rice.pastry.messaging
Interface MessageReceiver

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

public interface MessageReceiver

An interface to an agent which can receive messages.

Version:
$Id: MessageReceiver.java 2707 2005-08-09 14:45:24Z jeffh $
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