org.apache.jmeter.threads
Class JMeterVariables
public class JMeterVariables
Class which defines JMeter variables.
These are similar to properties, but they are local to a single thread.
JMeterVariables
public JMeterVariables()
entrySet
public Set entrySet()
get
public String get(String key)
Returns null values if variable doesn't exist. Users of this must check
for null.
getIteration
public int getIteration()
getIterator
public Iterator getIterator()
getObject
public Object getObject(String key)
getThreadName
public String getThreadName()
incIteration
public void incIteration()
initialize
public void initialize()
put
public void put(String key,
String value)
putAll
public void putAll(Map vars)
putObject
public void putObject(String key,
Object value)
remove
public Object remove(String key)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.