org.databene.contiperf.report
Class InvocationCountingReportModule

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

public class InvocationCountingReportModule
extends AbstractReportModule

ReportModule implementation that counts the number of invocations.

Created: 16.01.2011 16:03:10

Since:
2.0.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.contiperf.report.AbstractReportModule
context
 
Constructor Summary
InvocationCountingReportModule()
           
 
Method Summary
 long getInvocationCount()
           
 void invoked(String serviceId, int latency, long startTime)
           
 
Methods inherited from class org.databene.contiperf.report.AbstractReportModule
completed, 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

InvocationCountingReportModule

public InvocationCountingReportModule()
Method Detail

invoked

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

getInvocationCount

public long getInvocationCount()


Copyright © 2013. All Rights Reserved.