|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
Uses of ConfigurationException in ibis.gmi |
Methods in ibis.gmi that throw ConfigurationException | |
void |
GroupMethod.configure(InvocationScheme invscheme,
ReplyScheme repscheme)
Method configuration. |
Constructors in ibis.gmi that throw ConfigurationException | |
PersonalizeReply(ReplyPersonalizer rp,
ReplyScheme rs)
Constructor. |
|
SingleInvocation(int destination)
Constructor. |
|
ReturnReply(int rank)
Constructor. |
|
PersonalizedInvocation(Personalizer p)
Constructor. |
|
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. |
|
ForwardReply(Forwarder f)
Constructor. |
|
CombineReply(FlatCombiner flatCombiner)
Constructor with a FlatCombiner . |
|
CombineReply(BinomialCombiner binCombiner)
Constructor with a BinomialCombiner . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |