|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
ENABLED
|
static String |
GUI_CLASS
|
static String |
NAME
|
static String |
TEST_CLASS
|
Method Summary | |
void |
addTestElement(TestElement child)
|
boolean |
canRemove()
Called by Remove to determine if it is safe to remove the element. |
void |
clear()
Clear the TestElement of all data. |
Object |
clone()
|
JMeterProperty |
getProperty(String propName)
Given the name of the property, returns the appropriate property from JMeter. |
boolean |
getPropertyAsBoolean(String key)
Return a property as a boolean value. |
float |
getPropertyAsFloat(String key)
|
int |
getPropertyAsInt(String key)
|
long |
getPropertyAsLong(String key)
|
String |
getPropertyAsString(String key)
|
JMeterContext |
getThreadContext()
|
String |
getThreadName()
|
boolean |
isRunningVersion()
Returns true or false whether the element is the running version. |
boolean |
isTemporary(JMeterProperty property)
Test whether a given property is only a temporary resident of the TestElement |
PropertyIterator |
propertyIterator()
Get a Property Iterator for the TestElements properties. |
void |
recoverRunningVersion()
Tells the test element to return to the state it was in when makeRunningVersion() was called. |
void |
removeProperty(String key)
|
void |
setProperty(JMeterProperty property)
Sets and overwrites a property in the TestElement. |
void |
setProperty(String key,
String value)
|
void |
setRunningVersion(boolean run)
Make the test element the running version, or make it no longer the running version. |
void |
setTemporary(JMeterProperty property)
Indicate that the given property should be only a temporary property in the TestElement |
void |
setThreadContext(JMeterContext threadContext)
|
void |
setThreadName(String threadName)
|
void |
threadFinished()
Called at the end of each thread. |
void |
threadStarted()
Called at the start of each thread. |
void |
traverse(TestElementTraverser traverser)
Convenient way to traverse a test element. |
Field Detail |
public static final String NAME
public static final String GUI_CLASS
public static final String ENABLED
public static final String TEST_CLASS
Method Detail |
public void addTestElement(TestElement child)
public void setProperty(String key, String value)
public boolean isRunningVersion()
public boolean isTemporary(JMeterProperty property)
property
-
public void setTemporary(JMeterProperty property)
property
- voidpublic boolean getPropertyAsBoolean(String key)
public long getPropertyAsLong(String key)
public int getPropertyAsInt(String key)
public float getPropertyAsFloat(String key)
public void setRunningVersion(boolean run)
public void recoverRunningVersion()
public void clear()
public String getPropertyAsString(String key)
public void setProperty(JMeterProperty property)
public JMeterProperty getProperty(String propName)
public PropertyIterator propertyIterator()
public void removeProperty(String key)
public Object clone()
public void traverse(TestElementTraverser traverser)
public JMeterContext getThreadContext()
public void setThreadContext(JMeterContext threadContext)
threadContext
- The threadContext to set.public String getThreadName()
public void setThreadName(String threadName)
threadName
- The threadName to set.public void threadStarted()
public void threadFinished()
public boolean canRemove()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |