org.objectweb.dream.pushwithreturn
Interface HandleReturnMessage

All Known Implementing Classes:
HandleReturnMessageImpl

public interface HandleReturnMessage

This component manages returned messages (for asynchronous synchronizers).


Field Summary
static String ITF_NAME
          The commonly used name to refer to this interface.
 
Method Summary
 void handleReturnMessage(WaitingKey waitingKey)
          Handles the return message that is present into the waiting key.
 

Field Detail

ITF_NAME

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

See Also:
Constant Field Values
Method Detail

handleReturnMessage

void handleReturnMessage(WaitingKey waitingKey)
                         throws Exception
Handles the return message that is present into the waiting key.

Parameters:
waitingKey - the waiting key that contains the return message.
Throws:
Exception - if an exception occurs.


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