|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines those methods that must be implemented by timer plugins.
Method Summary | |
long |
delay()
This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again. |
String |
getDelay()
Get the delay value for display. |
double |
getRange()
Get the range value. |
void |
setDelay(String delay)
Set the delay value. |
void |
setRange(double range)
Set the range value. |
Method Detail |
public long delay()
public void setRange(double range)
range
- public double getRange()
public void setDelay(String delay)
delay
- the delay value (this is a String as it can be set using a
variable).public String getDelay()
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |