|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.util.BeanShellTestElement
public abstract class BeanShellTestElement
Field Summary |
---|
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
---|---|
BeanShellTestElement()
|
Method Summary | |
---|---|
Object |
clone()
|
protected BeanShellInterpreter |
getBeanShellInterpreter()
Get the interpreter and set up standard script variables. |
String |
getFilename()
|
protected abstract String |
getInitFileProperty()
|
String |
getParameters()
|
String |
getScript()
Return the script (TestBean version). |
List<String> |
getSearchableTokens()
}} |
boolean |
isResetInterpreter()
|
protected Object |
processFileOrScript(BeanShellInterpreter bsh)
Process the file or script from the test element. |
protected Object |
readResolve()
|
void |
setFilename(String s)
|
void |
setParameters(String s)
|
void |
setResetInterpreter(boolean b)
|
void |
setScript(String s)
Set the script (TestBean version). |
void |
testEnded()
Called once for all threads after the end of a test. |
void |
testEnded(String host)
Called once for all threads after the end of a test. |
void |
testStarted()
Called just before the start of the test from the main engine thread. |
void |
testStarted(String host)
Called just before the start of the test from the main engine thread. |
void |
threadFinished()
Called for each thread after all samples have been processed. |
void |
threadStarted()
Called for each thread before starting sampling. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanShellTestElement()
Method Detail |
---|
protected abstract String getInitFileProperty()
protected BeanShellInterpreter getBeanShellInterpreter()
Sets the following script variables:
protected Object readResolve()
public Object clone()
clone
in interface TestElement
clone
in class AbstractTestElement
protected Object processFileOrScript(BeanShellInterpreter bsh) throws JMeterException
Sets the following script variables:
bsh
- the interpreter, not null
null
JMeterException
public String getScript()
public void setScript(String s)
s
- the script to execute (may be blank)public void threadStarted()
ThreadListener
threadStarted
in interface ThreadListener
JMeterThread.threadStarted()
public void threadFinished()
ThreadListener
threadFinished
in interface ThreadListener
JMeterThread.threadFinished(LoopIterationListener)
public void testEnded()
TestStateListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface TestStateListener
StandardJMeterEngine.stopTest()
public void testEnded(String host)
TestStateListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface TestStateListener
host
- name of hostStandardJMeterEngine.stopTest()
public void testStarted()
TestStateListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface TestStateListener
StandardJMeterEngine.run()
public void testStarted(String host)
TestStateListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface TestStateListener
host
- name of hostStandardJMeterEngine.run()
public String getParameters()
public void setParameters(String s)
public String getFilename()
public void setFilename(String s)
public boolean isResetInterpreter()
public void setResetInterpreter(boolean b)
public List<String> getSearchableTokens() throws Exception
getSearchableTokens
in interface Searchable
getSearchableTokens
in class AbstractTestElement
Exception
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |