Apache JMeter
2.0.1.20050615

org.apache.jmeter.modifiers
Class CounterConfig

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.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

Field Summary
static String END
           
static String INCREMENT
           
static String PER_USER
           
static String START
           
static String VAR_NAME
           
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
CounterConfig()
           
 
Method Summary
 int getEnd()
           
 int getIncrement()
           
 int getStart()
           
 String getVarName()
           
 boolean isPerUser()
           
 void iterationStart(LoopIterationEvent event)
           
 void setEnd(int end)
           
 void setEnd(String end)
           
 void setIncrement(int inc)
           
 void setIncrement(String incr)
           
 void setIsPerUser(boolean isPer)
           
 void setStart(int start)
           
 void setStart(String start)
           
 void setVarName(String name)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CounterConfig

public CounterConfig()
Method Detail

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()

Apache JMeter
2.0.1.20050615

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