org.apache.jmeter.samplers
public class RemoteSampleListenerImpl extends UnicastRemoteObject implements RemoteSampleListener, SampleListener, TestListener
ref
Constructor and Description |
---|
RemoteSampleListenerImpl(Object listener) |
Modifier and Type | Method and Description |
---|---|
void |
processBatch(List<SampleEvent> samples)
This method is called remotely and fires a list of samples events
received locally.
|
void |
sampleOccurred(SampleEvent e)
A sample has started and stopped.
|
void |
sampleStarted(SampleEvent e)
A sample has started.
|
void |
sampleStopped(SampleEvent e)
A sample has stopped.
|
void |
testEnded()
Called once for all threads after the end of a test.
|
void |
testEnded(String host)
Called once for all threads after the end of a test.
|
void |
testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is
fired for each thread.
|
void |
testStarted()
Called just before the start of the test from the main engine thread.
|
void |
testStarted(String host)
Called just before the start of the test from the main engine thread.
|
clone, exportObject, exportObject, exportObject, unexportObject
getClientHost, getLog, setLog
public RemoteSampleListenerImpl(Object listener) throws RemoteException
RemoteException
public void testStarted()
TestListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface RemoteSampleListener
testStarted
in interface TestListener
StandardJMeterEngine.run()
public void testStarted(String host)
TestListener
Called just before the start of the test from the main engine thread. This is before the test elements are cloned. Note that not all the test variables will have been set up at this point.
N.B. testStarted() and testEnded() are called from different threads.
testStarted
in interface RemoteSampleListener
testStarted
in interface TestListener
host
- name of hostStandardJMeterEngine.run()
public void testEnded()
TestListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface RemoteSampleListener
testEnded
in interface TestListener
StandardJMeterEngine.stopTest()
public void testEnded(String host)
TestListener
Called once for all threads after the end of a test. This will use the same element instances as at the start of the test.
N.B. testStarted() and testEnded() are called from different threads.
testEnded
in interface RemoteSampleListener
testEnded
in interface TestListener
host
- name of hostStandardJMeterEngine.stopTest()
public void testIterationStart(LoopIterationEvent event)
TestListener
testIterationStart
in interface TestListener
public void processBatch(List<SampleEvent> samples)
processBatch
in interface RemoteSampleListener
samples
- the list of sample events to be fired locallypublic void sampleOccurred(SampleEvent e)
RemoteSampleListener
sampleOccurred
in interface RemoteSampleListener
sampleOccurred
in interface SampleListener
public void sampleStarted(SampleEvent e)
sampleStarted
in interface RemoteSampleListener
sampleStarted
in interface SampleListener
public void sampleStopped(SampleEvent e)
sampleStopped
in interface RemoteSampleListener
sampleStopped
in interface SampleListener
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.