org.apache.jmeter.samplers
Interface Sampler
- Cloneable, Serializable, TestElement
- AbstractSampler, AccessLogSampler, AjpSampler, BaseJMSSampler, BeanShellSampler, BSFSampler, DebugSampler, Example1, Example2, ExampleSampler, FTPSampler, HTTPSampler, HTTPSampler2, HTTPSamplerBase, JavaSampler, JDBCSampler, JMSSampler, JUnitSampler, LDAPExtSampler, LDAPSampler, MailReaderSampler, PublisherSampler, SoapSampler, SubscriberSampler, TCPSampler, TestAction, TransactionSampler, WebServiceSampler
Classes which are able to generate information about an entry should
implement this interface.
SampleResult | sample(Entry e) - Obtains statistics about the given Entry, and packages the information
into a SampleResult.
|
addTestElement , canRemove , clear , clone , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , isEnabled , isRunningVersion , isTemporary , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse |
sample
public SampleResult sample(Entry e)
Obtains statistics about the given Entry, and packages the information
into a SampleResult.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.