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
Lars-Erik Helander provided the idea (and original implementation) for the
caching functionality (sampleStore).
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
Processed by the RMI server code; acts as testStarted().void
A sample occurred.void
The test ended.Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender
isClientConfigured, testEnded
-
Constructor Details
-
HoldSampleSender
Deprecated.only for use by test code
-
-
Method Details
-
testEnded
Description copied from interface:SampleSender
The test ended. This will be called from the engine thread.- Specified by:
testEnded
in interfaceSampleSender
- Parameters:
host
- the host that the test ended on.
-
sampleOccurred
Description copied from interface:SampleSender
A sample occurred. This method will be called from the sampler thread.- Specified by:
sampleOccurred
in interfaceSampleSender
- Parameters:
e
- a Sample Event
-
readResolve
Processed by the RMI server code; acts as testStarted().- Returns:
- this
- Throws:
ObjectStreamException
- never
-