org.iqual.chaplin.composite
Class CounterAggregator

java.lang.Object
  extended by org.iqual.chaplin.composite.AggregatorImpl
      extended by org.iqual.chaplin.composite.CounterAggregator
All Implemented Interfaces:
ComponentAggregator, ReturnAggregator

public class CounterAggregator
extends AggregatorImpl

Since:
Mar 31, 2009 9:23:27 PM
Author:
Zbynek Slajchrt

Constructor Summary
CounterAggregator(String methodName, Class[] signature)
           
 
Method Summary
 Object aggregateReturnValues(String methodName, Class[] argumentClasses, Class returnType, List<Object> values)
           
 
Methods inherited from class org.iqual.chaplin.composite.AggregatorImpl
aggregateComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterAggregator

public CounterAggregator(String methodName,
                         Class[] signature)
Method Detail

aggregateReturnValues

public Object aggregateReturnValues(String methodName,
                                    Class[] argumentClasses,
                                    Class returnType,
                                    List<Object> values)
                             throws Exception
Specified by:
aggregateReturnValues in interface ReturnAggregator
Overrides:
aggregateReturnValues in class AggregatorImpl
Throws:
Exception


Copyright © 2009 iquality.org. All Rights Reserved.