Apache JMeter

Serialized Form


Package org.apache.jmeter.assertions

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

Serialized Fields

name

String name
Name of the assertion.


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 BeanShellTestElement implements Serializable

serialVersionUID: 3l

Class org.apache.jmeter.assertions.BSFAssertion extends BSFTestElement implements Serializable

serialVersionUID: 234l

Class org.apache.jmeter.assertions.DurationAssertion extends AbstractScopedAssertion 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 AbstractScopedAssertion implements Serializable

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

serialVersionUID: 233l

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

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

serialVersionUID: 233l

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


Package org.apache.jmeter.assertions.gui

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

Serialized Fields

assertionScopePanel

AssertionScopePanel assertionScopePanel

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.


urlButton

JRadioButton urlButton
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.


responseHeadersButton

JRadioButton responseHeadersButton
Radio button indicating that the headers 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.


equalsBox

JRadioButton equalsBox
Radio button indicating if the field equals the string.


substringBox

JRadioButton substringBox
Radio button indicating if the field contains the string.


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.AssertionScopePanel extends JPanel implements Serializable

Serialized Fields

parentButton

JRadioButton parentButton

childButton

JRadioButton childButton

allButton

JRadioButton allButton

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

Serialized Fields

resetInterpreter

JCheckBox resetInterpreter

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

serialVersionUID: 1l

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

Class org.apache.jmeter.assertions.gui.XMLConfPanel extends JPanel implements Serializable

Serialized Fields

validate

JCheckBox validate

tolerant

JCheckBox tolerant

whitespace

JCheckBox whitespace

namespace

JCheckBox namespace

quiet

JCheckBox quiet

reportErrors

JCheckBox reportErrors

showWarnings

JCheckBox showWarnings

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

Serialized Fields

xmlSchema

JTextField xmlSchema

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

Serialized Fields

xpath

XPathPanel xpath

xml

XMLConfPanel xml

Class org.apache.jmeter.assertions.gui.XPathPanel extends JPanel implements Serializable

Serialized Fields

negated

JCheckBox negated

xpath

JTextField xpath

checkXPath

JButton checkXPath


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.CSVDataSet extends ConfigTestElement implements Serializable

serialVersionUID: 232l

Serialization Methods

readResolve

private Object readResolve()

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

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

serialVersionUID: 233l

Serialized Fields

minimumValue

String minimumValue

maximumValue

String maximumValue

variableName

String variableName

outputFormat

String outputFormat

randomSeed

String randomSeed

perThread

boolean perThread

globalRandom

Random globalRandom

n

int n

minimum

long minimum


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.


background

Color background
Added background support for reporting tool


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.ObsoleteGui extends AbstractJMeterGuiComponent implements Serializable

Serialized Fields

obsoleteMessage

JLabel obsoleteMessage

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

serialVersionUID: 233l

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

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

Serialized Fields

SUBTREE

HashTree SUBTREE

SUB

TestElement SUB

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

serialVersionUID: 233l

Serialized Fields

skipNext

boolean skipNext

currentReturnedAtLeastOne

boolean currentReturnedAtLeastOne

stillSame

boolean stillSame

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

serialVersionUID: 232l

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.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

loopCount

int loopCount

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

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

serialVersionUID: 233l

Serialized Fields

counterLock

String counterLock

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

serialVersionUID: 233l

Serialization Methods

readResolve

private Object readResolve()

Class org.apache.jmeter.control.TransactionSampler extends AbstractSampler implements Serializable

Serialized Fields

transactionDone

boolean transactionDone

transactionController

TransactionController transactionController

subSampler

Sampler subSampler

transactionSampleResult

SampleResult transactionSampleResult

calls

int calls

noFailingSamples

int noFailingSamples

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

serialVersionUID: 232l


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.


useSeparator

JCheckBox useSeparator

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.


useExpression

JCheckBox useExpression

evaluateAll

JCheckBox evaluateAll

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.IncludeControllerGui extends AbstractControllerGui implements Serializable

Serialized Fields

includePanel

FilePanel includePanel

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

warningLabel

JLabel warningLabel

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.ReportGui extends AbstractReportGui implements Serializable

Serialized Fields

serializedMode

JCheckBox serializedMode

commentPanel

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


baseDir

DirectoryPanel baseDir

argsPanel

ArgumentsPanel argsPanel
A panel allowing the user to define variables.

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.SwitchControllerGui extends AbstractControllerGui implements Serializable

Serialized Fields

switchValue

JTextField switchValue

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.


browseJar

FileListPanel browseJar

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

PERTHREAD_LABEL

String PERTHREAD_LABEL

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

Serialized Fields

parent

JCheckBox parent

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


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.InvalidVariableException extends Exception 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

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


namePanel

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


commentPanel

CommentPanel commentPanel

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

Serialized Fields

commentField

JTextArea commentField
A text field containing the comment.

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.


totalThreads

JLabel totalThreads

activeThreads

JLabel activeThreads

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

TreeNode 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

stopTestNowBox

JRadioButton stopTestNowBox

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

Serialized Fields

menuBar

ReportMenuBar 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.


stoppedIcon

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


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.


runningIndicator

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


stoppingMessage

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

Class org.apache.jmeter.gui.SavePropertyDialog extends JDialog implements Serializable

serialVersionUID: 232l

Serialized Fields

saveConfig

SampleSaveConfiguration saveConfig


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.DirectoryPanel extends HorizontalPanel implements Serializable

Serialized Fields

filename

JTextField filename

browse

JButton browse

listeners

List listeners

title

String title

filetype

String filetype

background

Color background

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

serialVersionUID: 1l

Serialized Fields

files

JTable files

browse

JButton browse

clear

JButton clear

delete

JButton delete

listeners

List listeners

title

String title

filetype

String filetype

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.HeaderAsPropertyRenderer extends DefaultTableCellRenderer implements Serializable

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

Serialized Fields

dateFormat

DateFormat dateFormat

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

Serialized Fields

mLabel

JLabel mLabel

bGroup

ButtonGroup bGroup

mChangeListeners

ArrayList mChangeListeners

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_selection_as

JMenuItem file_selection_as

file_revert

JMenuItem file_revert

file_load

JMenuItem file_load

file_load_recent_files

List file_load_recent_files

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

serialVersionUID: 233l

Serialized Fields

model

Data model

columnClasses

Class[] columnClasses

Class org.apache.jmeter.gui.util.ReportFilePanel 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.ReportMenuBar 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.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.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

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

serialVersionUID: 233l

Serialized Fields

failureCount

long failureCount

successCount

long successCount

failureMsgSent

boolean failureMsgSent

siteDown

boolean siteDown

successMsgSent

boolean successMsgSent

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

serialVersionUID: 233l

Serialized Fields

inTest

boolean inTest

isStats

boolean isStats

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

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

serialVersionUID: 233l


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 AbstractListenerGui implements Serializable

Serialized Fields

filename

JTextField filename

variableName

JTextField variableName

errorsOnly

JCheckBox errorsOnly

successOnly

JCheckBox successOnly

skipAutoNumber

JCheckBox skipAutoNumber

skipSuffix

JCheckBox skipSuffix

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


Package org.apache.jmeter.samplers

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

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

Serialized Fields

listener

RemoteSampleListener listener

sampleStore

List sampleStore

numSamplesThreshold

int numSamplesThreshold

timeThreshold

long timeThreshold

batchSendTime

long batchSendTime

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

Serialized Fields

sampleStore

List sampleStore

listener

RemoteSampleListener listener

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

Serialized Fields

listener

RemoteSampleListener listener

sender

SampleSender sender

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

serialVersionUID: 232l

Serialized Fields

values

String[] values

result

SampleResult result

threadGroup

String threadGroup

hostname

String hostname

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

serialVersionUID: 233l

Serialized Fields

saveConfig

SampleSaveConfiguration saveConfig

parent

SampleResult parent

responseData

byte[] responseData

responseCode

String responseCode

label

String label

resultFileName

String resultFileName

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

latency

long latency

stopThread

boolean stopThread

stopTest

boolean stopTest

stopTestNow

boolean stopTestNow

isMonitor

boolean isMonitor

sampleCount

int sampleCount

bytes

int bytes

groupThreads

int groupThreads

allThreads

int allThreads

location

URL location

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

serialVersionUID: 7l

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

time

boolean time

latency

boolean latency

timestamp

boolean timestamp

success

boolean success

label

boolean label

code

boolean code

message

boolean message

threadName

boolean threadName

dataType

boolean dataType

encoding

boolean encoding

assertions

boolean assertions

subresults

boolean subresults

responseData

boolean responseData

samplerData

boolean samplerData

xml

boolean xml

fieldNames

boolean fieldNames

responseHeaders

boolean responseHeaders

requestHeaders

boolean requestHeaders

responseDataOnError

boolean responseDataOnError

saveAssertionResultsFailureMessage

boolean saveAssertionResultsFailureMessage

url

boolean url

bytes

boolean bytes

fileName

boolean fileName

hostname

boolean hostname

threadCounts

boolean threadCounts

sampleCount

boolean sampleCount

assertionsResultsToSave

int assertionsResultsToSave

printMilliseconds

boolean printMilliseconds

delimiter

String delimiter

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

Serialized Fields

listener

RemoteSampleListener listener

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

serialVersionUID: 24l

Serialized Fields

errorCount

int errorCount

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

Serialized Fields

listener

RemoteSampleListener listener

sampleStore

List sampleStore

sampleTable

Map sampleTable

numSamplesThreshold

int numSamplesThreshold

sampleCount

int sampleCount

timeThreshold

long timeThreshold

batchSendTime

long batchSendTime


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.gui

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

Serialized Fields

scrollerCount

int scrollerCount

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

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.AbstractChart extends AbstractTestElement implements Serializable

Serialized Fields

image

BufferedImage image

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

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

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

Serialized Fields

propMap

Map propMap

Class org.apache.jmeter.testelement.BarChart extends AbstractChart implements Serializable

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

Serialized Fields

data

HashMap data

jtl_file

String jtl_file

startTimestamp

long startTimestamp

endTimestamp

long endTimestamp

inputFile

File inputFile

Class org.apache.jmeter.testelement.LineChart extends AbstractChart implements Serializable

Serialized Fields

width

int width

height

int height

shape_counter

int shape_counter

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

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

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

serialVersionUID: 233l

Class org.apache.jmeter.testelement.Table extends AbstractTable implements Serializable

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

serialVersionUID: 233l

Serialization Methods

readResolve

private Object readResolve()

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

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

serialVersionUID: 233l

Serialized Fields

value

boolean value

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

serialVersionUID: 221l

Serialized Fields

value

Collection value

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

serialVersionUID: 233l

Serialized Fields

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

serialVersionUID: 221l

Serialized Fields

value

Map value

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.ObjectProperty extends AbstractProperty implements Serializable

serialVersionUID: 1l

Serialized Fields

value

Object value

savedValue

Object savedValue

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

serialVersionUID: 233l

Serialized Fields

value

String value

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

serialVersionUID: 233l

Serialized Fields

value

TestElement value


Package org.apache.jmeter.threads

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

serialVersionUID: 233l

Serialized Fields

numberOfThreads

int numberOfThreads


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

stopTestNowBox

JRadioButton stopTestNowBox


Package org.apache.jmeter.timers

Class org.apache.jmeter.timers.BeanShellTimer extends BeanShellTestElement implements Serializable

serialVersionUID: 4l

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

serialVersionUID: 3l

Serialized Fields

previousTime

long previousTime
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.


calcMode

String calcMode

modeInt

int modeInt

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.SyncTimer extends AbstractTestElement implements Serializable

serialVersionUID: 2l

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

timerCounter

int[] timerCounter

groupSize

int groupSize

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.BeanShellTestElement extends AbstractTestElement implements Serializable

serialVersionUID: 4l

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

parameters

String parameters

filename

String filename

script

String script

resetInterpreter

boolean resetInterpreter

Class org.apache.jmeter.util.BSFTestElement extends AbstractTestElement implements Serializable

serialVersionUID: 233l

Serialization Methods

readResolve

protected Object readResolve()
Serialized Fields

parameters

String parameters

filename

String filename

script

String script

scriptLanguage

String scriptLanguage

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

Serialized Fields

locale

Locale locale

Class org.apache.jmeter.util.TidyException extends Exception implements Serializable


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.AxisGraph extends JPanel implements Serializable

Serialized Fields

data

double[][] data

title

String title

xAxisTitle

String xAxisTitle

yAxisTitle

String yAxisTitle

yAxisLabel

String yAxisLabel

maxLength

int maxLength

xAxisLabels

String[] xAxisLabels

width

int width

height

int height

Class org.apache.jmeter.visualizers.BeanShellListener extends BeanShellTestElement implements Serializable

serialVersionUID: 4l

Class org.apache.jmeter.visualizers.BSFListener extends BSFTestElement implements Serializable

serialVersionUID: 234l

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

Serialized Fields

model

SamplingStatCalculator model

xborder

int xborder
See Also:
Constant Field Values

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

Serialized Fields

model

SamplingStatCalculator model

graphPanel

JPanel graphPanel

graph

DistributionGraph graph

noteField

JTextField noteField

delay

int delay

counter

int counter

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

SamplingStatCalculator model

graphMax

long graphMax

throughputMax

double throughputMax

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.GraphVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

nf

NumberFormat nf

model

SamplingStatCalculator 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.LineGraph extends JPanel implements Serializable

Serialized Fields

data

double[][] data

title

String title

xAxisTitle

String xAxisTitle

yAxisTitle

String yAxisTitle

xAxisLabels

String[] xAxisLabels

yAxisLabel

String[] yAxisLabel

width

int width

height

int height

shape_counter

int shape_counter

paint_counter

int paint_counter

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

serverListMap

HashMap serverListMap

current

MonitorModel current
we use this to set the current monitorModel so that we can save the stats to the resultcolllector.


listeners

List listeners

defaultBufferSize

int defaultBufferSize
By default, we set the default to 800


connectorPrefix

String connectorPrefix

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

Serialized Fields

model

MonitorAccumModel model

current

MonitorModel current

drawHealth

boolean drawHealth

drawLoad

boolean drawLoad

drawMemory

boolean drawMemory

drawThread

boolean drawThread

drawYgrid

boolean drawYgrid

drawXgrid

boolean drawXgrid

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

Serialized Fields

serverPanelMap

HashMap serverPanelMap

servers

JPanel servers

model

MonitorAccumModel model

serverScrollPane

JScrollPane serverScrollPane

INFO_H

String INFO_H

INFO_A

String INFO_A

INFO_W

String INFO_W

INFO_D

String INFO_D

INFO_LOAD

String INFO_LOAD

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

prefixField

JLabeledTextField prefixField

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

Serialized Fields

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

LEGEND_HEALTH

String LEGEND_HEALTH

LEGEND_LOAD

String LEGEND_LOAD

LEGEND_MEM

String LEGEND_MEM

LEGEND_THREAD

String LEGEND_THREAD

LEGEND_HEALTH_ICON

ImageIcon LEGEND_HEALTH_ICON

LEGEND_LOAD_ICON

ImageIcon LEGEND_LOAD_ICON

LEGEND_MEM_ICON

ImageIcon LEGEND_MEM_ICON

LEGEND_THREAD_ICON

ImageIcon LEGEND_THREAD_ICON

GRID_LABEL_TOP

String GRID_LABEL_TOP

GRID_LABEL_MIDDLE

String GRID_LABEL_MIDDLE

GRID_LABEL_BOTTOM

String GRID_LABEL_BOTTOM

GRID_LABEL_HEALTHY

String GRID_LABEL_HEALTHY

GRID_LABEL_DEAD

String GRID_LABEL_DEAD

PERF_TITLE

String PERF_TITLE

SERVER_TITLE

String SERVER_TITLE

plaintext

Font plaintext

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

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

Class org.apache.jmeter.visualizers.PropertyControlGui extends AbstractConfigGui implements Serializable

serialVersionUID: 1l

Serialized Fields

systemButton

JCheckBox systemButton

jmeterButton

JCheckBox jmeterButton

tableLabel

JLabel tableLabel

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

Serialized Fields

data

long data

average

long average

median

long median

distributionLine

long distributionLine

deviation

long deviation

throughput

double throughput

errorCount

long errorCount

success

boolean success

label

String label

threadName

String threadName

count

long count

endTime

long endTime

bytes

int bytes

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.StatGraphVisualizer extends AbstractVisualizer implements Serializable

Serialized Fields

COLUMNS

String[] COLUMNS

GRAPH_COLUMNS

String[] GRAPH_COLUMNS

TOTAL_ROW_LABEL

String TOTAL_ROW_LABEL

myJTable

JTable myJTable

myScrollPane

JScrollPane myScrollPane

tableRows

Map tableRows

graphPanel

AxisGraph graphPanel

graph

VerticalPanel graph

graphScroll

JScrollPane graphScroll

spane

JSplitPane spane

columns

JLabeledChoice columns

displayButton

JButton displayButton

saveGraph

JButton saveGraph

saveTable

JButton saveTable

saveHeaders

JCheckBox saveHeaders

graphTitle

JLabeledTextField graphTitle

maxLengthXAxisLabel

JLabeledTextField maxLengthXAxisLabel

graphWidth

JLabeledTextField graphWidth

graphHeight

JLabeledTextField graphHeight

yAxisLabel

String yAxisLabel

yAxisTitle

String yAxisTitle

saveGraphToFile

boolean saveGraphToFile

defaultWidth

int defaultWidth

defaultHeight

int defaultHeight

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

Serialized Fields

TOTAL_ROW_LABEL

String TOTAL_ROW_LABEL

myJTable

JTable myJTable

myScrollPane

JScrollPane myScrollPane

saveTable

JButton saveTable

useGroupName

JCheckBox useGroupName

tableRows

Map tableRows

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

Serialized Fields

TOTAL_ROW_LABEL

String TOTAL_ROW_LABEL

myJTable

JTable myJTable

myScrollPane

JScrollPane myScrollPane

saveTable

JButton saveTable

useGroupName

JCheckBox useGroupName

tableRows

Map tableRows

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

Serialized Fields

model

ObjectTableModel model

table

JTable table

dataField

JTextField dataField

averageField

JTextField averageField

deviationField

JTextField deviationField

noSamplesField

JTextField noSamplesField

tableScrollPanel

JScrollPane tableScrollPanel

currentData

long currentData

format

Format format

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

serialVersionUID: 1l

Serialized Fields

dateFormat

DateFormat dateFormat

textMode

boolean textMode

command

String command

root

DefaultMutableTreeNode root

treeModel

DefaultTreeModel treeModel

stats

JTextPane stats

results

JEditorPane results

resultsScrollPane

JScrollPane resultsScrollPane

resultsPane

JPanel resultsPane

imageLabel

JLabel imageLabel

sampleDataField

JTextArea sampleDataField

requestPane

JPanel requestPane

textButton

JRadioButton textButton

htmlButton

JRadioButton htmlButton

jsonButton

JRadioButton jsonButton

xmlButton

JRadioButton xmlButton

downloadAll

JCheckBox downloadAll

jTree

JTree jTree

rightSide

JTabbedPane rightSide

Class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNode extends DefaultMutableTreeNode implements Serializable


Package org.apache.jmeter.visualizers.gui

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

Class org.apache.jmeter.visualizers.gui.AbstractVisualizer extends AbstractListenerGui 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.


successOnlyLogging

JCheckBox successOnlyLogging

saveConfigButton

JButton saveConfigButton

collector

ResultCollector collector

isStats

boolean isStats


Package org.apache.jmeter.extractor

Class org.apache.jmeter.extractor.BeanShellPostProcessor extends BeanShellTestElement implements Serializable

serialVersionUID: 4l

Class org.apache.jmeter.extractor.BSFPostProcessor extends BSFTestElement implements Serializable

serialVersionUID: 232l

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

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

Serialized Fields

template

Object[] template

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


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

useUnescapedBody

JRadioButton useUnescapedBody

useHeaders

JRadioButton useHeaders

useURL

JRadioButton useURL

useCode

JRadioButton useCode

useMessage

JRadioButton useMessage

group

ButtonGroup group

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

Serialized Fields

defaultField

JLabeledTextField defaultField

xpathQueryField

JLabeledTextField xpathQueryField

refNameField

JLabeledTextField refNameField

tolerant

JCheckBox tolerant

quiet

JCheckBox quiet

reportErrors

JCheckBox reportErrors

showWarnings

JCheckBox showWarnings

nameSpace

JCheckBox nameSpace


Package org.apache.jmeter.modifiers

Class org.apache.jmeter.modifiers.BeanShellPreProcessor extends BeanShellTestElement implements Serializable

serialVersionUID: 4l

Class org.apache.jmeter.modifiers.BSFPreProcessor extends BSFTestElement implements Serializable

serialVersionUID: 232l

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

serialVersionUID: 233l

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

globalCounter

long globalCounter

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

serialVersionUID: 233l

Serialization Methods

readResolve

private Object readResolve()


Package org.apache.jmeter.modifiers.gui

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

Serialized Fields

startField

JLabeledTextField startField

incrField

JLabeledTextField incrField

endField

JLabeledTextField endField

varNameField

JLabeledTextField varNameField

formatField

JLabeledTextField formatField

perUserField

JCheckBox perUserField

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

Serialized Fields

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.sampler

Class org.apache.jmeter.sampler.DebugSampler extends AbstractSampler implements Serializable

serialVersionUID: 232l

Serialized Fields

displayJMeterVariables

boolean displayJMeterVariables

displayJMeterProperties

boolean displayJMeterProperties

displaySystemProperties

boolean displaySystemProperties

Class org.apache.jmeter.sampler.TestAction extends AbstractSampler implements Serializable


Package org.apache.jmeter.sampler.gui

Class org.apache.jmeter.sampler.gui.TestActionGui extends AbstractSamplerGui implements Serializable

Serialized Fields

targetBox

JComboBox targetBox

pauseButton

JRadioButton pauseButton

stopButton

JRadioButton stopButton

stopNowButton

JRadioButton stopNowButton

durationField

JTextField durationField

target

int target

action

int action

durationString

String durationString

targetLabel

String targetLabel

threadTarget

String threadTarget

testTarget

String testTarget

actionLabel

String actionLabel

pauseAction

String pauseAction

stopAction

String stopAction

stopNowAction

String stopNowAction

durationLabel

String durationLabel


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

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

Serialized Fields

boundary

String boundary

args

Arguments args

files

HTTPFileArgs files
HTTPFileArgs list to be uploaded with http request.


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

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

Serialized Fields

imageParser

JCheckBox imageParser

urlConfig

UrlConfigGui urlConfig

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

Serialized Fields

filesPanel

HTTPFileArgsPanel filesPanel
Files panel that holds file informations to be uploaded by http request.

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

Serialized Fields

argsPanel

HTTPArgumentsPanel argsPanel

domain

JTextField domain

port

JTextField port

connectTimeOut

JTextField connectTimeOut

responseTimeOut

JTextField responseTimeOut

protocol

JTextField protocol

contentEncoding

JTextField contentEncoding

path

JTextField path

followRedirects

JCheckBox followRedirects

autoRedirects

JCheckBox autoRedirects

useKeepAlive

JCheckBox useKeepAlive

useMultipartForPost

JCheckBox useMultipartForPost

method

JLabeledChoice method

notConfigOnly

boolean notConfigOnly


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

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

serialVersionUID: 233l

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

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

serialVersionUID: 233l

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

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

serialVersionUID: 233l

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.HttpMirrorControl extends AbstractTestElement implements Serializable

serialVersionUID: 233l

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.AjpSamplerGui extends HttpTestSampleGui implements Serializable

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

Serialized Fields

portField

JTextField portField

stop

JButton stop

start

JButton start

mirrorController

HttpMirrorControl mirrorController

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

Serialized Fields

urlConfigGui

MultipartUrlConfigGui urlConfigGui

getImages

JCheckBox getImages

isMon

JCheckBox isMon

useMD5

JCheckBox useMD5

embeddedRE

JLabeledTextField embeddedRE

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

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

soapAction

JLabeledTextField soapAction

sendSoapAction

JCheckBox sendSoapAction

useKeepAlive

JCheckBox useKeepAlive

soapXml

JLabeledTextArea soapXml

soapXmlFile

FilePanel soapXmlFile

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

Serialized Fields

domain

JLabeledTextField domain

protocol

JLabeledTextField protocol

port

JLabeledTextField port

path

JLabeledTextField path

soapAction

JLabeledTextField soapAction

soapXml

JLabeledTextArea soapXml

wsdlField

JLabeledTextField wsdlField

wsdlButton

JButton wsdlButton

selectButton

JButton selectButton

wsdlMethods

JLabeledChoice wsdlMethods

soapXmlFile

FilePanel soapXmlFile

randomXmlFile

JLabeledTextField randomXmlFile

connectTimeout

JLabeledTextField connectTimeout

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 its 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

serialVersionUID: -9214884465261470761l

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.CacheManagerGui extends AbstractConfigGui implements Serializable

Serialized Fields

clearEachIteration

JCheckBox clearEachIteration

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

policies

String[] policies

policy

JLabeledChoice policy

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

Serialized Fields

tableModel

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

headerManager

HeaderManager headerManager

headerTable

JTable headerTable

addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

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

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

Serialized Fields

tableLabel

JLabel tableLabel
The title label for this component.


add

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


browse

JButton browse
A button for browsing file system to set path of selected row in table.


delete

JButton delete
A button for removing files from the table.


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

serialVersionUID: 233l

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

Serialized Fields

allAvailableUsers

UserSequence allAvailableUsers
Deprecated. 

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

serialVersionUID: 233l

Serialized Fields

allUsers

List allUsers


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

shouldCache

JCheckBox shouldCache

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

Serialized Fields

fileNameField

JTextField fileNameField
Deprecated. 


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

serialVersionUID: 233l

Serialized Fields

lastTime

long lastTime

addAssertions

boolean addAssertions

groupingMode

int groupingMode

samplerRedirectAutomatically

boolean samplerRedirectAutomatically

samplerFollowRedirects

boolean samplerFollowRedirects

useKeepAlive

boolean useKeepAlive

samplerDownloadImages

boolean samplerDownloadImages

regexMatch

boolean regexMatch

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

serialVersionUID: 232l

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)


regexMatch

JCheckBox regexMatch

samplerTypeName

JComboBox samplerTypeName
The list of sampler type names to choose from


samplerRedirectAutomatically

JCheckBox samplerRedirectAutomatically
Set/clear the Redirect automatically box on the samplers (default is false)


samplerFollowRedirects

JCheckBox samplerFollowRedirects
Set/clear the Follow-redirects box on the samplers (default is true)


samplerDownloadImages

JCheckBox samplerDownloadImages
Set/clear the Download images box on the samplers (default is false)


httpsSpoof

JCheckBox httpsSpoof

httpsMatch

JTextField httpsMatch

contentTypeInclude

JTextField contentTypeInclude
Regular expression to include results based on content type


contentTypeExclude

JTextField contentTypeExclude
Regular expression to exclude results based on content type


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

serialVersionUID: 232l

Serialized Fields

logFile

String logFile

parserClassName

String parserClassName

filterClassName

String filterClassName

count

int count

started

boolean started

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

serialVersionUID: 233l

Serialized Fields

lastPort

int lastPort

lastHost

String lastHost

localName

String localName

localAddress

String localAddress

inbuf

byte[] inbuf

outbuf

byte[] outbuf

inpos

int inpos

outpos

int outpos

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

serialVersionUID: 233l

Serialized Fields

savedConn

HttpURLConnection savedConn

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

Serialized Fields

savedClient

org.apache.commons.httpclient.HttpClient savedClient

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

cookies

String cookies

method

String method

redirectLocation

String redirectLocation

queryString

String queryString

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

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

Serialized Fields

RANDOM

Random RANDOM

fileContents

String fileContents


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.HTTPFileArg extends AbstractTestElement implements Serializable

Serialized Fields

header

String header
temporary storage area for the body header.

Class org.apache.jmeter.protocol.http.util.HTTPFileArgs extends ConfigTestElement 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.LogFilter extends Object implements Serializable

Serialized Fields

CHANGEEXT

boolean CHANGEEXT
protected members used by class to filter *


OLDEXT

String OLDEXT

NEWEXT

String NEWEXT

INCFILE

String[] INCFILE

EXCFILE

String[] EXCFILE

FILEFILTER

boolean FILEFILTER

USEFILE

boolean USEFILE

INCPTRN

String[] INCPTRN

EXCPTRN

String[] EXCPTRN

PTRNFILTER

boolean PTRNFILTER

EXCPATTERNS

ArrayList EXCPATTERNS

INCPATTERNS

ArrayList INCPATTERNS

NEWFILE

String NEWFILE

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

serialVersionUID: 232l

Serialized Fields

cookieManagers

Map cookieManagers
These objects are static across multiple threads in a test, via clone() method.


managersInUse

Set managersInUse

lastUsed

CookieManager lastUsed

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

serialVersionUID: 233l

Serialized Fields

SAMPLE

HTTPSamplerBase SAMPLE

FILENAME

String FILENAME

FILE

File FILE


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

port

JTextField port

remoteFile

JTextField remoteFile

localFile

JTextField localFile

inputData

JTextArea inputData

binaryMode

JCheckBox binaryMode

saveResponseData

JCheckBox saveResponseData

displayName

boolean displayName

getBox

JRadioButton getBox

putBox

JRadioButton putBox


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

Serialized Fields

savedClient

org.apache.commons.net.ftp.FTPClient savedClient


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

Class org.apache.jmeter.protocol.jdbc.config.DataSourceElement extends AbstractTestElement implements Serializable

serialVersionUID: 233l


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

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

serialVersionUID: 233l

Serialized Fields

query

String query

dataSource

String dataSource

queryType

String queryType

queryArguments

String queryArguments

queryArgumentsTypes

String queryArgumentsTypes

variableNames

String variableNames


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

resetInterpreter

JCheckBox resetInterpreter

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

JComboBox 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.

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

Serialized Fields

constructorLabel

JLabeledTextField constructorLabel

methodLabel

JLabel methodLabel

successMsg

JLabeledTextField successMsg

failureMsg

JLabeledTextField failureMsg

errorMsg

JLabeledTextField errorMsg

successCode

JLabeledTextField successCode

failureCode

JLabeledTextField failureCode

errorCode

JLabeledTextField errorCode

filterpkg

JLabeledTextField filterpkg

doSetup

JCheckBox doSetup

appendError

JCheckBox appendError

appendExc

JCheckBox appendExc

classnameCombo

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


methodName

JComboBox methodName

METHODLIST

List METHODLIST

CLASSLIST

List CLASSLIST


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

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

serialVersionUID: 3l

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

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

serialVersionUID: 232l

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

serialVersionUID: 2331l

Serialized Fields

checkStartUpTearDown

boolean checkStartUpTearDown


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

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


writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

data

Map data

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

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialized Fields

order

List order

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

serialVersionUID: 233l


Package org.apache.jorphan.gui

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

Serialized Fields

rootNode

TreeNode rootNode

listener

EventListenerList listener

Class org.apache.jorphan.gui.DefaultTreeTableModel extends AbstractTreeTableModel implements Serializable

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.JLabeledRadio extends JPanel implements Serializable

Serialized Fields

mLabel

JLabel mLabel

bGroup

ButtonGroup bGroup

mChangeListeners

ArrayList mChangeListeners

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.JTreeTable extends JTable implements Serializable

Class org.apache.jorphan.gui.NumberRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

formatter

NumberFormat formatter

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

serialVersionUID: 233l

Serialization Methods

readResolve

private Object readResolve()

Class org.apache.jorphan.gui.RateRenderer extends NumberRenderer implements Serializable

Class org.apache.jorphan.gui.RightAlignRenderer extends DefaultTableCellRenderer 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.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.JMeterStopTestNowException extends RuntimeException implements Serializable

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


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

Class org.apache.jmeter.protocol.ldap.config.gui.LDAPArgument extends AbstractTestElement implements Serializable

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

Class org.apache.jmeter.protocol.ldap.config.gui.LDAPArgumentsPanel 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.

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

Class org.apache.jmeter.protocol.ldap.config.gui.LdapExtConfigGui 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

SCOPE_STRINGS

String[] SCOPE_STRINGS

scope

JLabeledChoice scope

countlim

JTextField countlim

timelim

JTextField timelim

attribs

JTextField attribs

retobj

JCheckBox retobj

deref

JCheckBox deref

userdn

JTextField userdn

userpw

JTextField userpw

comparedn

JTextField comparedn

comparefilt

JTextField comparefilt

modddn

JTextField modddn

newdn

JTextField newdn

connto

JTextField connto

parseflag

JCheckBox parseflag

secure

JCheckBox secure

addTest

JRadioButton addTest

modifyTest

JRadioButton modifyTest

deleteTest

JRadioButton deleteTest

searchTest

JRadioButton searchTest

bind

JRadioButton bind

rename

JRadioButton rename

unbind

JRadioButton unbind

sbind

JRadioButton sbind

compare

JRadioButton compare

bGroup

ButtonGroup bGroup

displayName

boolean displayName

tableAddPanel

ArgumentsPanel tableAddPanel

tableModifyPanel

LDAPArgumentsPanel tableModifyPanel

cards

JPanel cards


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

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

Serialized Fields

ldapDefaultPanel

LdapExtConfigGui ldapDefaultPanel

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.LDAPExtSampler extends AbstractSampler implements Serializable

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

Serialized Fields

searchFoundEntries

boolean searchFoundEntries


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

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

Serialized Fields

classname

JLabeledTextField classname

server

JTextField server

reUseConnection

JCheckBox reUseConnection

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

serialVersionUID: 233l


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

JTextArea data


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

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

Serialized Fields

myStringProperty

String myStringProperty


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

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

Serialized Fields

myStringProperty

String myStringProperty


Package org.apache.jmeter.protocol.mail.sampler

Class org.apache.jmeter.protocol.mail.sampler.MailReaderSampler extends AbstractSampler implements Serializable


Package org.apache.jmeter.protocol.mail.sampler.gui

Class org.apache.jmeter.protocol.mail.sampler.gui.MailReaderSamplerGui extends AbstractSamplerGui implements Serializable

Serialized Fields

serverTypeBox

JComboBox serverTypeBox

serverBox

JTextField serverBox

usernameBox

JTextField usernameBox

passwordBox

JTextField passwordBox

folderBox

JTextField folderBox

folderLabel

JLabel folderLabel

allMessagesButton

JRadioButton allMessagesButton

someMessagesButton

JRadioButton someMessagesButton

someMessagesField

JTextField someMessagesField

deleteBox

JCheckBox deleteBox

storeMimeMessageBox

JCheckBox storeMimeMessageBox

POP3Label

String POP3Label

IMAPLabel

String IMAPLabel

POP3SLabel

String POP3SLabel

IMAPSLabel

String IMAPSLabel

ServerTypeLabel

String ServerTypeLabel

ServerLabel

String ServerLabel

AccountLabel

String AccountLabel

PasswordLabel

String PasswordLabel

NumMessagesLabel

String NumMessagesLabel

AllMessagesLabel

String AllMessagesLabel

DeleteLabel

String DeleteLabel

FolderLabel

String FolderLabel

STOREMIME

String STOREMIME


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

Class org.apache.jmeter.protocol.jms.control.gui.JMSConfigGui extends AbstractSamplerGui implements Serializable

Serialized Fields

queueuConnectionFactory

JLabeledTextField queueuConnectionFactory

sendQueue

JLabeledTextField sendQueue

receiveQueue

JLabeledTextField receiveQueue

timeout

JLabeledTextField timeout

soapXml

JLabeledTextArea soapXml

initialContextFactory

JLabeledTextField initialContextFactory

providerUrl

JLabeledTextField providerUrl

labels

String[] labels

oneWay

JLabeledChoice oneWay

jmsPropertiesPanel

ArgumentsPanel jmsPropertiesPanel

jndiPropertiesPanel

ArgumentsPanel jndiPropertiesPanel

useNonPersistentDelivery

JCheckBox useNonPersistentDelivery

useReqMsgIdAsCorrelId

JCheckBox useReqMsgIdAsCorrelId

Class org.apache.jmeter.protocol.jms.control.gui.JMSPublisherGui extends AbstractSamplerGui implements Serializable

Serialized Fields

useProperties

JCheckBox useProperties

configChoice

JLabeledRadioI18N configChoice

jndiICF

JLabeledTextField jndiICF

urlField

JLabeledTextField urlField

jndiConnFac

JLabeledTextField jndiConnFac

jmsTopic

JLabeledTextField jmsTopic

useAuth

JCheckBox useAuth

jmsUser

JLabeledTextField jmsUser

jmsPwd

JLabeledTextField jmsPwd

iterations

JLabeledTextField iterations

messageFile

FilePanel messageFile

randomFile

FilePanel randomFile

textMessage

JLabeledTextArea textMessage

msgChoice

JLabeledRadioI18N msgChoice

lookup

JPanel lookup

messagePanel

JPanel messagePanel

Class org.apache.jmeter.protocol.jms.control.gui.JMSSubscriberGui extends AbstractSamplerGui implements Serializable

Serialized Fields

useProperties

JCheckBox useProperties

jndiICF

JLabeledTextField jndiICF

urlField

JLabeledTextField urlField

jndiConnFac

JLabeledTextField jndiConnFac

jmsTopic

JLabeledTextField jmsTopic

jmsUser

JLabeledTextField jmsUser

jmsPwd

JLabeledTextField jmsPwd

iterations

JLabeledTextField iterations

useAuth

JCheckBox useAuth

readResponse

JCheckBox readResponse

clientChoice

JLabeledRadioI18N clientChoice

lookup

JPanel lookup


Package org.apache.jmeter.protocol.jms.sampler

Class org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler extends AbstractSampler implements Serializable

Class org.apache.jmeter.protocol.jms.sampler.JMSSampler extends AbstractSampler implements Serializable

serialVersionUID: 233l

Class org.apache.jmeter.protocol.jms.sampler.PublisherSampler extends BaseJMSSampler implements Serializable

serialVersionUID: 233l

Serialized Fields

BUFFER

StringBuffer BUFFER

file_contents

String file_contents

Class org.apache.jmeter.protocol.jms.sampler.SubscriberSampler extends BaseJMSSampler implements Serializable

serialVersionUID: 233l

Serialized Fields

BUFFER

StringBuffer BUFFER


Package org.apache.jmeter.report.engine

Class org.apache.jmeter.report.engine.StandardReportEngine extends Object implements Serializable


Package org.apache.jmeter.report.gui

Class org.apache.jmeter.report.gui.AbstractReportGui extends AbstractJMeterGuiComponent implements Serializable

Class org.apache.jmeter.report.gui.BarChartGui extends AbstractReportGui implements Serializable

Serialized Fields

xAxisLabel

JLabeledChoice xAxisLabel

yAxisLabel

JLabeledTextField yAxisLabel

caption

JLabeledTextField caption

url

JLabeledTextField url

yItems

JLabeledChoice yItems

xItems

JLabeledChoice xItems

Class org.apache.jmeter.report.gui.LineGraphGui extends AbstractReportGui implements Serializable

Serialized Fields

xAxisLabel

JLabeledChoice xAxisLabel

yAxisLabel

JLabeledTextField yAxisLabel

caption

JLabeledTextField caption

urls

JLabeledTextField urls

yItems

JLabeledChoice yItems

xItems

JLabeledChoice xItems

Class org.apache.jmeter.report.gui.ReportPageGui extends AbstractReportGui implements Serializable

Serialized Fields

pageTitle

JLabeledTextField pageTitle

makeIndex

JCheckBox makeIndex

cssURL

JLabeledTextField cssURL

headerURL

JLabeledTextField headerURL

footerURL

JLabeledTextField footerURL

introduction

JLabeledTextArea introduction

Class org.apache.jmeter.report.gui.TableGui extends AbstractReportGui implements Serializable

Serialized Fields

meanCheck

JCheckBox meanCheck

medianCheck

JCheckBox medianCheck

maxCheck

JCheckBox maxCheck

minCheck

JCheckBox minCheck

responseRateCheck

JCheckBox responseRateCheck

transferRateCheck

JCheckBox transferRateCheck

fiftypercentCheck

JCheckBox fiftypercentCheck

nintypercentCheck

JCheckBox nintypercentCheck

errorRateCheck

JCheckBox errorRateCheck


Package org.apache.jmeter.report.gui.tree

Class org.apache.jmeter.report.gui.tree.ReportCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.apache.jmeter.report.gui.tree.ReportTreeModel extends DefaultTreeModel implements Serializable

Class org.apache.jmeter.report.gui.tree.ReportTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

treeModel

ReportTreeModel treeModel


Package org.apache.jmeter.report.writers

Class org.apache.jmeter.report.writers.AbstractReportWriter extends AbstractTestElement implements Serializable

Class org.apache.jmeter.report.writers.HTMLReportWriter extends AbstractReportWriter implements Serializable


Package org.apache.jmeter.report.writers.gui

Class org.apache.jmeter.report.writers.gui.HTMLReportWriterGui extends AbstractReportGui implements Serializable

Serialized Fields

outputDirectory

ReportFilePanel outputDirectory


Apache JMeter

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