org.databene.contiperf.report
Class InvocationCountingReportModule
java.lang.Object
org.databene.contiperf.report.AbstractReportModule
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationCountingReportModule
public InvocationCountingReportModule()
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.