Apache JMeter

Package org.apache.jmeter.control

Interface Summary
Controller This interface will typically be used in the following manner: Controller controller; //gets initialized while(!
ReplaceableController This interface represents a controller that gets replaced during the compilation phase of test execution in an arbitrary way.
 

Class Summary
ForeachController  
GenericController  
IfController  
IncludeController  
InterleaveControl  
LoopController  
ModuleController The goal of ModuleController is to add modularity to JMeter.
OnceOnlyController  
RandomController  
RandomOrderController A controller that runs its children each at most once, but in a random order.
RunTime  
SwitchController  
ThroughputController This class represents a controller that can controll the number of times that it is executed, either by the total number of times the user wants the controller executed (BYNUMBER) or by the percentage of time it is called (BYPERCENT)
TransactionController 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
TransactionSampler Transaction Controller to measure transaction times
WhileController  
 

Exception Summary
NextIsNullException  
 


Apache JMeter

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