org.apache.jmeter.samplers

Interface SampleSender

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 Details

sampleOccurred

public void sampleOccurred(SampleEvent e)
A sample occurred
Parameters:
e - a Sample Event

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.

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