org.apache.jmeter.reporters
Class ResultAction
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.OnErrorTestElement
org.apache.jmeter.reporters.ResultAction
- All Implemented Interfaces:
- Cloneable, SampleListener, Serializable, TestElement
- public class ResultAction
- extends OnErrorTestElement
- implements Serializable, SampleListener
ResultAction - take action based on the status of the last Result
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
ResultAction
public ResultAction()
sampleOccurred
public void sampleOccurred(SampleEvent e)
- Examine the sample(s) and take appropriate action
- Specified by:
sampleOccurred
in interface SampleListener
- See Also:
SampleListener.sampleOccurred(org.apache.jmeter.samplers.SampleEvent)
sampleStarted
public void sampleStarted(SampleEvent e)
- Description copied from interface:
SampleListener
- A sample has started.
- Specified by:
sampleStarted
in interface SampleListener
sampleStopped
public void sampleStopped(SampleEvent e)
- Description copied from interface:
SampleListener
- A sample has stopped.
- Specified by:
sampleStopped
in interface SampleListener
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.