Package org.apache.jmeter.samplers
Class StandardSampleSender
java.lang.Object
org.apache.jmeter.samplers.AbstractSampleSender
org.apache.jmeter.samplers.StandardSampleSender
- All Implemented Interfaces:
 Serializable,SampleSender
Default behaviour for remote testing.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidA sample occurred.voidThe test ended.Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender
isClientConfigured, testEnded 
- 
Constructor Details
- 
StandardSampleSender
Deprecated.only for use by test code 
 - 
 - 
Method Details
- 
testEnded
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
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
 
 -