org.apache.jmeter.protocol.http.modifier
Class UserSequence
- Serializable
public class UserSequence
implements Serializable
This module controls the Sequence in which user details are returned. This
module uses round robin allocation of users.
Map | getNextUserMods() - Returns the parameter data for the next user in the sequence
|
UserSequence
public UserSequence()
UserSequence
public UserSequence(List allUsers)
Load all user and parameter data into the sequence module.
ie a Set of Mapped "parameter names and parameter values" for each user
to be loaded into the sequencer.
getNextUserMods
public Map getNextUserMods()
Returns the parameter data for the next user in the sequence
- a Map object of parameter names and matching parameter values for
the next user
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.