Class RemoteThreadsListenerImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.jmeter.threads.RemoteThreadsListenerImpl
- All Implemented Interfaces:
Serializable, Remote, ThreadListener, RemoteThreadsListener
public class RemoteThreadsListenerImpl
extends UnicastRemoteObject
implements RemoteThreadsListener, ThreadListener
RMI Implementation, client side code (ie executed on Controller)
- Since:
- 2.10
- See Also:
-
Field Summary
Fields inherited from class RemoteObject
ref -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled for each thread after all samples have been processed.voidCalled for each thread before starting sampling.Methods inherited from class UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class RemoteServer
getClientHost, getLog, setLog
-
Constructor Details
-
RemoteThreadsListenerImpl
- Throws:
RemoteException- if failed to export object
-
-
Method Details
-
threadStarted
public void threadStarted()Description copied from interface:ThreadListenerCalled for each thread before starting sampling. WARNING: this is called before any Config test elements are processed, so any properties they define will not have been merged in yet.- Specified by:
threadStartedin interfaceRemoteThreadsListener- Specified by:
threadStartedin interfaceThreadListener- See Also:
-
threadFinished
public void threadFinished()Description copied from interface:ThreadListenerCalled for each thread after all samples have been processed.- Specified by:
threadFinishedin interfaceRemoteThreadsListener- Specified by:
threadFinishedin interfaceThreadListener- See Also:
-