ibis.gmi
Class FlatInvocationCombiner

java.lang.Object
  extended byibis.gmi.FlatInvocationCombiner

public abstract class FlatInvocationCombiner
extends java.lang.Object

The FlatInvocationCombiner class provides a base class for user-defined flat invocation combiners.


Constructor Summary
FlatInvocationCombiner()
           
 
Method Summary
abstract  void combine(ParameterVector[] in, ParameterVector out)
          The parameter combiner.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatInvocationCombiner

public FlatInvocationCombiner()
Method Detail

combine

public abstract void combine(ParameterVector[] in,
                             ParameterVector out)
The parameter combiner. The ParameterVectors in the "in" array are combined into one ParameterVector "out".

Parameters:
in - the parameters to be combined
out - will contain the result of the combination


The Ibis project