org.databene.contiperf.report
Class ListReportModule

java.lang.Object
  extended by org.databene.contiperf.report.AbstractReportModule
      extended by org.databene.contiperf.report.ListReportModule
All Implemented Interfaces:
ReportModule

public class ListReportModule
extends AbstractReportModule

ReportModule that stores all invocation information in Lists.

Created: 16.01.2011 14:36:48

Since:
2.0.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.contiperf.report.AbstractReportModule
context
 
Constructor Summary
ListReportModule()
           
 
Method Summary
 void completed(String id, LatencyCounter[] counters, ExecutionConfig executionConfig, PerformanceRequirement requirement)
          implements backwards-compatibility of inheritors of older versions of this class
 List<InvocationLog> getInvocations()
           
 List<InvocationSummary> getSummaries()
           
 void invoked(String id, int latency, long startTime)
           
 
Methods inherited from class org.databene.contiperf.report.AbstractReportModule
completed, getReportReference, getReportReferenceLabel, setContext, starting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListReportModule

public ListReportModule()
Method Detail

invoked

public void invoked(String id,
                    int latency,
                    long startTime)
Specified by:
invoked in interface ReportModule
Overrides:
invoked in class AbstractReportModule

completed

public void completed(String id,
                      LatencyCounter[] counters,
                      ExecutionConfig executionConfig,
                      PerformanceRequirement requirement)
Description copied from class: AbstractReportModule
implements backwards-compatibility of inheritors of older versions of this class

Specified by:
completed in interface ReportModule
Overrides:
completed in class AbstractReportModule

getInvocations

public List<InvocationLog> getInvocations()

getSummaries

public List<InvocationSummary> getSummaries()


Copyright © 2013. All Rights Reserved.