org.apache.jmeter.samplers
Interface SampleSender
- BatchSampleSender, HoldSampleSender, StandardSampleSender, StatisticalSampleSender
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.
sampleOccurred
public void sampleOccurred(SampleEvent e)
A sample occurred
testEnded
public void testEnded()
The test ended
testEnded
public void testEnded(String host)
The test ended
host
- the host that the test ended on.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.