|
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.testelement.OnErrorTestElement org.apache.jmeter.reporters.ResultAction
public class 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_STOPTEST_NOW, ON_ERROR_STOPTHREAD |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
---|---|
ResultAction()
|
Method Summary | |
---|---|
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, isStopTestNow, isStopThread, setErrorAction |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultAction()
Method Detail |
---|
public void sampleOccurred(SampleEvent e)
sampleOccurred
in interface SampleListener
SampleListener.sampleOccurred(org.apache.jmeter.samplers.SampleEvent)
public void sampleStarted(SampleEvent e)
sampleStarted
in interface SampleListener
public void sampleStopped(SampleEvent e)
sampleStopped
in interface SampleListener
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |