ibis.gmi
Class ReturnReply

java.lang.Object
  extended byibis.gmi.ReplyScheme
      extended byibis.gmi.ReturnReply

public class ReturnReply
extends ReplyScheme

The ReturnReply class must be used to configure a group method that returns a single reply, from the indicated group member. In a group invocation, only the reply from the indicated group member is used, the other replies are ignored.


Field Summary
 
Fields inherited from class ibis.gmi.ReplyScheme
R_COMBINE_BINOMIAL, R_COMBINE_FLAT, R_DISCARD, R_FORWARD, R_PERSONALIZED, R_PERSONALIZED_COMBINE_BINOMIAL, R_PERSONALIZED_COMBINE_FLAT, R_PERSONALIZED_FORWARD, R_PERSONALIZED_RETURN, R_RETURN
 
Constructor Summary
ReturnReply(int rank)
          Constructor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnReply

public ReturnReply(int rank)
            throws ConfigurationException
Constructor.

Parameters:
rank - the group member that is to deliver the reply
Throws:
ConfigurationException - is thrown when an invalid parameter is given.


The Ibis project