org.databene.contiperf.log
Class ListExecutionLogger

java.lang.Object
  extended by org.databene.contiperf.log.ListExecutionLogger
All Implemented Interfaces:
ExecutionLogger

Deprecated. replaced with ListReportModule

@Deprecated
public class ListExecutionLogger
extends Object
implements ExecutionLogger

ExecutionLogger implementation that stores all reported invocation logs and summaries in lists.

Created: 29.03.2010 12:37:33

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
ListExecutionLogger()
          Deprecated.  
 
Method Summary
 void logInvocation(String id, int latency, long startTime)
          Deprecated.  
 void logSummary(String id, long elapsedTime, long invocationCount, long startTime)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListExecutionLogger

public ListExecutionLogger()
Deprecated. 
Method Detail

logInvocation

public void logInvocation(String id,
                          int latency,
                          long startTime)
Deprecated. 
Specified by:
logInvocation in interface ExecutionLogger

logSummary

public void logSummary(String id,
                       long elapsedTime,
                       long invocationCount,
                       long startTime)
Deprecated. 
Specified by:
logSummary in interface ExecutionLogger


Copyright © 2013. All Rights Reserved.