org.apache.jmeter.modifiers
Class CounterConfig
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.modifiers.CounterConfig
- All Implemented Interfaces:
- Cloneable, LoopIterationListener, NoThreadClone, Serializable, TestElement
- public class CounterConfig
- extends AbstractTestElement
- implements Serializable, LoopIterationListener, NoThreadClone
- Version:
- $Revision: 1.21.2.1 $
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
START
public static final String START
- See Also:
- Constant Field Values
END
public static final String END
- See Also:
- Constant Field Values
INCREMENT
public static final String INCREMENT
- See Also:
- Constant Field Values
PER_USER
public static final String PER_USER
- See Also:
- Constant Field Values
VAR_NAME
public static final String VAR_NAME
- See Also:
- Constant Field Values
CounterConfig
public CounterConfig()
iterationStart
public void iterationStart(LoopIterationEvent event)
- Specified by:
iterationStart
in interface LoopIterationListener
- See Also:
LoopIterationListener.iterationStart(LoopIterationEvent)
setStart
public void setStart(int start)
setStart
public void setStart(String start)
getStart
public int getStart()
setEnd
public void setEnd(int end)
setEnd
public void setEnd(String end)
getEnd
public int getEnd()
setIncrement
public void setIncrement(int inc)
setIncrement
public void setIncrement(String incr)
getIncrement
public int getIncrement()
setIsPerUser
public void setIsPerUser(boolean isPer)
isPerUser
public boolean isPerUser()
setVarName
public void setVarName(String name)
getVarName
public String getVarName()
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.