org.apache.jmeter.control
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) |
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() |
addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, 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
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, removeProperty, setComment, setName, 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)
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)
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.