org.databene.contiperf.report
Class LoggerModuleAdapter
java.lang.Object
org.databene.contiperf.report.AbstractReportModule
org.databene.contiperf.report.LoggerModuleAdapter
- All Implemented Interfaces:
- ReportModule
public class LoggerModuleAdapter
- extends AbstractReportModule
Adapter class which makes implementors of the old ExecutionLogger
interface
available in ContiPerf 2.
If you are migrating to ContiPerf, usages of the predefined
ContiPerf ExecutionLogger
s should be replaced with their ReportModule
counterpart. For example, if the old version was
- 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 |
logger
protected ExecutionLogger logger
LoggerModuleAdapter
public LoggerModuleAdapter(ExecutionLogger logger)
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
getLogger
public ExecutionLogger getLogger()
Copyright © 2013. All Rights Reserved.