|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.FlatInvocationCombiner
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 |
public FlatInvocationCombiner()
Method Detail |
public abstract void combine(ParameterVector[] in, ParameterVector out)
ParameterVector
s in the "in" array
are combined into one ParameterVector
"out".
in
- the parameters to be combinedout
- will contain the result of the combination
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |