|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplyScheme | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
Uses of ReplyScheme in ibis.gmi |
Subclasses of ReplyScheme in ibis.gmi | |
class |
CombineReply
The CombineReply class must be used to configure a group method
with a combined reply. |
class |
DiscardReply
The DiscardReply class must be used when configuring a group method
to discard its result. |
class |
ForwardReply
The ForwardReply class must be used when configuring a group method
to forward all replies to a Forwarder object. |
class |
PersonalizeReply
The PersonalizeReply class must be used when configuring a group
method to have a personalized reply scheme. |
class |
ReturnReply
The ReturnReply class must be used to configure a group method that
returns a single reply, from the indicated group member. |
Fields in ibis.gmi declared as ReplyScheme | |
ReplyScheme |
PersonalizeReply.rs
The underlying reply scheme. |
ReplyScheme |
GroupMethod.rep
After configuration, the ReplyScheme rep holds the reply scheme. |
Methods in ibis.gmi with parameters of type ReplyScheme | |
void |
GroupMethod.configure(InvocationScheme invscheme,
ReplyScheme repscheme)
Method configuration. |
Constructors in ibis.gmi with parameters of type ReplyScheme | |
PersonalizeReply(ReplyPersonalizer rp,
ReplyScheme rs)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |