Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.modifier
Class UserSequence

java.lang.Object
  extended byorg.apache.jmeter.protocol.http.modifier.UserSequence
All 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: 1.6 $
Author:
Mark Walsh
See Also:
Serialized Form

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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

Apache JMeter
2.0.1.20050615

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