org.apache.jmeter.samplers

Class HoldSampleSender

Implemented Interfaces:
SampleSender, Serializable

public class HoldSampleSender
extends Object
implements SampleSender, Serializable

Lars-Erik Helander provided the idea (and original implementation) for the caching functionality (sampleStore).

Constructor Summary

HoldSampleSender()

Method Summary

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

Constructor Details

HoldSampleSender

public HoldSampleSender()

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.