org.apache.jmeter.samplers
Interface Sampler
- All Superinterfaces:
- Cloneable, Serializable, TestElement
- All Known Implementing Classes:
- AbstractSampler
- public interface Sampler
- extends Serializable, TestElement
Classes which are able to generate information about an entry should
implement this interface.
- Version:
- $Revision: 1.2 $
- Author:
- $Author: jeremy_a $
Method Summary |
SampleResult |
sample(Entry e)
Obtains statistics about the given Entry, and packages the information
into a SampleResult. |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
addTestElement, clear, clone, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, traverse |
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
sample
public SampleResult sample(Entry e)
- Obtains statistics about the given Entry, and packages the information
into a SampleResult.
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.