org.apache.jmeter.control
Class TransactionSampler
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.samplers.AbstractSampler
org.apache.jmeter.control.TransactionSampler
- All Implemented Interfaces:
- Serializable, Cloneable, ConfigMergabilityIndicator, Searchable, Sampler, TestElement
public class TransactionSampler
- extends AbstractSampler
Transaction Sampler class to measure transaction times
(not exposed a a GUI class, as it is only used internally)
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
addTestElement, canRemove, clear, clearTestElementChildren, clone, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, 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 |
TransactionSampler
@Deprecated
public TransactionSampler()
- Deprecated. only for use by test code
TransactionSampler
public TransactionSampler(TransactionController controller,
String name)
sample
public SampleResult sample(Entry e)
- One cannot sample the TransactionSampler directly.
getSubSampler
public Sampler getSubSampler()
getTransactionResult
public SampleResult getTransactionResult()
getTransactionController
public TransactionController getTransactionController()
isTransactionDone
public boolean isTransactionDone()
addSubSamplerResult
public void addSubSamplerResult(SampleResult res)
setTransactionDone
protected void setTransactionDone()
setSubSampler
protected void setSubSampler(Sampler subSampler)
applies
public boolean applies(ConfigTestElement configElement)
- Description copied from class:
AbstractSampler
- Does configElement apply to Sampler
- Specified by:
applies
in interface ConfigMergabilityIndicator
- Overrides:
applies
in class AbstractSampler
- Parameters:
configElement
- ConfigTestElement
- Returns:
- boolean
- See Also:
AbstractSampler.applies(org.apache.jmeter.config.ConfigTestElement)
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.