Rice Pastry API

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.

Version:
$Id: MessageReceiver.java,v 1.2 2002/02/28 07:04:49 druschel Exp $
Author:
Andrew Ladd

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

Method Detail

receiveMessage

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

Parameters:
msg - the message.

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection