Apache JMeter
1.9

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 $

Field Summary
static String HEADER
           
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
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
 

Field Detail

HEADER

public static final String HEADER
See Also:
Constant Field Values
Method Detail

sample

public SampleResult sample(Entry e)
Obtains statistics about the given Entry, and packages the information into a SampleResult.


Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.