Apache JMeter

org.apache.jmeter.threads
Interface RemoteThreadsLifeCycleListener


public interface RemoteThreadsLifeCycleListener

Interface notified when number of active threads changes

Since:
2.10

Method Summary
 void threadNumberDecreased(int numberOfThreads)
           
 void threadNumberIncreased(int numberOfThreads)
           
 

Method Detail

threadNumberIncreased

void threadNumberIncreased(int numberOfThreads)
Parameters:
numberOfThreads - number of active threads

threadNumberDecreased

void threadNumberDecreased(int numberOfThreads)
Parameters:
numberOfThreads - number of active threads

Apache JMeter

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