Apache JMeter
1.9

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.7 $
Author:
unascribed
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement
log
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
RemoteTestListenerWrapper()
           
RemoteTestListenerWrapper(RemoteSampleListener l)
           
 
Method Summary
 void testEnded()
           
 void testEnded(String host)
           
 void testIterationStart(LoopIterationEvent event)
          Each time through a Thread Group's test script, an iteration event is fired.
 void testStarted()
           
 void testStarted(String host)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTestListenerWrapper

public RemoteTestListenerWrapper()

RemoteTestListenerWrapper

public RemoteTestListenerWrapper(RemoteSampleListener l)
Method Detail

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

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 -

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.