org.apache.jmeter.samplers
Class RemoteSampleListenerImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.apache.jmeter.samplers.RemoteSampleListenerImpl
- All Implemented Interfaces:
- Remote, RemoteSampleListener, SampleListener, Serializable, TestListener
- public class RemoteSampleListenerImpl
- extends UnicastRemoteObject
- implements RemoteSampleListener, SampleListener, TestListener
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
RemoteSampleListenerImpl
public RemoteSampleListenerImpl()
throws RemoteException
RemoteSampleListenerImpl
public RemoteSampleListenerImpl(Object listener)
throws RemoteException
setListener
public void setListener(Object listener)
testStarted
public void testStarted()
- Specified by:
testStarted
in interface RemoteSampleListener
testStarted
public void testStarted(String host)
- Specified by:
testStarted
in interface RemoteSampleListener
testEnded
public void testEnded()
- Specified by:
testEnded
in interface RemoteSampleListener
testEnded
public void testEnded(String host)
- Specified by:
testEnded
in interface RemoteSampleListener
sampleOccurred
public void sampleOccurred(SampleEvent e)
- Description copied from interface:
RemoteSampleListener
- A sample has started and stopped.
- Specified by:
sampleOccurred
in interface RemoteSampleListener
sampleStarted
public void sampleStarted(SampleEvent e)
- A sample has started.
- Specified by:
sampleStarted
in interface RemoteSampleListener
sampleStopped
public void sampleStopped(SampleEvent e)
- A sample has stopped.
- Specified by:
sampleStopped
in interface RemoteSampleListener
testIterationStart
public void testIterationStart(LoopIterationEvent event)
- Description copied from interface:
TestListener
- Each time through a Thread Group's test script, an iteration event is
fired.
- Specified by:
testIterationStart
in interface TestListener
- Parameters:
event
-
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.