|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterVector | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
Uses of ParameterVector in ibis.gmi |
Methods in ibis.gmi that return ParameterVector | |
abstract ParameterVector |
ParameterVector.readParameters(ReadMessage r)
Reads a parameter vector from a message. |
ParameterVector |
ParameterVector.getVector()
Creates a new parameter vector of the same type. |
Methods in ibis.gmi with parameters of type ParameterVector | |
abstract void |
BinomialInvocationCombiner.combine(ParameterVector in1,
ParameterVector in2,
ParameterVector out)
The combine method, to be defined by any class that extends the BinomialInvocationCombiner class. |
abstract void |
Personalizer.personalize(ParameterVector in,
ParameterVector[] out)
Splits the specified list of parameters, and writes them into the specified array of parameter lists. |
abstract void |
FlatInvocationCombiner.combine(ParameterVector[] in,
ParameterVector out)
The parameter combiner. |
Constructors in ibis.gmi with parameters of type ParameterVector | |
GroupMethod(GroupStub parent,
int index,
ParameterVector params,
java.lang.String descriptor)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |