Apache JMeter
2.0.1.20050615

org.apache.jmeter.samplers
Interface Sampler

All Superinterfaces:
Cloneable, Serializable, TestElement
All Known Implementing Classes:
AbstractSampler, Example1, Example2

public interface Sampler
extends Serializable, TestElement

Classes which are able to generate information about an entry should implement this interface.

Version:
$Revision: 1.5.2.1 $ Last updated: $Date: 2004/10/13 01:02:28 $
Author:
unattributed

Field Summary
 
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, canRemove, clear, clone, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse
 

Method Detail

sample

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


Apache JMeter
2.0.1.20050615

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