Apache JMeter

org.apache.jmeter.samplers
Interface SampleSender

All Known Implementing Classes:
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.


Method Summary
 void sampleOccurred(SampleEvent e)
          A sample occurred
 void testEnded()
          The test ended
 void testEnded(String host)
          The test ended
 

Method Detail

testEnded

public void testEnded()
The test ended


testEnded

public void testEnded(String host)
The test ended

Parameters:
host - the host that the test ended on.

sampleOccurred

public void sampleOccurred(SampleEvent e)
A sample occurred

Parameters:
e - a Sample Event

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.