org.apache.jmeter.testelement
Interface ThreadListener
- AccessLogSampler, AjpSampler, BeanShellAssertion, BeanShellListener, BeanShellPostProcessor, BeanShellPreProcessor, BeanShellSampler, BeanShellTestElement, BeanShellTimer, HTTPSampler, HTTPSampler2, HTTPSamplerBase, JMSSampler, SessionFilter, SoapSampler, TCPSampler, WebServiceSampler
public interface ThreadListener
Allow threads to perform startup and closedown if necessary
threadFinished
public void threadFinished()
Called once for each thread at the end of a test
org.apache.jmeter.threads.JMeterThread.threadFinished()
threadStarted
public void threadStarted()
Called just before the start of the thread
org.apache.jmeter.threads.JMeterThread.threadStarted()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.