org.databene.contiperf.timer
Class AbstractTimer

java.lang.Object
  extended by org.databene.contiperf.timer.AbstractTimer
All Implemented Interfaces:
WaitTimer
Direct Known Subclasses:
ConstantTimer, CumulatedTimer, None, RandomTimer

public abstract class AbstractTimer
extends Object
implements WaitTimer

Helper class to inherit custom WaitTimers from.

Created: 06.04.2012 18:43:28

Since:
2.1.0
Author:
Volker Bergmann

Constructor Summary
AbstractTimer()
           
 
Method Summary
protected  void checkParamCount(int expectedParamCount, double[] actualParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.contiperf.WaitTimer
getWaitTime, init
 

Constructor Detail

AbstractTimer

public AbstractTimer()
Method Detail

checkParamCount

protected void checkParamCount(int expectedParamCount,
                               double[] actualParams)


Copyright © 2013. All Rights Reserved.