|
Apache JMeter 2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.OnErrorTestElement
org.apache.jmeter.reporters.ResultAction
ResultAction - take action based on the status of the last Result
Field Summary |
Fields inherited from class org.apache.jmeter.testelement.OnErrorTestElement |
ON_ERROR_ACTION, ON_ERROR_CONTINUE, ON_ERROR_STOPTEST, ON_ERROR_STOPTHREAD |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
ResultAction()
|
Method Summary | |
void |
clear()
Clears the current data of the object. |
void |
sampleOccurred(SampleEvent e)
Examine the sample(s) and take appropriate action |
void |
sampleStarted(SampleEvent e)
A sample has started. |
void |
sampleStopped(SampleEvent e)
A sample has stopped. |
Methods inherited from class org.apache.jmeter.testelement.OnErrorTestElement |
getErrorAction, isContinue, isStopTest, isStopThread, setErrorAction |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultAction()
Method Detail |
public void clear()
Clearable
clear
in interface Clearable
clear
in class AbstractTestElement
public void sampleOccurred(SampleEvent e)
sampleOccurred
in interface SampleListener
SampleListener.sampleOccurred(org.apache.jmeter.samplers.SampleEvent)
public void sampleStarted(SampleEvent e)
SampleListener
sampleStarted
in interface SampleListener
public void sampleStopped(SampleEvent e)
SampleListener
sampleStopped
in interface SampleListener
|
Apache JMeter 2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |