ibis.gmi
Class ForwardReply

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

public class ForwardReply
extends ReplyScheme

The ForwardReply class must be used when configuring a group method to forward all replies to a Forwarder object.


Field Summary
 Forwarder f
          The Forwarder of this reply scheme.
 
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
ForwardReply(Forwarder f)
          Constructor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

public Forwarder f
The Forwarder of this reply scheme.

Constructor Detail

ForwardReply

public ForwardReply(Forwarder f)
             throws ConfigurationException
Constructor.

Parameters:
f - the Forwarder of this replyscheme
Throws:
ConfigurationException - is thrown when the parameter is null.


The Ibis project