org.databene.contiperf.report
Class ConsoleReportModule
java.lang.Object
org.databene.contiperf.report.AbstractReportModule
org.databene.contiperf.report.ConsoleReportModule
- All Implemented Interfaces:
- ReportModule
public class ConsoleReportModule
- extends AbstractReportModule
ReportModule
implementation that prints all information to the console.
Created: 16.01.2011 14:27:05
- 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 |
ConsoleReportModule
public ConsoleReportModule()
invoked
public void invoked(String serviceId,
int latency,
long startTime)
- Specified by:
invoked
in interface ReportModule
- Overrides:
invoked
in class AbstractReportModule
completed
public void completed(String serviceId,
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
Copyright © 2013. All Rights Reserved.