Apache JMeter
2.1.1

org.apache.jmeter.samplers
Class HoldSampleSender

java.lang.Object
  extended byorg.apache.jmeter.samplers.HoldSampleSender
All 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).

See Also:
Serialized Form

Method Summary
 void SampleOccurred(SampleEvent e)
          A sample occurred
 void testEnded()
          The test ended
 void testEnded(String host)
          The test ended
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

testEnded

public void testEnded()
Description copied from interface: SampleSender
The test ended

Specified by:
testEnded in interface SampleSender

testEnded

public void testEnded(String host)
Description copied from interface: SampleSender
The test ended

Specified by:
testEnded in interface SampleSender
Parameters:
host - the host that the test ended on.

SampleOccurred

public void SampleOccurred(SampleEvent e)
Description copied from interface: SampleSender
A sample occurred

Specified by:
SampleOccurred in interface SampleSender
Parameters:
e - a Sample Event

Apache JMeter
2.1.1

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