Apache JMeter

org.apache.jmeter.threads
Class RemoteThreadsListenerTestElement

java.lang.Object
  extended by org.apache.jmeter.threads.RemoteThreadsListenerTestElement
All Implemented Interfaces:
Remoteable, ThreadListener

public class RemoteThreadsListenerTestElement
extends Object
implements Remoteable, ThreadListener

Empty implementation only used to be able to do replacement by ConvertListeners

Since:
2.10

Constructor Summary
RemoteThreadsListenerTestElement()
           
 
Method Summary
 void threadFinished()
          Called for each thread after all samples have been processed.
 void threadStarted()
          Called for each thread before starting sampling.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteThreadsListenerTestElement

public RemoteThreadsListenerTestElement()
Method Detail

threadStarted

public void threadStarted()
Description copied from interface: ThreadListener
Called for each thread before starting sampling. WARNING: this is called before any Config test elements are processed, so any properties they define will not have been merged in yet.

Specified by:
threadStarted in interface ThreadListener
See Also:
JMeterThread.threadStarted()

threadFinished

public void threadFinished()
Description copied from interface: ThreadListener
Called for each thread after all samples have been processed.

Specified by:
threadFinished in interface ThreadListener
See Also:
JMeterThread.threadFinished(org.apache.jmeter.engine.event.LoopIterationListener)

Apache JMeter

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