Class RemoteThreadsListenerWrapper

java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.threads.RemoteThreadsListenerWrapper
All Implemented Interfaces:
Serializable, Cloneable, NoThreadClone, Searchable, 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.
      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)