AbstractSampleSender, AsynchSampleSender, BatchSampleSender, DataStrippingSampleSender, DiskStoreSampleSender, HoldSampleSender, StandardSampleSender, StatisticalSampleSenderpublic interface SampleSender
| Modifier and Type | Method | Description |
|---|---|---|
void |
sampleOccurred(SampleEvent e) |
A sample occurred.
|
void |
testEnded() |
The test ended (probably not used; client-server mode needs a host)
|
void |
testEnded(String host) |
The test ended.
|
void testEnded()
void testEnded(String host)
host - the host that the test ended on.void sampleOccurred(SampleEvent e)
e - a Sample EventCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.