org.apache.jmeter.testelement

Interface ThreadListener

Known Implementing Classes:
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

Method Summary

void
threadFinished()
Called once for each thread at the end of a test
void
threadStarted()
Called just before the start of the thread

Method Details

threadFinished

public void threadFinished()
Called once for each thread at the end of a test
See Also:
org.apache.jmeter.threads.JMeterThread.threadFinished()

threadStarted

public void threadStarted()
Called just before the start of the thread
See Also:
org.apache.jmeter.threads.JMeterThread.threadStarted()

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