org.objectweb.dream.protocol.utobcast
Interface ReceiveAck

All Known Implementing Classes:
PendingMessagesDataStructureImpl

public interface ReceiveAck

This interface defines a method to notify a component that an ACK message has been received.


Field Summary
static String ITF_NAME
          The commonly used name to refer to this interface.
 
Method Summary
 void receiveAck(Message message)
          Handles the received ACK message.
 

Field Detail

ITF_NAME

public static final String ITF_NAME
The commonly used name to refer to this interface.

See Also:
Constant Field Values
Method Detail

receiveAck

public void receiveAck(Message message)
Handles the received ACK message.

Parameters:
message - the ACK message.


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.