org.databene.contiperf
Class PerformanceTracker
java.lang.Object
org.databene.contiperf.util.InvokerProxy
org.databene.contiperf.PerformanceTracker
- All Implemented Interfaces:
- Invoker
public class PerformanceTracker
- extends InvokerProxy
InvokerProxy that provides performance tracking features.
Created: 22.10.2009 16:36:43
- Since:
- 1.0
- Author:
- Volker Bergmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceTracker
public PerformanceTracker(Invoker target,
PerformanceRequirement requirement,
ExecutionLogger logger)
PerformanceTracker
public PerformanceTracker(Invoker target,
PerformanceRequirement requirement,
boolean cancelOnViolation,
ExecutionLogger logger)
setExecutionLogger
public void setExecutionLogger(ExecutionLogger logger)
getCounter
public LatencyCounter getCounter()
start
public void start()
invoke
public java.lang.Object invoke(java.lang.Object[] args)
throws java.lang.Exception
- Specified by:
invoke in interface Invoker- Overrides:
invoke in class InvokerProxy
- Throws:
java.lang.Exception
stop
public void stop()
Copyright © 2010. All Rights Reserved.