|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.ReplyScheme
ibis.gmi.ForwardReply
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 |
public Forwarder f
Forwarder
of this reply scheme.
Constructor Detail |
public ForwardReply(Forwarder f) throws ConfigurationException
f
- the Forwarder
of this replyscheme
ConfigurationException
- is thrown when the parameter is null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |