|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.samplers.BatchSampleSender
Implements batch reporting for remote testing.
| Constructor Summary | |
BatchSampleSender()
|
|
| Method Summary | |
void |
sampleOccurred(SampleEvent e)
Stores sample events untill either a time or sample threshold is breached. |
void |
testEnded()
Checks if any sample events are still present in the sampleStore and sends them to the listener. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BatchSampleSender()
| Method Detail |
public void testEnded()
testEnded in interface SampleSenderpublic void testEnded(String host)
testEnded in interface SampleSenderhost - the host that the test has ended on.public void sampleOccurred(SampleEvent e)
sampleOccurred in interface SampleSendere - a Sample Event
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||