|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThinkTime
Instances of this interface implement the think time (time between requests
to the same website). They are configured through the use of
<property name="" value="">
tags inside the
<thinkTime>
tag.
Method Summary | |
---|---|
long |
nextThinkTime()
Returns the think time, in milliseconds, between the last request made and the next one. |
void |
setConfiguration(java.util.Properties properties)
Configures this ThinkTime object. |
Method Detail |
---|
long nextThinkTime()
long
.void setConfiguration(java.util.Properties properties) throws InvalidThinkTimeConfigurationException
ThinkTime
object. This method is always
invoked before nextThinkTime()
is first invoked.
properties
- a Properties
instance.
InvalidThinkTimeConfigurationException
- if the given configuration
is not valid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |