org.apache.jmeter.protocol.http.modifier

Class UserSequence

Implemented Interfaces:
Serializable

public class UserSequence
extends Object
implements Serializable

This module controls the Sequence in which user details are returned. This module uses round robin allocation of users.
Version:
$Revision: 701738 $

Constructor Summary

UserSequence()
UserSequence(List allUsers)
Load all user and parameter data into the sequence module.

Method Summary

Map
getNextUserMods()
Returns the parameter data for the next user in the sequence

Constructor Details

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.

Method Details

getNextUserMods

public Map getNextUserMods()
Returns the parameter data for the next user in the sequence
Returns:
a Map object of parameter names and matching parameter values for the next user

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.