org.databene.contiperf.timer
Class ConstantTimer

java.lang.Object
  extended by org.databene.contiperf.timer.AbstractTimer
      extended by org.databene.contiperf.timer.ConstantTimer
All Implemented Interfaces:
WaitTimer

public class ConstantTimer
extends AbstractTimer

WaitTimer implementation which provides a constant wait time.

Created: 06.04.2012 17:09:47

Since:
2.1.0
Author:
Volker Bergmann

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

Constructor Detail

ConstantTimer

public ConstantTimer()
Method Detail

init

public void init(double[] params)

getWaitTime

public int getWaitTime()


Copyright © 2013. All Rights Reserved.