Package org.apache.jmeter.samplers
Class HoldSampleSender
- java.lang.Object
-
- org.apache.jmeter.samplers.AbstractSampleSender
-
- org.apache.jmeter.samplers.HoldSampleSender
-
- All Implemented Interfaces:
Serializable,SampleSender
public class HoldSampleSender extends AbstractSampleSender implements Serializable
Lars-Erik Helander provided the idea (and original implementation) for the caching functionality (sampleStore).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HoldSampleSender()Deprecated.only for use by test code
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsampleOccurred(SampleEvent e)A sample occurred.voidtestEnded(String host)The test ended.-
Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender
isClientConfigured, testEnded
-
-
-
-
Constructor Detail
-
HoldSampleSender
@Deprecated public HoldSampleSender()
Deprecated.only for use by test code
-
-
Method Detail
-
testEnded
public void testEnded(String host)
Description copied from interface:SampleSenderThe test ended. This will be called from the engine thread.- Specified by:
testEndedin interfaceSampleSender- Parameters:
host- the host that the test ended on.
-
sampleOccurred
public void sampleOccurred(SampleEvent e)
Description copied from interface:SampleSenderA sample occurred. This method will be called from the sampler thread.- Specified by:
sampleOccurredin interfaceSampleSender- Parameters:
e- a Sample Event
-
-