Apache JMeter

org.apache.jmeter.threads
Interface RemoteThreadsListener

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteThreadsListenerImpl

public interface RemoteThreadsListener
extends Remote

RMI Interface that allows notification of remote start/end of threads

Since:
2.10

Method Summary
 void threadFinished()
           
 void threadStarted()
           
 

Method Detail

threadStarted

void threadStarted()
                   throws RemoteException
Throws:
RemoteException
See Also:
ThreadListener.threadStarted()

threadFinished

void threadFinished()
                    throws RemoteException
Throws:
RemoteException
See Also:
ThreadListener.threadStarted()

Apache JMeter

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