Interface IMultiplexCollector
- 
- All Superinterfaces:
 IFunctionalExceptionListener,IFunctionalIntermediateFinishedListener<java.lang.Object>,IFunctionalIntermediateResultCountListener,IFunctionalIntermediateResultListener<java.lang.Object>,IFunctionalResultListener<java.util.Collection<java.lang.Object>>,IIntermediateResultListener<java.lang.Object>,IResultListener<java.util.Collection<java.lang.Object>>
- All Known Implementing Classes:
 FlattenMultiplexCollector
public interface IMultiplexCollector extends IIntermediateResultListener<java.lang.Object>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Future<java.lang.Object> fut, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method muxmethod)Init the collector.- 
Methods inherited from interface jadex.commons.future.IFunctionalExceptionListener
exceptionOccurred 
- 
Methods inherited from interface jadex.commons.future.IFunctionalResultListener
resultAvailable 
- 
Methods inherited from interface jadex.commons.future.IIntermediateResultListener
finished, intermediateResultAvailable, maxResultCountAvailable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
init
void init(Future<java.lang.Object> fut, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method muxmethod)
Init the collector. 
 - 
 
 -