org.databene.contiperf.timer
Class RandomTimer

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

public class RandomTimer
extends AbstractTimer

WaitTimer implementation that provides a wait time uniformly distributed between a min and a max value.

Created: 06.04.2012 17:13:42

Since:
2.1.0
Author:
Volker Bergmann

Constructor Summary
RandomTimer()
           
 
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

RandomTimer

public RandomTimer()
Method Detail

init

public void init(double[] params)

getWaitTime

public int getWaitTime()


Copyright © 2013. All Rights Reserved.