|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.timers.ConstantTimer
public class ConstantTimer
This class implements a constant timer with its own panel and fields for value update and user interaction.
Field Summary | |
---|---|
static java.lang.String |
DELAY
|
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
---|---|
ConstantTimer()
No-arg constructor. |
Method Summary | |
---|---|
long |
delay()
Retrieve the delay to use during test execution. |
java.lang.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(java.lang.String delay)
Set the delay for this timer. |
void |
setRange(double range)
Set the range (not used for this timer). |
java.lang.String |
toString()
Provide a description of this timer class. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DELAY
Constructor Detail |
---|
public ConstantTimer()
Method Detail |
---|
public void setDelay(java.lang.String delay)
public void setRange(double range)
public java.lang.String getDelay()
public double getRange()
public long delay()
delay
in interface Timer
public java.lang.String toString()
toString
in class java.lang.Object
public void iterationStart(LoopIterationEvent event)
iterationStart
in interface LoopIterationListener
LoopIterationListener.iterationStart(LoopIterationEvent)
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |