Class TransactionController

All Implemented Interfaces:
Serializable, Cloneable, Controller, Searchable, SampleListener, org.apache.jmeter.testelement.TestElement, TestCompilerHelper

public class TransactionController extends GenericController implements SampleListener, Controller, Serializable
Transaction Controller to measure transaction times There are two different modes for the controller: - generate additional total sample after nested samples (as in JMeter 2.2) - generate parent sampler containing the nested samples
See Also: