Apache JMeter

org.apache.jmeter.testelement
Interface ThreadListener

All 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 Detail

threadStarted

void threadStarted()
Called just before the start of the thread

See Also:
JMeterThread.threadStarted()

threadFinished

void threadFinished()
Called once for each thread at the end of a test

See Also:
JMeterThread.threadFinished()

Apache JMeter

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