org.apache.jmeter.timers.gui |
Timer | This interface defines those methods that must be implemented by timer plugins. | code | html |
RandomTimer | This class implements a random timer with its own panel and fields for value update and user interaction. | code | html |
BeanShellTimer | code | html | |
BeanShellTimerBeanInfo | code | html | |
ConstantThroughputTimer | This class implements a constant throughput timer. | code | html |
ConstantThroughputTimer.ThroughputInfo | code | html | |
ConstantThroughputTimerBeanInfo | BeanInfo for the ConstantThroughputTimer. | code | html |
ConstantTimer | This class implements a constant timer with its own panel and fields for value update and user interaction. | code | html |
GaussianRandomTimer | This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a gaussian distributed variation. | code | html |
SyncTimer | The purpose of the SyncTimer is to block threads until X number of threads have been blocked, and then they are all released at once. | code | html |
SyncTimerBeanInfo | code | html | |
UniformRandomTimer | This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a uniformly distributed variation. | code | html |