org.apache.jmeter.samplers
public interface: Sampler [javadoc |
source]
All Implemented Interfaces:
TestElement, Serializable
Classes which are able to generate information about an entry should
implement this interface.
- version:
$
- Revision: 674365 $
Method from org.apache.jmeter.samplers.Sampler Summary: |
---|
sample |
Method from org.apache.jmeter.samplers.Sampler Detail: |
public SampleResult sample(Entry e)
Obtains statistics about the given Entry, and packages the information
into a SampleResult. |