Package org.apache.jmeter.threads
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 SummaryFields inherited from class java.rmi.server.RemoteObjectref
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled for each thread after all samples have been processed.voidCalled for each thread before starting sampling.Methods inherited from class java.rmi.server.UnicastRemoteObjectclone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServergetClientHost, getLog, setLog
- 
Constructor Details- 
RemoteThreadsListenerImpl- Throws:
- RemoteException- if failed to export object
 
 
- 
- 
Method Details- 
threadStartedpublic 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. See org.apache.jmeter.threads.JMeterThread#threadStarted()- Specified by:
- threadStartedin interface- RemoteThreadsListener
- Specified by:
- threadStartedin interface- ThreadListener
- See Also:
 
- 
threadFinishedpublic void threadFinished()Description copied from interface:ThreadListenerCalled for each thread after all samples have been processed. See org.apache.jmeter.threads.JMeterThread#threadFinished(org.apache.jmeter.engine.event.LoopIterationListener)- Specified by:
- threadFinishedin interface- RemoteThreadsListener
- Specified by:
- threadFinishedin interface- ThreadListener
- See Also:
 
 
-