public class TransactionSampler extends AbstractSampler
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
TransactionSampler()
Deprecated.
only for use by test code
|
TransactionSampler(TransactionController controller,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addSubSamplerResult(SampleResult res) |
boolean |
applies(ConfigTestElement configElement)
Does configElement apply to Sampler
|
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() |
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, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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, removed, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse
@Deprecated public TransactionSampler()
public TransactionSampler(TransactionController controller, String name)
public SampleResult sample(Entry e)
e
- the Entry (TODO seems to be unused)public Sampler getSubSampler()
public SampleResult getTransactionResult()
public TransactionController getTransactionController()
public boolean isTransactionDone()
public void addSubSamplerResult(SampleResult res)
protected void setTransactionDone()
protected void setSubSampler(Sampler subSampler)
public boolean applies(ConfigTestElement configElement)
AbstractSampler
applies
in interface ConfigMergabilityIndicator
applies
in class AbstractSampler
configElement
- ConfigTestElement
AbstractSampler.applies(org.apache.jmeter.config.ConfigTestElement)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.