|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.protocol.http.modifier.UserSequence
public class UserSequence
This module controls the Sequence in which user details are returned. This module uses round robin allocation of users.
| Constructor Summary | |
|---|---|
UserSequence()
|
|
UserSequence(java.util.List allUsers)
Load all user and parameter data into the sequence module. |
|
| Method Summary | |
|---|---|
java.util.Map |
getNextUserMods()
Returns the parameter data for the next user in the sequence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSequence()
public UserSequence(java.util.List allUsers)
ie a Set of Mapped "parameter names and parameter values" for each user to be loaded into the sequencer.
| Method Detail |
|---|
public java.util.Map getNextUserMods()
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||