org.apache.jmeter.samplers
Class RemoteTestListenerWrapper
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.samplers.RemoteTestListenerWrapper
- All Implemented Interfaces:
- Cloneable, NoThreadClone, Serializable, TestElement, TestListener
- public class RemoteTestListenerWrapper
- extends AbstractTestElement
- implements TestListener, Serializable, NoThreadClone
- Version:
- $Revision: 1.9 $
- Author:
- unascribed
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
RemoteTestListenerWrapper
public RemoteTestListenerWrapper()
RemoteTestListenerWrapper
public RemoteTestListenerWrapper(RemoteSampleListener l)
testStarted
public void testStarted()
- Description copied from interface:
TestListener
- Called just before the start of the test
Note that not all the test variables will have been set up
at this point.
- Specified by:
testStarted
in interface TestListener
- See Also:
StandardJMeterEngine.run()
testEnded
public void testEnded()
- Description copied from interface:
TestListener
- Called once for all threads after the end of a test
- Specified by:
testEnded
in interface TestListener
- See Also:
StandardJMeterEngine.stopTest()
testStarted
public void testStarted(String host)
- Specified by:
testStarted
in interface TestListener
testEnded
public void testEnded(String host)
- Specified by:
testEnded
in interface TestListener
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-2005 Apache Software Foundation. All Rights Reserved.