|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.samplers.AbstractSampleSender org.apache.jmeter.samplers.BatchSampleSender
public class BatchSampleSender
Implements batch reporting for remote testing.
Constructor Summary | |
---|---|
|
BatchSampleSender()
Deprecated. only for use by test code |
protected |
BatchSampleSender(RemoteSampleListener listener)
Constructor |
Method Summary | |
---|---|
protected RemoteSampleListener |
getListener()
|
protected List<SampleEvent> |
getSampleStore()
|
void |
sampleOccurred(SampleEvent e)
Stores sample events untill either a time or sample threshold is breached. |
void |
testEnded(String host)
Checks if any sample events are still present in the sampleStore and sends them to the listener. |
Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender |
---|
isClientConfigured, testEnded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public BatchSampleSender()
protected BatchSampleSender(RemoteSampleListener listener)
listener
- that the List of sample events will be sent to.Method Detail |
---|
protected RemoteSampleListener getListener()
protected List<SampleEvent> getSampleStore()
public void testEnded(String host)
testEnded
in interface SampleSender
host
- the host that the test has ended on.public void sampleOccurred(SampleEvent e)
sampleOccurred
in interface SampleSender
e
- a Sample Event
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |