Apache JMeter | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.rmi.server.UnicastRemoteObject
org.apache.jmeter.samplers.RemoteSampleListenerImpl
public class RemoteSampleListenerImpl
extends UnicastRemoteObject
implements RemoteSampleListener, SampleListener, TestListener
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void | |
void | |
void |
|
public void processBatch(List samples)
This method is called remotely and fires a list of samples events received locally. The function is to reduce network load when using remote testing.
- Specified by:
- processBatch in interface RemoteSampleListener
- Parameters:
samples
- the list of sample events to be fired locally
public void sampleOccurred(SampleEvent e)
A sample has started and stopped.
- Specified by:
- sampleOccurred in interface RemoteSampleListener
- sampleOccurred in interface SampleListener
public void sampleStarted(SampleEvent e)
A sample has started.
- Specified by:
- sampleStarted in interface RemoteSampleListener
- sampleStarted in interface SampleListener
public void sampleStopped(SampleEvent e)
A sample has stopped.
- Specified by:
- sampleStopped in interface RemoteSampleListener
- sampleStopped in interface SampleListener
public void testEnded()
- Specified by:
- testEnded in interface RemoteSampleListener
- testEnded in interface TestListener
public void testEnded(String host)
- Specified by:
- testEnded in interface RemoteSampleListener
- testEnded in interface TestListener
public void testIterationStart(LoopIterationEvent event)
- Specified by:
- testIterationStart in interface TestListener
public void testStarted()
- Specified by:
- testStarted in interface RemoteSampleListener
- testStarted in interface TestListener
public void testStarted(String host)
- Specified by:
- testStarted in interface RemoteSampleListener
- testStarted in interface TestListener