org.apache.jmeter.timers
Class ConstantTimer
- Cloneable, Serializable, LoopIterationListener, Serializable, TestElement, Timer
public class ConstantTimer
This class implements a constant timer with its own panel and fields for
value update and user interaction.
long | delay() - Retrieve the delay to use during test execution.
|
String | getDelay() - Get the delay value for display.
|
double | getRange() - Retrieve the range (not used for this timer).
|
void | iterationStart(LoopIterationEvent event) - Gain access to any variables that have been defined.
|
void | setDelay(String delay) - Set the delay for this timer.
|
void | setRange(double range) - Set the range (not used for this timer).
|
String | toString() - Provide a description of this timer class.
|
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , hashCode , isEnabled , isRunningVersion , isTemporary , logProperties , mergeIn , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse , traverseCollection , traverseMap , traverseProperty |
DELAY
public static final String DELAY
ConstantTimer
public ConstantTimer()
No-arg constructor.
delay
public long delay()
Retrieve the delay to use during test execution.
- delay in interface Timer
getDelay
public String getDelay()
Get the delay value for display.
- the delay value for display.
getRange
public double getRange()
Retrieve the range (not used for this timer).
- the range (always zero for this timer).
setDelay
public void setDelay(String delay)
Set the delay for this timer.
setRange
public void setRange(double range)
Set the range (not used for this timer).
toString
public String toString()
Provide a description of this timer class.
- the description of this timer class.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.