|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.ReplyScheme
ibis.gmi.PersonalizeReply
The PersonalizeReply
class must be used when configuring a group
method to have a personalized reply scheme.
Each group method invoker gets a reply, which is personalized by the
ReplyPersonalizer
object in this reply scheme object.
This is really only useful when there is more than one invoker, so with
a combined invocation scheme.
Field Summary | |
ReplyPersonalizer |
rp
The reply personalizer. |
ReplyScheme |
rs
The underlying 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 | |
PersonalizeReply(ReplyPersonalizer rp,
ReplyScheme rs)
Constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public ReplyPersonalizer rp
public ReplyScheme rs
Constructor Detail |
public PersonalizeReply(ReplyPersonalizer rp, ReplyScheme rs) throws ConfigurationException
rp
- the reply personalizerrs
- the underlying reply scheme
ConfigurationException
- is thrown when one of the parameters is
null, or the underlying reply scheme is discarding or already
personalizing.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |