Apache JMeter
2.0.1.20050615

Serialized Form


Package org.apache.jmeter.assertions

Class org.apache.jmeter.assertions.AssertionResult extends Object implements Serializable

Serialized Fields

failure

boolean failure
True if the assertion failed.


error

boolean error
True if there was an error checking the assertion.


failureMessage

String failureMessage
A message describing the failure.

Class org.apache.jmeter.assertions.BeanShellAssertion extends AbstractTestElement implements Serializable

Serialized Fields

bshInterpreter

bsh.Interpreter bshInterpreter

Class org.apache.jmeter.assertions.DurationAssertion extends AbstractTestElement implements Serializable

Class org.apache.jmeter.assertions.HTMLAssertion extends AbstractTestElement implements Serializable

Class org.apache.jmeter.assertions.MD5HexAssertion extends AbstractTestElement implements Serializable

Class org.apache.jmeter.assertions.ResponseAssertion extends AbstractTestElement implements Serializable

Class org.apache.jmeter.assertions.SizeAssertion extends AbstractTestElement implements Serializable

Serialized Fields

comparatorErrorMessage

String comparatorErrorMessage

resultData

byte[] resultData

Class org.apache.jmeter.assertions.XMLAssertion extends AbstractTestElement implements Serializable


Package org.apache.jmeter.assertions.gui

Class org.apache.jmeter.assertions.gui.AbstractAssertionGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.assertions.gui.AssertionGui extends AbstractAssertionGui implements Serializable

Serialized Fields

responseStringButton

JRadioButton responseStringButton
Radio button indicating that the text response should be tested.


labelButton

JRadioButton labelButton
Radio button indicating that the URL should be tested.


responseMessageButton

JRadioButton responseMessageButton
Radio button indicating that the responseMessage should be tested.


responseCodeButton

JRadioButton responseCodeButton
Radio button indicating that the responseCode should be tested.


assumeSuccess

JCheckBox assumeSuccess
Checkbox to indicate whether the response should be forced successful before testing. This is intended for use when checking the status code or status message.


containsBox

JRadioButton containsBox
Radio button indicating to test if the field contains one of the patterns.


matchesBox

JRadioButton matchesBox
Radio button indicating to test if the field matches one of the patterns.


notBox

JCheckBox notBox
Checkbox indicating to test that the field does NOT contain/match the patterns.


stringTable

JTable stringTable
A table of patterns to test against.


addPattern

JButton addPattern
Button to add a new pattern.


deletePattern

JButton deletePattern
Button to delete a pattern.


tableModel

PowerTableModel tableModel
Table model for the pattern table.

Class org.apache.jmeter.assertions.gui.BeanShellAssertionGui extends AbstractAssertionGui implements Serializable

Serialized Fields

filename

JTextField filename

parameters

JTextField parameters

scriptField

JTextArea scriptField

Class org.apache.jmeter.assertions.gui.DurationAssertionGui extends AbstractAssertionGui implements Serializable

Serialized Fields

duration

JTextField duration

Class org.apache.jmeter.assertions.gui.HTMLAssertionGui extends AbstractAssertionGui implements Serializable

Serialized Fields

errorThresholdField

JTextField errorThresholdField

warningThresholdField

JTextField warningThresholdField

errorsOnly

JCheckBox errorsOnly

docTypeBox

JComboBox docTypeBox

htmlRadioButton

JRadioButton htmlRadioButton

xhtmlRadioButton

JRadioButton xhtmlRadioButton

xmlRadioButton

JRadioButton xmlRadioButton

filePanel

FilePanel filePanel

Class org.apache.jmeter.assertions.gui.MD5HexAssertionGUI extends AbstractAssertionGui implements Serializable

Serialized Fields

md5HexInput

JTextField md5HexInput

Class org.apache.jmeter.assertions.gui.SizeAssertionGui extends AbstractAssertionGui implements Serializable

Serialized Fields

size

JTextField size

equalButton

JRadioButton equalButton

notequalButton

JRadioButton notequalButton

greaterthanButton

JRadioButton greaterthanButton

lessthanButton

JRadioButton lessthanButton

greaterthanequalButton

JRadioButton greaterthanequalButton

lessthanequalButton

JRadioButton lessthanequalButton

execState

int execState

Class org.apache.jmeter.assertions.gui.XMLAssertionGui extends AbstractAssertionGui implements Serializable


Package org.apache.jmeter.config

Class org.apache.jmeter.config.Argument extends AbstractTestElement implements Serializable

Class org.apache.jmeter.config.Arguments extends ConfigTestElement implements Serializable

Class org.apache.jmeter.config.ConfigTestElement extends AbstractTestElement implements Serializable

Class org.apache.jmeter.config.LoginConfig extends ConfigTestElement implements Serializable


Package org.apache.jmeter.config.gui

Class org.apache.jmeter.config.gui.AbstractConfigGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.config.gui.ArgumentsPanel extends AbstractConfigGui implements Serializable

Serialized Fields

tableLabel

JLabel tableLabel
The title label for this component.


add

JButton add
A button for adding new arguments to the table.


delete

JButton delete
A button for removing arguments from the table.


standalone

boolean standalone
Boolean indicating whether this component is a standalong component or it is intended to be used as a subpanel for another component.

Class org.apache.jmeter.config.gui.LoginConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

username

JTextField username
Field allowing the user to enter a username.


password

JPasswordField password
Field allowing the user to enter a password.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.config.gui.SimpleConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

table

JTable table
The table of configuration parameters.


tableModel

PowerTableModel tableModel
The model for the parameter table.


add

JButton add
A button for adding new parameters to the table.


delete

JButton delete
A button for removing parameters from the table.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.


Package org.apache.jmeter.control

Class org.apache.jmeter.control.ForeachController extends GenericController implements Serializable

Serialized Fields

loopCount

int loopCount

Class org.apache.jmeter.control.GenericController extends AbstractTestElement implements Serializable

Serialized Fields

iterationListeners

LinkedList iterationListeners

subControllersAndSamplers

List subControllersAndSamplers

current

int current

iterCount

int iterCount

done

boolean done

first

boolean first

Class org.apache.jmeter.control.IfController extends GenericController implements Serializable

Class org.apache.jmeter.control.InterleaveControl extends GenericController implements Serializable

Serialized Fields

skipNext

boolean skipNext

searchStart

TestElement searchStart

currentReturnedAtLeastOne

boolean currentReturnedAtLeastOne

stillSame

boolean stillSame

Class org.apache.jmeter.control.LoopController extends GenericController implements Serializable

Serialized Fields

loopCount

int loopCount

Class org.apache.jmeter.control.ModuleController extends GenericController implements Serializable

Serialized Fields

selectedNode

JMeterTreeNode selectedNode

Class org.apache.jmeter.control.NextIsNullException extends Exception implements Serializable

Class org.apache.jmeter.control.NoEntryException extends Exception implements Serializable

Class org.apache.jmeter.control.OnceOnlyController extends GenericController implements Serializable

Class org.apache.jmeter.control.RandomController extends InterleaveControl implements Serializable

Class org.apache.jmeter.control.RandomOrderController extends GenericController implements Serializable

Class org.apache.jmeter.control.RunTime extends GenericController implements Serializable

Serialized Fields

startTime

long startTime

Class org.apache.jmeter.control.ThroughputController extends GenericController implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

globalNumExecutions

int globalNumExecutions

globalIteration

int globalIteration

numExecutions

int numExecutions
Number of iterations on which we've chosen to deliver samplers.


iteration

int iteration
Index of the current iteration. 0-based.


runThisTime

boolean runThisTime
Whether to deliver samplers on this iteration.

Class org.apache.jmeter.control.TransactionController extends GenericController implements Serializable

Serialized Fields

calls

int calls

Class org.apache.jmeter.control.WhileController extends GenericController implements Serializable


Package org.apache.jmeter.control.gui

Class org.apache.jmeter.control.gui.AbstractControllerGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.control.gui.ForeachControlPanel extends AbstractControllerGui implements Serializable

Serialized Fields

inputVal

JTextField inputVal
A field allowing the user to specify the input variable the controller should loop.


returnVal

JTextField returnVal
A field allowing the user to specify output variable the controller should return.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.control.gui.IfControllerPanel extends AbstractControllerGui implements Serializable

Serialized Fields

theCondition

JTextField theCondition
A field allowing the user to specify the number of times the controller should loop.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.control.gui.InterleaveControlGui extends AbstractControllerGui implements Serializable

Serialized Fields

style

JCheckBox style

Class org.apache.jmeter.control.gui.LogicControllerGui extends AbstractControllerGui implements Serializable

Class org.apache.jmeter.control.gui.LoopControlPanel extends AbstractControllerGui implements Serializable

Serialized Fields

infinite

JCheckBox infinite
A checkbox allowing the user to specify whether or not the controller should loop forever.


loops

JTextField loops
A field allowing the user to specify the number of times the controller should loop.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.control.gui.ModuleControllerGui extends AbstractControllerGui implements Serializable

Serialized Fields

selected

JMeterTreeNode selected

nodes

JComboBox nodes

nodesModel

DefaultComboBoxModel nodesModel

Class org.apache.jmeter.control.gui.OnceOnlyControllerGui extends AbstractControllerGui implements Serializable

Class org.apache.jmeter.control.gui.RandomControlGui extends AbstractControllerGui implements Serializable

Serialized Fields

style

JCheckBox style

Class org.apache.jmeter.control.gui.RandomOrderControllerGui extends LogicControllerGui implements Serializable

Class org.apache.jmeter.control.gui.RunTimeGui extends AbstractControllerGui implements Serializable

Serialized Fields

seconds

JTextField seconds
A field allowing the user to specify the number of seconds the controller should loop.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.control.gui.TestPlanGui extends AbstractJMeterGuiComponent implements Serializable

Serialized Fields

functionalMode

JCheckBox functionalMode
A checkbox allowing the user to specify whether or not JMeter should do functional testing.


serializedMode

JCheckBox serializedMode

argsPanel

ArgumentsPanel argsPanel
A panel allowing the user to define variables.


commentPanel

JTextArea commentPanel
A panel to contain comments on the test plan.

Class org.apache.jmeter.control.gui.ThroughputControllerGui extends AbstractControllerGui implements Serializable

Serialized Fields

styleBox

JComboBox styleBox

style

int style

throughput

JTextField throughput

perthread

JCheckBox perthread

isPerThread

boolean isPerThread

BYNUMBER_LABEL

String BYNUMBER_LABEL

BYPERCENT_LABEL

String BYPERCENT_LABEL

THROUGHPUT_LABEL

String THROUGHPUT_LABEL

THROUGHPUT

String THROUGHPUT

PERTHREAD_LABEL

String PERTHREAD_LABEL

Class org.apache.jmeter.control.gui.TransactionControllerGui extends AbstractControllerGui implements Serializable

Class org.apache.jmeter.control.gui.WhileControllerGui extends AbstractControllerGui implements Serializable

Serialized Fields

theCondition

JTextField theCondition
A field allowing the user to specify the condition (not yet used).

Class org.apache.jmeter.control.gui.WorkBenchGui extends AbstractJMeterGuiComponent implements Serializable


Package org.apache.jmeter.engine

Class org.apache.jmeter.engine.JMeterEngineException extends Exception implements Serializable

Class org.apache.jmeter.engine.RemoteJMeterEngineImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

backingEngine

JMeterEngine backingEngine

Class org.apache.jmeter.engine.StandardJMeterEngine extends Object implements Serializable

Serialized Fields

running

boolean running

serialized

boolean serialized

schcdule_run

boolean schcdule_run

test

HashTree test

host

String host


Package org.apache.jmeter.exceptions

Class org.apache.jmeter.exceptions.IllegalUserActionException extends Exception implements Serializable


Package org.apache.jmeter.functions

Class org.apache.jmeter.functions.BeanShell extends AbstractFunction implements Serializable

Class org.apache.jmeter.functions.CSVRead extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.IntSum extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.InvalidVariableException extends Exception implements Serializable

Class org.apache.jmeter.functions.IterationCounter extends AbstractFunction implements Serializable

Class org.apache.jmeter.functions.JavaScript extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.LogFunction extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.LogFunction2 extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.MachineName extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.Property extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.Property2 extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.Random extends AbstractFunction implements Serializable

Class org.apache.jmeter.functions.RegexFunction extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

templatePattern

org.apache.oro.text.regex.Pattern templatePattern

Class org.apache.jmeter.functions.SplitFunction extends AbstractFunction implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.StringFromFile extends AbstractFunction implements Serializable

Serialized Fields

myStart

int myStart

myCurrent

int myCurrent

myEnd

int myEnd

Class org.apache.jmeter.functions.ThreadNumber extends Object implements Serializable


Package org.apache.jmeter.functions.gui

Class org.apache.jmeter.functions.gui.FunctionHelper extends JDialog implements Serializable

Serialized Fields

functionList

JLabeledChoice functionList

parameterPanel

ArgumentsPanel parameterPanel

cutPasteFunction

JLabeledTextField cutPasteFunction

functionMap

Map functionMap

generateButton

JButton generateButton


Package org.apache.jmeter.gui

Class org.apache.jmeter.gui.AbstractJMeterGuiComponent extends JPanel implements Serializable

Serialized Fields

enabled

boolean enabled
Flag indicating whether or not this component is enabled.


node

JMeterTreeNode node
The tree node which this component is associated with.


namePanel

NamePanel namePanel
A GUI panel containing the name of this component.

Class org.apache.jmeter.gui.MainFrame extends JFrame implements Serializable

Serialized Fields

menuBar

JMeterMenuBar menuBar
The menu bar.


mainPanel

JScrollPane mainPanel
The main panel where components display their GUIs.


treePanel

JScrollPane treePanel
The panel where the test tree is shown.


tree

JTree tree
The test tree.


runningIcon

ImageIcon runningIcon
An image which is displayed when a test is running.


stoppedIcon

ImageIcon stoppedIcon
An image which is displayed when a test is not currently running.


runningIndicator

JButton runningIndicator
The button used to display the running/stopped image.


previousDragXLocation

int previousDragXLocation
The x coordinate of the last location where a component was dragged.


previousDragYLocation

int previousDragYLocation
The y coordinate of the last location where a component was dragged.


hosts

Set hosts
The set of currently running hosts.


stoppingMessage

JDialog stoppingMessage
A message dialog shown while JMeter threads are stopping.

Class org.apache.jmeter.gui.NamePanel extends JPanel implements Serializable

Serialized Fields

nameField

JTextField nameField
A text field containing the name.


nameLabel

JLabel nameLabel
The label for the text field.


node

JMeterTreeNode node
The node which this component is providing the name for.

Class org.apache.jmeter.gui.OnErrorPanel extends JPanel implements Serializable

Serialized Fields

continueBox

JRadioButton continueBox

stopThrdBox

JRadioButton stopThrdBox

stopTestBox

JRadioButton stopTestBox


Package org.apache.jmeter.gui.tree

Class org.apache.jmeter.gui.tree.JMeterCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.apache.jmeter.gui.tree.JMeterTreeModel extends DefaultTreeModel implements Serializable

Class org.apache.jmeter.gui.tree.JMeterTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

treeModel

JMeterTreeModel treeModel


Package org.apache.jmeter.gui.util

Class org.apache.jmeter.gui.util.ButtonPanel extends JPanel implements Serializable

Serialized Fields

add

JButton add

delete

JButton delete

edit

JButton edit

load

JButton load

save

JButton save

Class org.apache.jmeter.gui.util.FilePanel extends HorizontalPanel implements Serializable

Serialized Fields

filename

JTextField filename

label

JLabel label

browse

JButton browse

listeners

List listeners

title

String title

filetype

String filetype

Class org.apache.jmeter.gui.util.HorizontalPanel extends JPanel implements Serializable

Serialized Fields

subPanel

Box subPanel

verticalAlign

float verticalAlign

hgap

int hgap

Class org.apache.jmeter.gui.util.JDateField extends JTextField implements Serializable

Class org.apache.jmeter.gui.util.JMeterColor extends Color implements Serializable

Class org.apache.jmeter.gui.util.JMeterMenuBar extends JMenuBar implements Serializable

Serialized Fields

fileMenu

JMenu fileMenu

file_save_as

JMenuItem file_save_as

file_load

JMenuItem file_load

file_merge

JMenuItem file_merge

file_exit

JMenuItem file_exit

file_close

JMenuItem file_close

editMenu

JMenu editMenu

edit_add

JMenu edit_add

edit_remove

JMenuItem edit_remove

runMenu

JMenu runMenu

run_start

JMenuItem run_start

remote_start

JMenu remote_start

remote_start_all

JMenuItem remote_start_all

remote_engine_start

Collection remote_engine_start

run_stop

JMenuItem run_stop

run_shut

JMenuItem run_shut

remote_stop

JMenu remote_stop

remote_stop_all

JMenuItem remote_stop_all

remote_engine_stop

Collection remote_engine_stop

run_clear

JMenuItem run_clear

run_clearAll

JMenuItem run_clearAll

optionsMenu

JMenu optionsMenu

lafMenu

JMenu lafMenu

sslManager

JMenuItem sslManager

helpMenu

JMenu helpMenu

help_about

JMenuItem help_about

remoteHosts

String[] remoteHosts

remote_exit

JMenu remote_exit

remote_exit_all

JMenuItem remote_exit_all

remote_engine_exit

Collection remote_engine_exit

Class org.apache.jmeter.gui.util.PowerTableModel extends DefaultTableModel implements Serializable

Serialized Fields

model

Data model

columnClasses

Class[] columnClasses

Class org.apache.jmeter.gui.util.TextAreaTableCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

editorComponent

JTextArea editorComponent
The Swing component being edited.


delegate

TextAreaTableCellEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.

Class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate extends Object implements Serializable

Serialized Fields

value

Object value
The value of this cell.

Class org.apache.jmeter.gui.util.VerticalPanel extends JPanel implements Serializable

Serialized Fields

subPanel

Box subPanel

horizontalAlign

float horizontalAlign

vgap

int vgap


Package org.apache.jmeter.junit.stubs

Class org.apache.jmeter.junit.stubs.TestSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.processor.gui

Class org.apache.jmeter.processor.gui.AbstractPostProcessorGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.processor.gui.AbstractPreProcessorGui extends AbstractJMeterGuiComponent implements Serializable


Package org.apache.jmeter.reporters

Class org.apache.jmeter.reporters.AbstractListenerElement extends AbstractTestElement implements Serializable

Serialized Fields

listener

Visualizer listener

Class org.apache.jmeter.reporters.FileReporter extends JPanel implements Serializable

Serialized Fields

data

Hashtable data

Class org.apache.jmeter.reporters.MailerModel extends AbstractTestElement implements Serializable

Serialized Fields

failureCount

long failureCount

successCount

long successCount

failureMsgSent

boolean failureMsgSent

siteDown

boolean siteDown

successMsgSent

boolean successMsgSent

changeListener

ChangeListener changeListener
The listener for changes.

Class org.apache.jmeter.reporters.MailerResultCollector extends ResultCollector implements Serializable

Class org.apache.jmeter.reporters.ResultAction extends OnErrorTestElement implements Serializable

Class org.apache.jmeter.reporters.ResultCollector extends AbstractListenerElement implements Serializable

Class org.apache.jmeter.reporters.ResultSaver extends AbstractTestElement implements Serializable

Class org.apache.jmeter.reporters.Summariser extends AbstractTestElement implements Serializable


Package org.apache.jmeter.reporters.gui

Class org.apache.jmeter.reporters.gui.ResultActionGui extends AbstractPostProcessorGui implements Serializable

Serialized Fields

errorPanel

OnErrorPanel errorPanel

Class org.apache.jmeter.reporters.gui.ResultSaverGui extends AbstractPostProcessorGui implements Serializable

Serialized Fields

filename

JTextField filename

errorsOnly

JCheckBox errorsOnly

Class org.apache.jmeter.reporters.gui.SummariserGui extends AbstractPostProcessorGui implements Serializable


Package org.apache.jmeter.samplers

Class org.apache.jmeter.samplers.AbstractSampler extends AbstractTestElement implements Serializable

Class org.apache.jmeter.samplers.RemoteListenerWrapper extends AbstractTestElement implements Serializable

Serialized Fields

listener

RemoteSampleListener listener

holdSamples

boolean holdSamples

sampleStore

List sampleStore

Class org.apache.jmeter.samplers.RemoteSampleListenerImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

testListener

TestListener testListener

sampleListener

SampleListener sampleListener

Class org.apache.jmeter.samplers.RemoteSampleListenerWrapper extends AbstractTestElement implements Serializable

Serialized Fields

listener

RemoteSampleListener listener

Class org.apache.jmeter.samplers.RemoteTestListenerWrapper extends AbstractTestElement implements Serializable

Serialized Fields

listener

RemoteSampleListener listener

Class org.apache.jmeter.samplers.SampleEvent extends Object implements Serializable

Serialized Fields

result

SampleResult result

threadGroup

String threadGroup

Class org.apache.jmeter.samplers.SampleResult extends Object implements Serializable

Serialized Fields

responseData

byte[] responseData

responseCode

String responseCode

label

String label

samplerData

String samplerData

threadName

String threadName

responseMessage

String responseMessage

responseHeaders

String responseHeaders

contentType

String contentType

requestHeaders

String requestHeaders

timeStamp

long timeStamp

startTime

long startTime

endTime

long endTime

idleTime

long idleTime

pauseTime

long pauseTime

assertionResults

List assertionResults

subResults

List subResults

dataType

String dataType

success

boolean success

files

Set files

dataEncoding

String dataEncoding

time

long time

stopThread

boolean stopThread

stopTest

boolean stopTest

isMonitor

boolean isMonitor

location

URL location


Package org.apache.jmeter.samplers.gui

Class org.apache.jmeter.samplers.gui.AbstractSamplerGui extends AbstractJMeterGuiComponent implements Serializable


Package org.apache.jmeter.swing

Class org.apache.jmeter.swing.HtmlPane extends JTextPane implements Serializable


Package org.apache.jmeter.testbeans

Class org.apache.jmeter.testbeans.TestBean extends AbstractTestElement implements Serializable


Package org.apache.jmeter.testbeans.gui

Class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizer extends JPanel implements Serializable

Serialized Fields

beanInfo

BeanInfo beanInfo
BeanInfo object for the class of the objects being edited.


descriptors

PropertyDescriptor[] descriptors
Property descriptors from the beanInfo.


editors

PropertyEditor[] editors
Property editors -- or null if the property can't be edited. Unused if customizerClass==null.


propertyFieldLabelMessage

MessageFormat propertyFieldLabelMessage
Message format for property field labels:


propertyToolTipMessage

MessageFormat propertyToolTipMessage
Message format for property tooltips:


propertyMap

Map propertyMap
The Map we're currently customizing. Set by setObject().

Class org.apache.jmeter.testbeans.gui.TestBeanGUI extends AbstractJMeterGuiComponent implements Serializable

Serialized Fields

testBeanClass

Class testBeanClass

beanInfo

BeanInfo beanInfo

customizerClass

Class customizerClass

customizer

Customizer customizer
The single customizer if the customizer class implements SharedCustomizer, null otherwise.


customizers

Map customizers
TestElement to Customizer map if customizer is null. This is necessary to avoid the cost of creating a new customizer on each edit. The cache size needs to be limited, though, to avoid memory issues when editing very large test plans.


customizerIndexInPanel

int customizerIndexInPanel
Index of the customizer in the JPanel's child component list:


propertyMap

Map propertyMap
The property name to value map that the active customizer edits:


initialized

boolean initialized
Whether the GUI components have been created.


Package org.apache.jmeter.testelement

Class org.apache.jmeter.testelement.AbstractTestElement extends Object implements Serializable

Serialized Fields

propMap

Map propMap

temporaryProperties

Set temporaryProperties

runningVersion

boolean runningVersion

Class org.apache.jmeter.testelement.OnErrorTestElement extends AbstractTestElement implements Serializable

Class org.apache.jmeter.testelement.TestPlan extends AbstractTestElement implements Serializable

Serialized Fields

threadGroups

List threadGroups

configs

List configs

Class org.apache.jmeter.testelement.VariablesCollection extends Object implements Serializable

Serialized Fields

varMap

Map varMap

Class org.apache.jmeter.testelement.WorkBench extends AbstractTestElement implements Serializable


Package org.apache.jmeter.testelement.property

Class org.apache.jmeter.testelement.property.AbstractProperty extends Object implements Serializable

Serialized Fields

name

String name

runningVersion

boolean runningVersion

Class org.apache.jmeter.testelement.property.BooleanProperty extends AbstractProperty implements Serializable

Serialized Fields

value

boolean value

savedValue

boolean savedValue

Class org.apache.jmeter.testelement.property.CollectionProperty extends MultiProperty implements Serializable

Serialized Fields

value

Collection value

savedValue

Collection savedValue

Class org.apache.jmeter.testelement.property.DoubleProperty extends NumberProperty implements Serializable

Serialized Fields

value

double value

savedValue

double savedValue

Class org.apache.jmeter.testelement.property.FloatProperty extends NumberProperty implements Serializable

Serialized Fields

value

float value

savedValue

float savedValue

Class org.apache.jmeter.testelement.property.FunctionProperty extends AbstractProperty implements Serializable

Serialized Fields

function

CompoundVariable function

testIteration

int testIteration

cacheValue

String cacheValue

Class org.apache.jmeter.testelement.property.IntegerProperty extends NumberProperty implements Serializable

Serialized Fields

value

int value

savedValue

int savedValue

Class org.apache.jmeter.testelement.property.LongProperty extends NumberProperty implements Serializable

Serialized Fields

value

long value

savedValue

long savedValue

Class org.apache.jmeter.testelement.property.MapProperty extends MultiProperty implements Serializable

Serialized Fields

value

Map value

savedValue

Map savedValue

Class org.apache.jmeter.testelement.property.MultiProperty extends AbstractProperty implements Serializable

Class org.apache.jmeter.testelement.property.NullProperty extends AbstractProperty implements Serializable

Serialized Fields

tempValue

JMeterProperty tempValue

Class org.apache.jmeter.testelement.property.NumberProperty extends AbstractProperty implements Serializable

Class org.apache.jmeter.testelement.property.StringProperty extends AbstractProperty implements Serializable

Serialized Fields

value

String value

savedValue

String savedValue

Class org.apache.jmeter.testelement.property.TestElementProperty extends MultiProperty implements Serializable

Serialized Fields

value

TestElement value

savedValue

TestElement savedValue


Package org.apache.jmeter.threads

Class org.apache.jmeter.threads.JMeterContextService extends Object implements Serializable

Class org.apache.jmeter.threads.JMeterThread extends Object implements Serializable

Serialized Fields

initialDelay

int initialDelay

controller

Controller controller

running

boolean running

testTree

HashTree testTree

compiler

TestCompiler compiler

monitor

JMeterThreadMonitor monitor

threadName

String threadName

threadContext

JMeterContext threadContext

threadVars

JMeterVariables threadVars

testListeners

Collection testListeners

notifier

ListenerNotifier notifier

threadNum

int threadNum

startTime

long startTime

endTime

long endTime

scheduler

boolean scheduler

engine

StandardJMeterEngine engine

onErrorStopTest

boolean onErrorStopTest

onErrorStopThread

boolean onErrorStopThread

Class org.apache.jmeter.threads.ReflectionThreadGroup extends ThreadGroup implements Serializable

Class org.apache.jmeter.threads.ThreadGroup extends AbstractTestElement implements Serializable

Serialized Fields

queue

org.apache.jmeter.threads.ThreadGroup.SampleQueue queue

listeners

LinkedList listeners

remoteListeners

LinkedList remoteListeners


Package org.apache.jmeter.threads.gui

Class org.apache.jmeter.threads.gui.ThreadGroupGui extends AbstractJMeterGuiComponent implements Serializable

Serialized Fields

loopPanel

LoopControlPanel loopPanel

mainPanel

VerticalPanel mainPanel

threadInput

JTextField threadInput

rampInput

JTextField rampInput

start

JDateField start

end

JDateField end

scheduler

JCheckBox scheduler

duration

JTextField duration

delay

JTextField delay

continueBox

JRadioButton continueBox

stopThrdBox

JRadioButton stopThrdBox

stopTestBox

JRadioButton stopTestBox


Package org.apache.jmeter.timers

Class org.apache.jmeter.timers.ConstantThroughputTimer extends TestBean implements Serializable

Serialized Fields

targetTime

long targetTime
Target time for the start of the next request. The delay provided by the timer will be calculated so that the next request happens at this time.


throughput

double throughput
Desired throughput, in samples per minute.

Class org.apache.jmeter.timers.ConstantTimer extends AbstractTestElement implements Serializable

Serialized Fields

delay

long delay

Class org.apache.jmeter.timers.GaussianRandomTimer extends RandomTimer implements Serializable

Class org.apache.jmeter.timers.RandomTimer extends ConstantTimer implements Serializable

Serialized Fields

random

Random random

Class org.apache.jmeter.timers.UniformRandomTimer extends RandomTimer implements Serializable


Package org.apache.jmeter.timers.gui

Class org.apache.jmeter.timers.gui.AbstractTimerGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.timers.gui.ConstantTimerGui extends AbstractTimerGui implements Serializable

Serialized Fields

delayField

JTextField delayField

Class org.apache.jmeter.timers.gui.GaussianRandomTimerGui extends AbstractTimerGui implements Serializable

Serialized Fields

delayField

JTextField delayField

rangeField

JTextField rangeField

Class org.apache.jmeter.timers.gui.UniformRandomTimerGui extends AbstractTimerGui implements Serializable

Serialized Fields

delayField

JTextField delayField

rangeField

JTextField rangeField


Package org.apache.jmeter.util

Class org.apache.jmeter.util.LocaleChangeEvent extends EventObject implements Serializable

Serialized Fields

locale

Locale locale


Package org.apache.jmeter.visualizers

Class org.apache.jmeter.visualizers.AssertionVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

textArea

JTextArea textArea

Class org.apache.jmeter.visualizers.Graph extends JComponent implements Serializable

Serialized Fields

wantData

boolean wantData

wantAverage

boolean wantAverage

wantDeviation

boolean wantDeviation

wantThroughput

boolean wantThroughput

wantMedian

boolean wantMedian

model

GraphModel model

Class org.apache.jmeter.visualizers.GraphAccum extends JComponent implements Serializable

Serialized Fields

model

GraphAccumModel model

visualizer

GraphAccumVisualizer visualizer

noLegendYet

boolean noLegendYet
Ensure that the legends are only drawn once.


previousPts

Point[] previousPts
Keep track of previous point. Needed to draw a line joining the previous point with the current one.


previousPtsAlloc

boolean previousPtsAlloc
Ensure that previousPts is allocated once only. It'll be reused at each drawSample. It can't be allocated outside drawSample 'cos the sample is only passed in here.

Class org.apache.jmeter.visualizers.GraphAccumModel extends Object implements Serializable

Serialized Fields

name

String name

samples

List samples

listeners

List listeners

averageSum

long averageSum

variationSum

long variationSum

counter

long counter

previous

long previous

max

long max

bigChange

boolean bigChange

current

SampleResult current

Class org.apache.jmeter.visualizers.GraphAccumVisualizer extends AbstractVisualizer implements Serializable

Class org.apache.jmeter.visualizers.GraphModel extends Object implements Serializable

Serialized Fields

name

String name

samples

List samples

listeners

List listeners

bigChange

boolean bigChange

current

Sample current

startTime

long startTime

endTime

long endTime

throughputMax

int throughputMax

graphMax

long graphMax

statCalc

StatCalculator statCalc

Class org.apache.jmeter.visualizers.GraphVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

model

GraphModel model

maxYField

JTextField maxYField

minYField

JTextField minYField

noSamplesField

JTextField noSamplesField

minute

String minute

graph

Graph graph

data

JCheckBox data

average

JCheckBox average

deviation

JCheckBox deviation

throughput

JCheckBox throughput

median

JCheckBox median

dataField

JTextField dataField

averageField

JTextField averageField

deviationField

JTextField deviationField

throughputField

JTextField throughputField

medianField

JTextField medianField

Class org.apache.jmeter.visualizers.MailerVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

testerButton

JButton testerButton

addressField

JTextField addressField

fromField

JTextField fromField

smtpHostField

JTextField smtpHostField

failureSubjectField

JTextField failureSubjectField

successSubjectField

JTextField successSubjectField

failureField

JTextField failureField

failureLimitField

JTextField failureLimitField

successLimitField

JTextField successLimitField

Class org.apache.jmeter.visualizers.MonitorAccumModel extends Object implements Serializable

Serialized Fields

MAP

HashMap MAP

listeners

List listeners

DEFAULT_BUFFER

int DEFAULT_BUFFER
By default, we set the default to 800

Class org.apache.jmeter.visualizers.MonitorGraph extends JComponent implements Serializable

Serialized Fields

MODEL

MonitorAccumModel MODEL

CURRENT

MonitorModel CURRENT

CPU

boolean CPU

HEALTH

boolean HEALTH

LOAD

boolean LOAD

MEM

boolean MEM

THREAD

boolean THREAD

YGRID

boolean YGRID

XGRID

boolean XGRID

COUNT

int COUNT

GRAPHMAX

int GRAPHMAX

Class org.apache.jmeter.visualizers.MonitorHealthPanel extends JPanel implements Serializable

Serialized Fields

SERVERMAP

HashMap SERVERMAP

SERVERS

JPanel SERVERS

MODEL

MonitorAccumModel MODEL

SCROLL

JScrollPane SCROLL

plainText

Font plainText

Class org.apache.jmeter.visualizers.MonitorHealthVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

TABPANE

MonitorTabPane TABPANE

HEALTHPANE

MonitorHealthPanel HEALTHPANE

PERFPANE

MonitorPerformancePanel PERFPANE

MODEL

MonitorAccumModel MODEL

GRAPH

MonitorGraph GRAPH

Class org.apache.jmeter.visualizers.MonitorModel extends Object implements Serializable

Serialized Fields

listeners

List listeners

current

MonitorStats current

Class org.apache.jmeter.visualizers.MonitorPerformancePanel extends JSplitPane implements Serializable

Serialized Fields

TREEPANE

JScrollPane TREEPANE

GRAPHPANEL

JPanel GRAPHPANEL

SERVERTREE

JTree SERVERTREE

TREEMODEL

DefaultTreeModel TREEMODEL

GRAPH

MonitorGraph GRAPH

ROOTNODE

DefaultMutableTreeNode ROOTNODE

SERVERMAP

HashMap SERVERMAP

MODEL

MonitorAccumModel MODEL

ROOTSAMPLE

SampleResult ROOTSAMPLE

plaintext

Font plaintext

Class org.apache.jmeter.visualizers.MonitorStats extends Object implements Serializable

Serialized Fields

health

int health

load

int load

cpuload

int cpuload

memload

int memload

threadload

int threadload

host

String host

port

String port

protocol

String protocol

timestamp

long timestamp

Class org.apache.jmeter.visualizers.MonitorTabPane extends JTabbedPane implements Serializable

Class org.apache.jmeter.visualizers.Sample extends Object implements Serializable

Serialized Fields

data

long data

average

long average

median

long median

deviation

long deviation

throughput

float throughput

error

boolean error

Class org.apache.jmeter.visualizers.ServerPanel extends JPanel implements Serializable

Serialized Fields

serverField

JLabel serverField

timestampField

JLabel timestampField

prefsize

Dimension prefsize
Preference size for the health icon


healthIcon

JLabel healthIcon

loadIcon

JLabel loadIcon

Class org.apache.jmeter.visualizers.SimpleDataWriter extends AbstractVisualizer implements Serializable

Class org.apache.jmeter.visualizers.SplineVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

BACKGROUND_COLOR

Color BACKGROUND_COLOR

MINIMUM_COLOR

Color MINIMUM_COLOR

MAXIMUM_COLOR

Color MAXIMUM_COLOR

AVERAGE_COLOR

Color AVERAGE_COLOR

INCOMING_COLOR

Color INCOMING_COLOR

NUMBERS_TO_DISPLAY

int NUMBERS_TO_DISPLAY
See Also:
Constant Field Values

FILL_UP_WITH_ZEROS

boolean FILL_UP_WITH_ZEROS
See Also:
Constant Field Values

minimumLabel

JLabel minimumLabel

maximumLabel

JLabel maximumLabel

averageLabel

JLabel averageLabel

incomingLabel

JLabel incomingLabel

minimumNumberLabel

JLabel minimumNumberLabel

maximumNumberLabel

JLabel maximumNumberLabel

averageNumberLabel

JLabel averageNumberLabel

incomingNumberLabel

JLabel incomingNumberLabel

Class org.apache.jmeter.visualizers.SplineVisualizer.SplineGraph extends JComponent implements Serializable

Serialized Fields

reinterpolated

boolean reinterpolated

WAITING_COLOR

Color WAITING_COLOR

lastWidth

int lastWidth

lastHeight

int lastHeight

plot

int[] plot

Class org.apache.jmeter.visualizers.StatVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

myJTable

JTable myJTable

myScrollPane

JScrollPane myScrollPane

Class org.apache.jmeter.visualizers.TableDataModel extends GraphModel implements Serializable

Serialized Fields

urlList

List urlList

Class org.apache.jmeter.visualizers.TableVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

model

TableDataModel model

table

JTable table

dataField

JTextField dataField

averageField

JTextField averageField

deviationField

JTextField deviationField

noSamplesField

JTextField noSamplesField

tableScrollPanel

JScrollPane tableScrollPanel

Class org.apache.jmeter.visualizers.ViewResultsFullVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

textMode

boolean textMode

root

DefaultMutableTreeNode root

treeModel

DefaultTreeModel treeModel

stats

JTextPane stats

results

JEditorPane results

resultsScrollPane

JScrollPane resultsScrollPane

imageLabel

JLabel imageLabel

sampleDataField

JTextArea sampleDataField

textButton

JRadioButton textButton

htmlButton

JRadioButton htmlButton

downloadAll

JCheckBox downloadAll

jTree

JTree jTree


Package org.apache.jmeter.visualizers.gui

Class org.apache.jmeter.visualizers.gui.AbstractVisualizer extends AbstractJMeterGuiComponent implements Serializable

Serialized Fields

filePanel

FilePanel filePanel
A panel allowing results to be saved.


errorLogging

JCheckBox errorLogging
A checkbox choosing whether or not only errors should be logged.


collector

ResultCollector collector


Package org.apache.jmeter.extractor

Class org.apache.jmeter.extractor.RegexExtractor extends AbstractTestElement implements Serializable

Serialized Fields

template

Object[] template


Package org.apache.jmeter.extractor.gui

Class org.apache.jmeter.extractor.gui.RegexExtractorGui extends AbstractPostProcessorGui implements Serializable

Serialized Fields

regexField

JLabeledTextField regexField

templateField

JLabeledTextField templateField

defaultField

JLabeledTextField defaultField

matchNumberField

JLabeledTextField matchNumberField

refNameField

JLabeledTextField refNameField

useBody

JRadioButton useBody

useHeaders

JRadioButton useHeaders


Package org.apache.jmeter.modifiers

Class org.apache.jmeter.modifiers.CounterConfig extends AbstractTestElement implements Serializable

Serialized Fields

globalCounter

int globalCounter

Class org.apache.jmeter.modifiers.UserParameters extends AbstractTestElement implements Serializable

Serialized Fields

lock

Integer lock


Package org.apache.jmeter.modifiers.gui

Class org.apache.jmeter.modifiers.gui.CounterConfigGui extends AbstractPreProcessorGui implements Serializable

Serialized Fields

startField

JLabeledTextField startField

incrField

JLabeledTextField incrField

endField

JLabeledTextField endField

varNameField

JLabeledTextField varNameField

perUserField

JCheckBox perUserField

Class org.apache.jmeter.modifiers.gui.UserParametersGui extends AbstractPreProcessorGui implements Serializable

Serialized Fields

THREAD_COLUMNS

String THREAD_COLUMNS

paramTable

JTable paramTable

tableModel

PowerTableModel tableModel

numUserColumns

int numUserColumns

addParameterButton

JButton addParameterButton

addUserButton

JButton addUserButton

deleteRowButton

JButton deleteRowButton

deleteColumnButton

JButton deleteColumnButton

perIterationCheck

JCheckBox perIterationCheck


Package org.apache.jmeter.protocol.http.config

Class org.apache.jmeter.protocol.http.config.MultipartUrlConfig extends Object implements Serializable

Serialized Fields

boundary

String boundary

filename

String filename

fileField

String fileField

mimetype

String mimetype

args

Arguments args


Package org.apache.jmeter.protocol.http.config.gui

Class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui extends AbstractConfigGui implements Serializable

Serialized Fields

protocol

JLabeledTextField protocol

domain

JLabeledTextField domain

path

JLabeledTextField path

port

JLabeledTextField port

argPanel

HTTPArgumentsPanel argPanel

Class org.apache.jmeter.protocol.http.config.gui.MultipartUrlConfigGui extends UrlConfigGui implements Serializable

Serialized Fields

filenameField

JTextField filenameField

paramNameField

JTextField paramNameField

mimetypeField

JTextField mimetypeField

Class org.apache.jmeter.protocol.http.config.gui.UrlConfigGui extends JPanel implements Serializable

Serialized Fields

argsPanel

HTTPArgumentsPanel argsPanel

domain

JTextField domain

port

JTextField port

protocol

JTextField protocol

path

JTextField path

followRedirects

JCheckBox followRedirects

autoRedirects

JCheckBox autoRedirects

useKeepAlive

JCheckBox useKeepAlive

post

JRadioButton post

get

JRadioButton get


Package org.apache.jmeter.protocol.http.control

Class org.apache.jmeter.protocol.http.control.AuthManager extends ConfigTestElement implements Serializable

Class org.apache.jmeter.protocol.http.control.Authorization extends AbstractTestElement implements Serializable

Class org.apache.jmeter.protocol.http.control.Cookie extends AbstractTestElement implements Serializable

Class org.apache.jmeter.protocol.http.control.CookieManager extends ConfigTestElement implements Serializable

Serialized Fields

dateFormat

SimpleDateFormat dateFormat

Class org.apache.jmeter.protocol.http.control.Header extends AbstractTestElement implements Serializable

Class org.apache.jmeter.protocol.http.control.HeaderManager extends ConfigTestElement implements Serializable

Serialized Fields

SOAPHeader

Object SOAPHeader
Apache SOAP driver does not provide an easy way to get and set the cookie or HTTP header. Therefore it is necessary to store the SOAPHTTPConnection object and reuse it.

Class org.apache.jmeter.protocol.http.control.RecordingController extends GenericController implements Serializable


Package org.apache.jmeter.protocol.http.control.gui

Class org.apache.jmeter.protocol.http.control.gui.AccessLogSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

parserClassName

JLabeledTextField parserClassName

generatorClassName

JLabeledTextField generatorClassName

HOSTNAME

JLabeledTextField HOSTNAME

PORT

JLabeledTextField PORT

logFile

FilePanel logFile

getImages

JCheckBox getImages

PORTNUMBER

int PORTNUMBER

DEFAULT_GENERATOR

String DEFAULT_GENERATOR

DEFAULT_PARSER

String DEFAULT_PARSER

SAMPLER

AccessLogSampler SAMPLER

plainText

Font plainText
This is the font for the note.


noteMessage

JLabel noteMessage

noteMessage2

JLabel noteMessage2

noteMessage3

JLabel noteMessage3

Class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui extends AbstractSamplerGui implements Serializable

Serialized Fields

urlConfigGui

UrlConfigGui urlConfigGui

getImages

JCheckBox getImages

isMon

JCheckBox isMon

Class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui2 extends AbstractSamplerGui implements Serializable

Serialized Fields

urlConfigGui

UrlConfigGui urlConfigGui

getImages

JCheckBox getImages

isMon

JCheckBox isMon

Class org.apache.jmeter.protocol.http.control.gui.RecordController extends LogicControllerGui implements Serializable

Class org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

urlField

JLabeledTextField urlField

soapXml

JLabeledTextArea soapXml

Class org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

urlField

JLabeledTextField urlField

soapAction

JLabeledTextField soapAction

soapXml

JLabeledTextArea soapXml

wsdlField

JLabeledTextField wsdlField

wsdlButton

JButton wsdlButton

selectButton

JButton selectButton

wsdlMethods

JLabeledChoice wsdlMethods

HELPER

WSDLHelper HELPER

soapXmlFile

FilePanel soapXmlFile

randomXmlFile

JLabeledTextField randomXmlFile

wsdlMessage

JLabel wsdlMessage
We create several JLabel objects to display usage instructions in the GUI. The reason there are multiple labels is to make sure it displays correctly.


wsdlMessage2

JLabel wsdlMessage2

wsdlMessage3

JLabel wsdlMessage3

wsdlMessage4

JLabel wsdlMessage4

wsdlMessage5

JLabel wsdlMessage5

plainText

Font plainText
This is the font for the note.


memCache

JCheckBox memCache
checkbox for memory cache.


readResponse

JCheckBox readResponse
checkbox for reading the response


useProxy

JCheckBox useProxy
checkbox for use proxy


proxyHost

JLabeledTextField proxyHost
text field for the proxy host


proxyPort

JLabeledTextField proxyPort
text field for the proxy port


readMessage

JLabel readMessage
Text note about read response and it's usage.


readMessage2

JLabel readMessage2

readMessage3

JLabel readMessage3

proxyMessage

JLabel proxyMessage
Text note for proxy


proxyMessage2

JLabel proxyMessage2

proxyMessage3

JLabel proxyMessage3


Package org.apache.jmeter.protocol.http.gui

Class org.apache.jmeter.protocol.http.gui.AuthPanel extends AbstractConfigGui implements Serializable

Serialized Fields

tableModel

org.apache.jmeter.protocol.http.gui.AuthPanel.InnerTableModel tableModel

authTable

JTable authTable
A table to show the authentication information.


addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

Class org.apache.jmeter.protocol.http.gui.CookiePanel extends AbstractConfigGui implements Serializable

Serialized Fields

cookieTable

JTable cookieTable

tableModel

PowerTableModel tableModel

clearEachIteration

JCheckBox clearEachIteration

addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

Class org.apache.jmeter.protocol.http.gui.HeaderPanel extends AbstractConfigGui implements Serializable

Serialized Fields

tableModel

org.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel

headerTable

JTable headerTable
A table to show the authentication information.


addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

Class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanel extends ArgumentsPanel implements Serializable


Package org.apache.jmeter.protocol.http.modifier

Class org.apache.jmeter.protocol.http.modifier.AnchorModifier extends AbstractTestElement implements Serializable

Class org.apache.jmeter.protocol.http.modifier.ParamMask extends AbstractTestElement implements Serializable

Serialized Fields

PREFIX

String PREFIX

FIELD_NAME

String FIELD_NAME

UPPER_BOUND

String UPPER_BOUND

LOWER_BOUND

String LOWER_BOUND

INCREMENT

String INCREMENT

SUFFIX

String SUFFIX

_value

long _value

Class org.apache.jmeter.protocol.http.modifier.ParamModifier extends AbstractTestElement implements Serializable

Class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier extends AbstractTestElement implements Serializable

Serialized Fields

pathExtensionEqualsQuestionmarkRegexp

org.apache.oro.text.regex.Pattern pathExtensionEqualsQuestionmarkRegexp

pathExtensionEqualsNoQuestionmarkRegexp

org.apache.oro.text.regex.Pattern pathExtensionEqualsNoQuestionmarkRegexp

parameterRegexp

org.apache.oro.text.regex.Pattern parameterRegexp

pathExtensionNoEqualsQuestionmarkRegexp

org.apache.oro.text.regex.Pattern pathExtensionNoEqualsQuestionmarkRegexp

pathExtensionNoEqualsNoQuestionmarkRegexp

org.apache.oro.text.regex.Pattern pathExtensionNoEqualsNoQuestionmarkRegexp

Class org.apache.jmeter.protocol.http.modifier.UserParameterModifier extends ConfigTestElement implements Serializable

Serialized Fields

allAvailableUsers

UserSequence allAvailableUsers

Class org.apache.jmeter.protocol.http.modifier.UserSequence extends Object implements Serializable

Serialized Fields

allUsers

List allUsers

indexOfUsers

Iterator indexOfUsers


Package org.apache.jmeter.protocol.http.modifier.gui

Class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGui extends AbstractPreProcessorGui implements Serializable

Class org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui extends AbstractPreProcessorGui implements Serializable

Serialized Fields

_fieldName

JTextField _fieldName

_prefix

JTextField _prefix

_lowerBound

JTextField _lowerBound

_upperBound

JTextField _upperBound

_increment

JTextField _increment

_suffix

JTextField _suffix

Class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui extends AbstractPreProcessorGui implements Serializable

Serialized Fields

argumentName

JLabeledTextField argumentName

pathExt

JCheckBox pathExt

pathExtNoEquals

JCheckBox pathExtNoEquals

pathExtNoQuestionmark

JCheckBox pathExtNoQuestionmark

Class org.apache.jmeter.protocol.http.modifier.gui.UserParameterModifierGui extends AbstractPreProcessorGui implements Serializable

Serialized Fields

fileNameField

JTextField fileNameField


Package org.apache.jmeter.protocol.http.parser

Class org.apache.jmeter.protocol.http.parser.HTMLParseError extends Error implements Serializable

Serialized Fields

savedCause

Throwable savedCause

Class org.apache.jmeter.protocol.http.parser.HTMLParseException extends Exception implements Serializable

Serialized Fields

savedCause

Throwable savedCause


Package org.apache.jmeter.protocol.http.proxy

Class org.apache.jmeter.protocol.http.proxy.ProxyControl extends GenericController implements Serializable

Serialized Fields

server

Daemon server

lastTime

long lastTime

addAssertions

boolean addAssertions

groupingMode

int groupingMode

useKeepAlive

boolean useKeepAlive

target

JMeterTreeNode target
Tree node where the samples should be stored.

This property is not persistent.


Package org.apache.jmeter.protocol.http.proxy.gui

Class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui extends LogicControllerGui implements Serializable

Serialized Fields

portField

JTextField portField

httpHeaders

JCheckBox httpHeaders
Used to indicate that HTTP request headers should be captured. The default is to capture the HTTP request headers, which are specific to particular browser settings.


groupingMode

JComboBox groupingMode
Whether to group requests together based on inactivity separation periods -- and how to handle such grouping afterwards.


addAssertions

JCheckBox addAssertions
Add an Assertion to the first sample of each set


useKeepAlive

JCheckBox useKeepAlive
Set/clear the Use Keep-Alive box on the samplers (default is true)


targetNodes

JComboBox targetNodes
List of available target controllers


targetNodesModel

DefaultComboBoxModel targetNodesModel

model

ProxyControl model

excludeTable

JTable excludeTable

excludeModel

PowerTableModel excludeModel

includeTable

JTable includeTable

includeModel

PowerTableModel includeModel

stop

JButton stop

start

JButton start

restart

JButton restart


Package org.apache.jmeter.protocol.http.sampler

Class org.apache.jmeter.protocol.http.sampler.AccessLogSampler extends HTTPSampler implements Serializable

Serialized Fields

GENERATORCLASS

Class GENERATORCLASS

PARSERCLASS

Class PARSERCLASS

Class org.apache.jmeter.protocol.http.sampler.HTTPSampler extends HTTPSamplerBase implements Serializable

Class org.apache.jmeter.protocol.http.sampler.HTTPSampler2 extends HTTPSamplerBase implements Serializable

Class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase extends AbstractSampler implements Serializable

Serialized Fields

dynamicPath

boolean dynamicPath

Class org.apache.jmeter.protocol.http.sampler.HTTPSampleResult extends SampleResult implements Serializable

Serialized Fields

method

String method

redirectLocation

String redirectLocation

cookies

String cookies

queryString

String queryString

Class org.apache.jmeter.protocol.http.sampler.SoapSampler extends HTTPSampler implements Serializable

Class org.apache.jmeter.protocol.http.sampler.WebServiceSampler extends HTTPSampler implements Serializable

Serialized Fields

SOAPACTION

String SOAPACTION
The SOAPAction is required by MS webservices and is defined by the WSDL.


XMLMSG

org.w3c.dom.Document XMLMSG
The XML document


FILE_COUNT

int FILE_COUNT
size of File[] array


FILE_LIST

File[] FILE_LIST
List of files that have .xml extension


RANDOM

Random RANDOM
Random class for generating random numbers.


FILE_CONTENTS

String FILE_CONTENTS


Package org.apache.jmeter.protocol.http.util

Class org.apache.jmeter.protocol.http.util.HTTPArgument extends Argument implements Serializable

Class org.apache.jmeter.protocol.http.util.WSDLException extends Exception implements Serializable


Package org.apache.jmeter.protocol.http.util.accesslog

Class org.apache.jmeter.protocol.http.util.accesslog.StandardGenerator extends Object implements Serializable

Serialized Fields

SAMPLE

HTTPSampler SAMPLE

FILENAME

String FILENAME

FILE

File FILE


Package org.apache.jmeter.protocol.ftp.config

Class org.apache.jmeter.protocol.ftp.config.FtpConfig extends ConfigTestElement implements Serializable


Package org.apache.jmeter.protocol.ftp.config.gui

Class org.apache.jmeter.protocol.ftp.config.gui.FtpConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

server

JTextField server

filename

JTextField filename

displayName

boolean displayName


Package org.apache.jmeter.protocol.ftp.control.gui

Class org.apache.jmeter.protocol.ftp.control.gui.FtpTestSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

loginPanel

LoginConfigGui loginPanel

ftpDefaultPanel

FtpConfigGui ftpDefaultPanel


Package org.apache.jmeter.protocol.ftp.sampler

Class org.apache.jmeter.protocol.ftp.sampler.FTPSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.protocol.jdbc.config.gui

Class org.apache.jmeter.protocol.jdbc.config.gui.DbConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

urlField

JTextField urlField

driverField

JTextField driverField

displayName

boolean displayName

loginGui

LoginConfigGui loginGui

Class org.apache.jmeter.protocol.jdbc.config.gui.PoolConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

connField

JTextField connField

maxUseField

JTextField maxUseField

displayName

boolean displayName

Class org.apache.jmeter.protocol.jdbc.config.gui.SqlConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

sqlField

JTextArea sqlField

displayName

boolean displayName


Package org.apache.jmeter.protocol.jdbc.control.gui

Class org.apache.jmeter.protocol.jdbc.control.gui.JdbcTestSampleGui extends AbstractSamplerGui implements Serializable

Serialized Fields

poolGui

PoolConfigGui poolGui

dbGui

DbConfigGui dbGui

sqlGui

SqlConfigGui sqlGui


Package org.apache.jmeter.protocol.jdbc.sampler

Class org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler extends AbstractSampler implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws NotActiveException,
                        IOException,
                        ClassNotFoundException


Package org.apache.jmeter.protocol.jdbc.util

Class org.apache.jmeter.protocol.jdbc.util.ConnectionPoolException extends Exception implements Serializable

Class org.apache.jmeter.protocol.jdbc.util.DBKey extends Object implements Serializable

Serialized Fields

driver

String driver

url

String url

username

String username

password

String password

Class org.apache.jmeter.protocol.jdbc.util.NoConnectionsAvailableException extends ConnectionPoolException implements Serializable


Package org.apache.jmeter.protocol.java.config

Class org.apache.jmeter.protocol.java.config.JavaConfig extends ConfigTestElement implements Serializable


Package org.apache.jmeter.protocol.java.config.gui

Class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

classnameCombo

JComboBox classnameCombo
A combo box allowing the user to choose a test class.


displayName

boolean displayName
Indicates whether or not the name of this component should be displayed as part of the GUI. If true, this is a standalone component. If false, it is embedded in some other component.


argsPanel

ArgumentsPanel argsPanel
A panel allowing the user to set arguments for this test.


Package org.apache.jmeter.protocol.java.control.gui

Class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

filename

JTextField filename

parameters

JTextField parameters

scriptField

JTextArea scriptField

Class org.apache.jmeter.protocol.java.control.gui.BSFSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

scriptField

JTextArea scriptField

langField

JTextField langField

filename

JTextField filename

parameters

JTextField parameters

Class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

javaPanel

JavaConfigGui javaPanel
Panel containing the configuration options.


Package org.apache.jmeter.protocol.java.sampler

Class org.apache.jmeter.protocol.java.sampler.BeanShellSampler extends AbstractSampler implements Serializable

Serialized Fields

bshInterpreter

bsh.Interpreter bshInterpreter

Class org.apache.jmeter.protocol.java.sampler.BSFSampler extends AbstractSampler implements Serializable

Serialized Fields

bsfEngine

org.apache.bsf.BSFEngine bsfEngine

Class org.apache.jmeter.protocol.java.sampler.JavaSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.protocol.java.test

Class org.apache.jmeter.protocol.java.test.JavaTest extends AbstractJavaSamplerClient implements Serializable

Serialized Fields

sleepTime

long sleepTime
The base number of milliseconds to sleep during each sample.


sleepMask

long sleepMask
A mask to be applied to the current time in order to add a semi-random component to the sleep time.


label

String label
The label to store in the sample result.


responseMessage

String responseMessage
The response message to store in the sample result.


responseCode

String responseCode
The response code to be stored in the sample result.


samplerData

String samplerData
The sampler data (shown as Request Data in the Tree display).


resultData

String resultData
Holds the result data (shown as Response Data in the Tree display).


success

boolean success
The success status to be stored in the sample result.

Class org.apache.jmeter.protocol.java.test.SleepTest extends AbstractJavaSamplerClient implements Serializable

Serialized Fields

sleepTime

long sleepTime
The base number of milliseconds to sleep during each sample.


sleepMask

long sleepMask
A mask to be applied to the current time in order to add a random component to the sleep time.


Package org.apache.jorphan.collections

Class org.apache.jorphan.collections.Data extends Object implements Serializable

Serialized Fields

data

Map data

header

ArrayList header

currentPos

int currentPos

size

int size

Class org.apache.jorphan.collections.HashTree extends Object implements Serializable

Serialization Methods

readObject

void readObject(ObjectInputStream ois)
          throws ClassNotFoundException,
                 IOException
Method readObject.


writeObject

void writeObject(ObjectOutputStream oos)
           throws IOException
Serialized Fields

data

Map data

Class org.apache.jorphan.collections.ListedHashTree extends HashTree implements Serializable

Serialization Methods

readObject

void readObject(ObjectInputStream ois)
          throws ClassNotFoundException,
                 IOException

writeObject

void writeObject(ObjectOutputStream oos)
           throws IOException
Serialized Fields

order

List order

Class org.apache.jorphan.collections.SortedHashTree extends HashTree implements Serializable

Serialized Fields

comparator

Comparator comparator


Package org.apache.jorphan.gui

Class org.apache.jorphan.gui.JLabeledChoice extends JPanel implements Serializable

Serialized Fields

mLabel

JLabel mLabel

choiceList

JComboBox choiceList

mChangeListeners

ArrayList mChangeListeners

delete

JButton delete

add

JButton add

Class org.apache.jorphan.gui.JLabeledPasswordField extends JLabeledTextField implements Serializable

Class org.apache.jorphan.gui.JLabeledTextArea extends JPanel implements Serializable

Serialized Fields

mLabel

JLabel mLabel

mTextArea

JTextArea mTextArea

mChangeListeners

ArrayList mChangeListeners

oldValue

String oldValue

Class org.apache.jorphan.gui.JLabeledTextField extends JPanel implements Serializable

Serialized Fields

mLabel

JLabel mLabel

mTextField

JTextField mTextField

mChangeListeners

ArrayList mChangeListeners

oldValue

String oldValue

Class org.apache.jorphan.gui.ObjectTableModel extends DefaultTableModel implements Serializable


Package org.apache.jorphan.gui.layout

Class org.apache.jorphan.gui.layout.VerticalLayout extends Object implements Serializable

Serialized Fields

vgap

int vgap
The vertical vgap between components...defaults to 5.


alignment

int alignment
LEFT, RIGHT, CENTER or BOTH...how the components are justified.


anchor

int anchor
TOP, BOTTOM or CENTER ...where are the components positioned in an overlarge space.


Package org.apache.jorphan.io

Class org.apache.jorphan.io.TextFile extends File implements Serializable

Serialized Fields

encoding

String encoding
File encoding. null means use the platform's default.


Package org.apache.jorphan.math

Class org.apache.jorphan.math.StatCalculator extends Object implements Serializable

Serialized Fields

values

List values

sum

double sum

sumOfSquares

double sumOfSquares

mean

double mean

deviation

double deviation

count

int count


Package org.apache.jorphan.util

Class org.apache.jorphan.util.JMeterError extends Error implements Serializable

Serialized Fields

savedCause

Throwable savedCause

Class org.apache.jorphan.util.JMeterException extends Exception implements Serializable

Serialized Fields

savedCause

Throwable savedCause

Class org.apache.jorphan.util.JMeterStopTestException extends RuntimeException implements Serializable

Class org.apache.jorphan.util.JMeterStopThreadException extends RuntimeException implements Serializable


Package org.apache.jmeter.protocol.ldap.config

Class org.apache.jmeter.protocol.ldap.config.LdapConfig extends ConfigTestElement implements Serializable


Package org.apache.jmeter.protocol.ldap.config.gui

Class org.apache.jmeter.protocol.ldap.config.gui.LdapConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

rootdn

JTextField rootdn

searchbase

JTextField searchbase

searchfilter

JTextField searchfilter

delete

JTextField delete

add

JTextField add

modify

JTextField modify

servername

JTextField servername

port

JTextField port

user_Defined

JCheckBox user_Defined

addTest

JRadioButton addTest

modifyTest

JRadioButton modifyTest

deleteTest

JRadioButton deleteTest

searchTest

JRadioButton searchTest

bGroup

ButtonGroup bGroup

displayName

boolean displayName

tableAddPanel

ArgumentsPanel tableAddPanel

tableModifyPanel

ArgumentsPanel tableModifyPanel

cards

JPanel cards


Package org.apache.jmeter.protocol.ldap.control.gui

Class org.apache.jmeter.protocol.ldap.control.gui.LdapTestSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

loginPanel

LoginConfigGui loginPanel

ldapDefaultPanel

LdapConfigGui ldapDefaultPanel


Package org.apache.jmeter.protocol.ldap.sampler

Class org.apache.jmeter.protocol.ldap.sampler.LDAPSampler extends AbstractSampler implements Serializable

Serialized Fields

searchFoundEntries

boolean searchFoundEntries


Package org.apache.jmeter.protocol.tcp.config

Class org.apache.jmeter.protocol.tcp.config.TCPConfig extends ConfigTestElement implements Serializable


Package org.apache.jmeter.protocol.tcp.config.gui

Class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGui extends AbstractConfigGui implements Serializable

Serialized Fields

server

JTextField server

port

JTextField port

timeout

JTextField timeout

setNoDelay

JCheckBox setNoDelay

requestData

JTextArea requestData

displayName

boolean displayName


Package org.apache.jmeter.protocol.tcp.control.gui

Class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

loginPanel

LoginConfigGui loginPanel

TcpDefaultPanel

TCPConfigGui TcpDefaultPanel


Package org.apache.jmeter.protocol.tcp.sampler

Class org.apache.jmeter.protocol.tcp.sampler.TCPSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.examples.sampler

Class org.apache.jmeter.examples.sampler.ExampleSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.examples.sampler.gui

Class org.apache.jmeter.examples.sampler.gui.ExampleSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

data

JTextField data


Package org.apache.jmeter.examples.testbeans.example1

Class org.apache.jmeter.examples.testbeans.example1.Example1 extends TestBean implements Serializable


Package org.apache.jmeter.examples.testbeans.example2

Class org.apache.jmeter.examples.testbeans.example2.Example2 extends TestBean implements Serializable


Apache JMeter
2.0.1.20050615

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