|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SampleSender
This interface is used to define the methods that need to be intercepted by the SampleSender wrapper classes processed by the RemoteListenerWrapper.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void testEnded()
void testEnded(String host)
host
- the host that the test ended on.void sampleOccurred(SampleEvent e)
e
- a Sample Event
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |