|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.testelement.AbstractTestElement | +--org.apache.jmeter.timers.ConstantTimer
This class implements a constant timer with its own panel and fields for value update and user interaction.
Field Summary | |
static String |
DELAY
|
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement |
log |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
ConstantTimer()
No-arg constructor. |
Method Summary | |
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. |
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String DELAY
Constructor Detail |
public ConstantTimer()
Method Detail |
public void setDelay(String delay)
setDelay
in interface Timer
delay
- the delay value (this is a String as it can be set using a
variable).Timer.setDelay(String)
public void setRange(double range)
setRange
in interface Timer
range
- Timer.setRange(double)
public String getDelay()
getDelay
in interface Timer
Timer.getDelay()
public double getRange()
getRange
in interface Timer
Timer.getRange()
public long delay()
delay
in interface Timer
public String toString()
toString
in class Object
public void iterationStart(LoopIterationEvent event)
iterationStart
in interface LoopIterationListener
LoopIterationListener.iterationStart(LoopIterationEvent)
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |