Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.samplers » [javadoc | source]
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.
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.