|
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 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. |
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 java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DELAY
| Constructor Detail |
|---|
public ConstantTimer()
| Method Detail |
|---|
public void setDelay(String delay)
delay - The delay for this timerpublic void setRange(double range)
range - Not usedpublic String getDelay()
public double getRange()
public long delay()
delay in interface Timerpublic String toString()
toString in class Objectpublic void iterationStart(LoopIterationEvent event)
iterationStart in interface LoopIterationListenerevent - the eventLoopIterationListener.iterationStart(LoopIterationEvent)
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||