org.apache.jmeter.control

Class TransactionSampler

Implemented Interfaces:
Cloneable, Sampler, Serializable, 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)

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Constructor Summary

TransactionSampler()
TransactionSampler(TransactionController controller, String name)

Method Summary

void
addSubSamplerResult(SampleResult res)
Sampler
getSubSampler()
TransactionController
getTransactionController()
SampleResult
getTransactionResult()
boolean
isTransactionDone()
SampleResult
sample(Entry e)
One cannot sample the TransactionSampler directly.
protected void
setSubSampler(Sampler subSampler)
protected void
setTransactionDone()

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, 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

Constructor Details

TransactionSampler

public TransactionSampler()

TransactionSampler

public TransactionSampler(TransactionController controller,
                          String name)

Method Details

addSubSamplerResult

public void addSubSamplerResult(SampleResult res)

getSubSampler

public Sampler getSubSampler()

getTransactionController

public TransactionController getTransactionController()

getTransactionResult

public SampleResult getTransactionResult()

isTransactionDone

public boolean isTransactionDone()

sample

public SampleResult sample(Entry e)
One cannot sample the TransactionSampler directly.
Specified by:
sample in interface Sampler

setSubSampler

protected void setSubSampler(Sampler subSampler)

setTransactionDone

protected void setTransactionDone()

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