org.apache.jmeter.samplers
Class RemoteListenerWrapper
java.lang.Object
|
+--org.apache.jmeter.testelement.AbstractTestElement
|
+--org.apache.jmeter.samplers.RemoteListenerWrapper
- All Implemented Interfaces:
- Cloneable, NoThreadClone, SampleListener, Serializable, TestElement, TestListener
- public class RemoteListenerWrapper
- extends AbstractTestElement
- implements SampleListener, TestListener, Serializable, NoThreadClone
- Version:
- $Revision: 1.7 $
- Author:
- unascribed
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
RemoteListenerWrapper
public RemoteListenerWrapper(RemoteSampleListener l)
RemoteListenerWrapper
public RemoteListenerWrapper()
testStarted
public void testStarted()
- Specified by:
testStarted
in interface TestListener
testEnded
public void testEnded()
- Specified by:
testEnded
in interface TestListener
testStarted
public void testStarted(String host)
- Specified by:
testStarted
in interface TestListener
testEnded
public void testEnded(String host)
- Specified by:
testEnded
in interface TestListener
sampleOccurred
public void sampleOccurred(SampleEvent e)
- Description copied from interface:
SampleListener
- A sample has started and stopped.
- Specified by:
sampleOccurred
in interface SampleListener
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
testIterationStart
public void testIterationStart(LoopIterationEvent event)
- Description copied from interface:
TestListener
- Each time through a Thread Group's test script, an iteration event is
fired.
- Specified by:
testIterationStart
in interface TestListener
- Parameters:
event
-
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.