org.apache.jmeter.threads
Class JMeterVariables
java.lang.Object
org.apache.jmeter.threads.JMeterVariables
- public class JMeterVariables
- extends Object
- Version:
- $Revision: 1.9 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMeterVariables
public JMeterVariables()
getThreadName
public String getThreadName()
getIteration
public int getIteration()
incIteration
public void incIteration()
initialize
public void initialize()
remove
public Object remove(String key)
put
public void put(String key,
String value)
putObject
public void putObject(String key,
Object value)
putAll
public void putAll(Map vars)
putAll
public void putAll(JMeterVariables vars)
get
public String get(String key)
- Returns null values if variable doesn't exist. Users of this must check
for null.
getObject
public Object getObject(String key)
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.