org.apache.jmeter.modifiers
Class UserParameters
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.modifiers.UserParameters
- All Implemented Interfaces:
- Cloneable, LoopIterationListener, PreProcessor, Serializable, TestElement
- public class UserParameters
- extends AbstractTestElement
- implements Serializable, PreProcessor, LoopIterationListener
- Version:
- $Revision: 1.22.2.1 $
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
NAMES
public static final String NAMES
- See Also:
- Constant Field Values
THREAD_VALUES
public static final String THREAD_VALUES
- See Also:
- Constant Field Values
PER_ITERATION
public static final String PER_ITERATION
- See Also:
- Constant Field Values
UserParameters
public UserParameters()
getNames
public CollectionProperty getNames()
getThreadLists
public CollectionProperty getThreadLists()
setNames
public void setNames(Collection list)
- The list of names of the variables to hold values. This list must come
in the same order as the sub lists that are given to
setThreadLists(Collection)
.
setNames
public void setNames(CollectionProperty list)
- The list of names of the variables to hold values. This list must come
in the same order as the sub lists that are given to
setThreadLists(CollectionProperty)
.
setThreadLists
public void setThreadLists(Collection threadLists)
- The thread list is a list of lists. Each list within the parent list is
a collection of values for a simulated user. As many different sets of
values can be supplied in this fashion to cause JMeter to set different
values to variables for different test threads.
setThreadLists
public void setThreadLists(CollectionProperty threadLists)
- The thread list is a list of lists. Each list within the parent list is
a collection of values for a simulated user. As many different sets of
values can be supplied in this fashion to cause JMeter to set different
values to variables for different test threads.
isPerIteration
public boolean isPerIteration()
setPerIteration
public void setPerIteration(boolean perIter)
process
public void process()
- Specified by:
process
in interface PreProcessor
iterationStart
public void iterationStart(LoopIterationEvent event)
- Specified by:
iterationStart
in interface LoopIterationListener
- See Also:
LoopIterationListener.iterationStart(LoopIterationEvent)
clone
public Object clone()
- Specified by:
clone
in interface TestElement
- Overrides:
clone
in class AbstractTestElement
mergeIn
protected void mergeIn(TestElement element)
- Overrides:
mergeIn
in class AbstractTestElement
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.