| Home >> All >> org >> apache >> jmeter >> [ control Javadoc ] |
| | org.apache.jmeter.control.gui.* (18) |
org.apache.jmeter.control: Javadoc index of package org.apache.jmeter.control.
Package Samples:
org.apache.jmeter.control.gui
Classes:
ModuleController: The goal of ModuleController is to add modularity to JMeter. The general idea is that web applications consist of small units of functionality (i.e. Logon, Create Account, Logoff...) which consist of requests that implement the functionality. These small units of functionality can be stored in SimpleControllers as modules that can be linked together quickly to form tests. ModuleController facilitates this by acting as a pointer to any controller that sits under the WorkBench. The controller and it's subelements will be substituted in place of the ModuleController at runtime. Config elements can ...
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)
ForeachControlPanel: The user interface for a foreach controller which specifies that its subcomponents should be executed some number of times in a loop. This component can be used standalone or embedded into some other component. Copyright: 2000
Controller: This interface will typically be used in the following manner: Controller controller; //gets initialized while(!controller.isDone() && controller.hasNext()) { Sampler sampler = controller.next(); return sampler; }
RunTimeGui: The user interface for a controller which specifies that its subcomponents should be executed some number of seconds in a loop. This component can be used standalone or embedded into some other component.
LoopControlPanel: The user interface for a controller which specifies that its subcomponents should be executed some number of times in a loop. This component can be used standalone or embedded into some other component.
IfControllerPanel: The user interface for a controller which specifies that its subcomponents should be executed while a condition holds. This component can be used standalone or embedded into some other component.
ReplaceableController: This interface represents a controller that gets replaced during the compilation phase of test execution in an arbitrary way.
WorkBenchGui: JMeter GUI component representing a work bench where users can make preparations for the test plan.
TestPlanGui: JMeter GUI component representing the test plan which will be executed when the test is run.
RandomOrderController: A controller that runs its children each at most once, but in a random order.
AbstractControllerGui: This is the base class for JMeter GUI components which manage controllers.
TransactionController: Transaction Controller to measure transaction times
TransactionControllerGui: A Transaction controller component.
LogicControllerGui: A generic controller component.
RandomOrderControllerGui: GUI for RandomOrderController.
ModuleControllerGui: ModuleController Gui.
NoEntryException: TODO not used?
ForeachController
InterleaveControl
OnceOnlyController
RandomController
GenericController
IfController
| Home | Contact Us | Privacy Policy | Terms of Service |