|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationScheme | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
Uses of InvocationScheme in ibis.gmi |
Subclasses of InvocationScheme in ibis.gmi | |
class |
CombinedInvocation
The CombinedInvocation class must be used whenever a group method
must be configured using a combined invocation scheme. |
class |
GroupInvocation
The GroupInvocation class is to be used when configuring a group
method to be invoked on all members of the group. |
class |
PersonalizedInvocation
The PersonalizedInvocation class must be used to configure a
group method for personalized invocations. |
class |
SingleInvocation
The SingleInvocation class must be used to configure a group
method to a single invocation. |
Fields in ibis.gmi declared as InvocationScheme | |
InvocationScheme |
GroupMethod.inv
After configuration, the InvocationScheme inv holds the
invocation scheme. |
Methods in ibis.gmi with parameters of type InvocationScheme | |
void |
GroupMethod.configure(InvocationScheme invscheme,
ReplyScheme repscheme)
Method configuration. |
Constructors in ibis.gmi with parameters of type InvocationScheme | |
CombinedInvocation(java.lang.String identifier,
int rank,
int size,
FlatInvocationCombiner combiner,
InvocationScheme inv)
Constructor. |
|
CombinedInvocation(java.lang.String identifier,
int rank,
int size,
BinomialInvocationCombiner combiner,
InvocationScheme inv)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |