Class RemoteThreadsListenerWrapper

java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.threads.RemoteThreadsListenerWrapper
All Implemented Interfaces:
Serializable, Cloneable, NoThreadClone, Searchable, org.apache.jmeter.testelement.TestElement, ThreadListener

public class RemoteThreadsListenerWrapper extends AbstractTestElement implements ThreadListener, Serializable, NoThreadClone
server side wrapper, used to notify RMI client
Since:
2.10
See Also:
  • Constructor Details

    • RemoteThreadsListenerWrapper

      public RemoteThreadsListenerWrapper(RemoteThreadsListener l)
    • RemoteThreadsListenerWrapper

      public RemoteThreadsListenerWrapper()
  • Method Details

    • 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. See org.apache.jmeter.threads.JMeterThread#threadStarted()
      Specified by:
      threadStarted in interface ThreadListener
    • threadFinished

      public void threadFinished()
      Description copied from interface: ThreadListener
      Called for each thread after all samples have been processed. See org.apache.jmeter.threads.JMeterThread#threadFinished(org.apache.jmeter.engine.event.LoopIterationListener)
      Specified by:
      threadFinished in interface ThreadListener