Interface prominence.msg.Recipient
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface prominence.msg.Recipient

public interface Recipient
extends Object
The interface through which the DeliveryOutputStream delivers messages.
See Also:
DeliveryOutputStream

Method Index

 o receive(DataInputStream)
Delivers a new message to the recipient.

Methods

 o receive
  public abstract void receive(DataInputStream in)
Delivers a new message to the recipient.
Parameters:
in - A DataInputStream from which the message contents can be read

All Packages  Class Hierarchy  This Package  Previous  Next  Index