org.apache.jmeter.samplers

Class StandardSampleSender

Implemented Interfaces:
SampleSender, Serializable

public class StandardSampleSender
extends Object
implements SampleSender, Serializable

Default behaviour for remote testing.

Constructor Summary

StandardSampleSender()

Method Summary

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

Constructor Details

StandardSampleSender

public StandardSampleSender()

Method Details

sampleOccurred

public void sampleOccurred(SampleEvent e)
A sample occurred
Specified by:
sampleOccurred in interface SampleSender
Parameters:
e - a Sample Event

testEnded

public void testEnded()
The test ended
Specified by:
testEnded in interface SampleSender

testEnded

public void testEnded(String host)
The test ended
Specified by:
testEnded in interface SampleSender
Parameters:
host - the host that the test ended on.

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