Apache JMeter
1.9

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

java.lang.Object
  |
  +--org.apache.jmeter.protocol.http.modifier.UserSequence
All Implemented Interfaces:
Serializable

public class UserSequence
extends Object
implements Serializable

Title: Jakarta-JMeter Description: Copyright: Copyright (c) 2001 Company: Apache

This module controls the Sequence in which user details are returned.

This module uses round robin allocation of users.

Version:
1.0
Author:
Mark Walsh
See Also:
Serialized Form

Constructor Summary
UserSequence()
           
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 loader into the sequencer
 
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 loader into the sequencer

Method Detail

getNextUserMods

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


Apache JMeter
1.9

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