Serialized Form
- 
Package org.apache.jmeter- 
Class org.apache.jmeter.SplashScreenclass SplashScreen extends JDialog implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
progressBarJProgressBar progressBar 
 
- 
 
 
- 
- 
Package org.apache.jmeter.assertions- 
Class org.apache.jmeter.assertions.AssertionResultclass AssertionResult extends Object implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.assertions.BeanShellAssertionclass BeanShellAssertion extends BeanShellTestElement implements Serializable- serialVersionUID:
- 4L
 
- 
Class org.apache.jmeter.assertions.BSFAssertionclass BSFAssertion extends BSFTestElement implements Serializable- serialVersionUID:
- 235L
 
- 
Class org.apache.jmeter.assertions.CompareAssertionclass CompareAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
compareContentboolean compareContent 
- 
compareTimelong compareTime 
- 
stringsToSkipCollection<SubstitutionElement> stringsToSkip 
 
- 
 
- 
Class org.apache.jmeter.assertions.CompareAssertionResultclass CompareAssertionResult extends AssertionResult implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
comparedResultsorg.apache.jmeter.assertions.CompareAssertionResult.ResultHolder comparedResults 
 
- 
 
- 
Class org.apache.jmeter.assertions.DurationAssertionclass DurationAssertion extends AbstractScopedAssertion implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.assertions.HTMLAssertionclass HTMLAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.assertions.JSONPathAssertionclass JSONPathAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.jmeter.assertions.JSR223Assertionclass JSR223Assertion extends JSR223TestElement implements Serializable- serialVersionUID:
- 235L
 
- 
Class org.apache.jmeter.assertions.MD5HexAssertionclass MD5HexAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.assertions.ResponseAssertionclass ResponseAssertion extends AbstractScopedAssertion implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.assertions.SizeAssertionclass SizeAssertion extends AbstractScopedAssertion implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.assertions.SMIMEAssertionTestElementclass SMIMEAssertionTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.assertions.SubstitutionElementclass SubstitutionElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.assertions.XMLAssertionclass XMLAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.assertions.XMLSchemaAssertionclass XMLSchemaAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- 234L
 
- 
Class org.apache.jmeter.assertions.XPath2Assertionclass XPath2Assertion extends AbstractScopedAssertion implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.assertions.XPathAssertionclass XPathAssertion extends AbstractScopedAssertion implements Serializable- serialVersionUID:
- 241L
 
 
- 
- 
Package org.apache.jmeter.assertions.gui- 
Class org.apache.jmeter.assertions.gui.AbstractAssertionGuiclass AbstractAssertionGui extends AbstractScopedJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.assertions.gui.AssertionGuiclass AssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
alternativeFailureMessageJSyntaxTextArea alternativeFailureMessage 
- 
assumeSuccessJCheckBox 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.
- 
containsBoxJRadioButton containsBox Radio button indicating to test if the field contains one of the patterns.
- 
deletePatternJButton deletePattern 
- 
equalsBoxJRadioButton equalsBox Radio button indicating if the field equals the string.
- 
matchesBoxJRadioButton matchesBox Radio button indicating to test if the field matches one of the patterns.
- 
notBoxJCheckBox notBox Checkbox indicating to test that the field does NOT contain/match the patterns.
- 
orBoxJCheckBox orBox 
- 
requestDataButtonJRadioButton requestDataButton Radio button indicating that the request data should be tested.
- 
requestHeadersButtonJRadioButton requestHeadersButton Radio button indicating that the request headers should be tested.
- 
responseAsDocumentButtonJRadioButton responseAsDocumentButton Radio button indicating that the text of a document should be tested.
- 
responseCodeButtonJRadioButton responseCodeButton Radio button indicating that the responseCode should be tested.
- 
responseHeadersButtonJRadioButton responseHeadersButton Radio button indicating that the headers should be tested.
- 
responseMessageButtonJRadioButton responseMessageButton Radio button indicating that the responseMessage should be tested.
- 
responseStringButtonJRadioButton responseStringButton Radio button indicating that the text response should be tested.
- 
stringTableJTable stringTable A table of patterns to test against.
- 
substringBoxJRadioButton substringBox Radio button indicating if the field contains the string.
- 
tableModelPowerTableModel tableModel Table model for the pattern table.
- 
urlButtonJRadioButton urlButton Radio button indicating that the URL should be tested.
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.BeanShellAssertionGuiclass BeanShellAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
filenameFilePanelEntry filename 
- 
parametersJTextField parameters 
- 
resetInterpreterJCheckBox resetInterpreter 
- 
scriptFieldJSyntaxTextArea scriptField 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.DurationAssertionGuiclass DurationAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
durationJTextField duration 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.HTMLAssertionGuiclass HTMLAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
docTypeBoxJComboBox<String> docTypeBox 
- 
errorsOnlyJCheckBox errorsOnly 
- 
errorThresholdFieldJTextField errorThresholdField 
- 
filePanelFilePanel filePanel 
- 
htmlRadioButtonJRadioButton htmlRadioButton 
- 
warningThresholdFieldJTextField warningThresholdField 
- 
xhtmlRadioButtonJRadioButton xhtmlRadioButton 
- 
xmlRadioButtonJRadioButton xmlRadioButton 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.JSONPathAssertionGuiclass JSONPathAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- -6008018002423594040L
 - 
Serialized Fields- 
expectNullJCheckBox expectNull 
- 
invertJCheckBox invert 
- 
isRegexJCheckBox isRegex 
- 
jsonPathJTextField jsonPath 
- 
jsonValidationJCheckBox jsonValidation 
- 
jsonValueJSyntaxTextArea jsonValue 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.MD5HexAssertionGUIclass MD5HexAssertionGUI extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
md5HexInputJTextField md5HexInput 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.SizeAssertionGuiclass SizeAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
equalButtonJRadioButton equalButton 
- 
execStateint execState 
- 
greaterthanButtonJRadioButton greaterthanButton 
- 
greaterthanequalButtonJRadioButton greaterthanequalButton 
- 
lessthanButtonJRadioButton lessthanButton 
- 
lessthanequalButtonJRadioButton lessthanequalButton 
- 
notequalButtonJRadioButton notequalButton 
- 
responseBodyButtonJRadioButton responseBodyButton Radio button indicating that the body response should be tested.
- 
responseCodeButtonJRadioButton responseCodeButton Radio button indicating that the responseCode should be tested.
- 
responseHeadersButtonJRadioButton responseHeadersButton Radio button indicating that the headers should be tested.
- 
responseMessageButtonJRadioButton responseMessageButton Radio button indicating that the responseMessage should be tested.
- 
responseNetworkButtonJRadioButton responseNetworkButton Radio button indicating that the network response size should be tested.
- 
sizeJTextField size 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.SMIMEAssertionGuiclass SMIMEAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
issuerDnFieldJTextField issuerDnField 
- 
messagePositionTfJTextField messagePositionTf 
- 
notSignedJCheckBox notSigned 
- 
signerCertFileJTextField signerCertFile 
- 
signerCheckByFileJRadioButton signerCheckByFile 
- 
signerCheckConstraintsJRadioButton signerCheckConstraints 
- 
signerDnFieldJTextField signerDnField 
- 
signerEmailFieldJTextField signerEmailField 
- 
signerNoCheckJRadioButton signerNoCheck 
- 
signerSerialNumberFieldJTextField signerSerialNumberField 
- 
verifySignatureJCheckBox verifySignature 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.XMLAssertionGuiclass XMLAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.assertions.gui.XMLConfPanelclass XMLConfPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.assertions.gui.XMLSchemaAssertionGUIclass XMLSchemaAssertionGUI extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
xmlSchemaJTextField xmlSchema 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.XPath2AssertionGuiclass XPath2AssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
xpathXPath2Panel xpath 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.XPath2Panelclass XPath2Panel extends JPanel implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
checkXPathJButton checkXPath 
- 
namespacesTAJSyntaxTextArea namespacesTA 
- 
negatedJCheckBox negated 
- 
xpathJSyntaxTextArea xpath 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.XPathAssertionGuiclass XPathAssertionGui extends AbstractAssertionGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
xmlXMLConfPanel xml 
- 
xpathXPathPanel xpath 
 
- 
 
- 
Class org.apache.jmeter.assertions.gui.XPathPanelclass XPathPanel extends JPanel implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
checkXPathJButton checkXPath 
- 
negatedJCheckBox negated 
- 
xpathJSyntaxTextArea xpath 
 
- 
 
 
- 
- 
Package org.apache.jmeter.assertions.jmespath- 
Class org.apache.jmeter.assertions.jmespath.JMESPathAssertionclass JMESPathAssertion extends AbstractTestElement implements Serializable- serialVersionUID:
- -6448744108529796508L
 
 
- 
- 
Package org.apache.jmeter.assertions.jmespath.gui- 
Class org.apache.jmeter.assertions.jmespath.gui.JMESPathAssertionGuiclass JMESPathAssertionGui extends JSONPathAssertionGui implements Serializable- serialVersionUID:
- 3719848809836264945L
 
 
- 
- 
Package org.apache.jmeter.config- 
Class org.apache.jmeter.config.Argumentclass Argument extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.config.Argumentsclass Arguments extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.config.ConfigTestElementclass ConfigTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.config.CSVDataSetclass CSVDataSet extends ConfigTestElement implements Serializable- serialVersionUID:
- 233L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields- 
firstLineIsNamesboolean firstLineIsNames 
- 
ignoreFirstLineboolean ignoreFirstLine 
 
- 
 
- 
Class org.apache.jmeter.config.KeystoreConfigclass KeystoreConfig extends ConfigTestElement implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.config.LoginConfigclass LoginConfig extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.config.RandomVariableConfigclass RandomVariableConfig extends ConfigTestElement implements Serializable- serialVersionUID:
- 235L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields
 
 
- 
- 
Package org.apache.jmeter.config.gui- 
Class org.apache.jmeter.config.gui.AbstractConfigGuiclass AbstractConfigGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.config.gui.ArgumentsPanelclass ArgumentsPanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addJButton add A button for adding new arguments to the table.
- 
argCreatorFunction<String[], ? extends Argument> argCreator 
- 
backgroundColor background Added background support for reporting tool
- 
deleteJButton delete A button for removing arguments from the table.
- 
disableButtonsboolean disableButtons Disable buttons :Detail, Add, Add from Clipboard, Delete, Up and Down
- 
downJButton down Button to move an argument down
- 
enableUpDownboolean enableUpDown Enable Up and Down buttons
- 
mainPanelJComponent mainPanel 
- 
showDetailJButton showDetail Button to show the detail of an argument
- 
standaloneboolean standalone Boolean indicating whether this component is a standalone component or it is intended to be used as a subpanel for another component.
- 
tableLabelJLabel tableLabel The title label for this component.
- 
upJButton up Button to move an argument up
 
- 
 
- 
Class org.apache.jmeter.config.gui.LoginConfigGuiclass LoginConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
displayNameboolean 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.
- 
passwordJPasswordField password Field allowing the user to enter a password.
- 
usernameJTextField username Field allowing the user to enter a username.
 
- 
 
- 
Class org.apache.jmeter.config.gui.ObsoleteGuiclass ObsoleteGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
obsoleteMessageJLabel obsoleteMessage 
 
- 
 
- 
Class org.apache.jmeter.config.gui.RowDetailDialogclass RowDetailDialog extends JDialog implements Serializable- serialVersionUID:
- 6578889215615435475L
 - 
Serialized Fields- 
closeButtonJButton closeButton 
- 
dataComponentsList<JComponent> dataComponents 
- 
nextButtonJButton nextButton 
- 
previousButtonJButton previousButton 
- 
selectedRowint selectedRow 
- 
tableModelObjectTableModel tableModel 
- 
textChangedboolean textChanged 
 
- 
 
- 
Class org.apache.jmeter.config.gui.SimpleConfigGuiclass SimpleConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
deleteJButton delete A button for removing parameters from the table.
- 
displayNameboolean 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.
- 
tableJTable table The table of configuration parameters.
- 
tableModelPowerTableModel tableModel The model for the parameter table.
 
- 
 
 
- 
- 
Package org.apache.jmeter.control- 
Class org.apache.jmeter.control.CriticalSectionControllerclass CriticalSectionController extends GenericController implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.control.ForeachControllerclass ForeachController extends GenericController implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
breakLoopboolean breakLoop 
- 
loopCountint loopCount 
 
- 
 
- 
Class org.apache.jmeter.control.GenericControllerclass GenericController extends AbstractTestElement implements Serializable- serialVersionUID:
- 235L
 - 
Serialization Methods- 
readResolve
 
- 
 
- 
Class org.apache.jmeter.control.IfControllerclass IfController extends GenericController implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.control.IncludeControllerclass IncludeController extends GenericController implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
suborg.apache.jmeter.testelement.TestElement sub 
- 
subtreeHashTree subtree 
 
- 
 
- 
Class org.apache.jmeter.control.InterleaveControlclass InterleaveControl extends GenericController implements Serializable- serialVersionUID:
- 234L
 - 
Serialized Fields- 
currentReturnedAtLeastOneboolean currentReturnedAtLeastOne 
- 
skipNextboolean skipNext 
- 
stillSameboolean stillSame 
 
- 
 
- 
Class org.apache.jmeter.control.LoopControllerclass LoopController extends GenericController implements Serializable- serialVersionUID:
- 7833960784370272300L
 - 
Serialized Fields- 
breakLoopboolean breakLoop 
 
- 
 
- 
Class org.apache.jmeter.control.ModuleControllerclass ModuleController extends GenericController implements Serializable- serialVersionUID:
- 240L
 
- 
Exception org.apache.jmeter.control.NextIsNullExceptionclass NextIsNullException extends Exception implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.OnceOnlyControllerclass OnceOnlyController extends GenericController implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.RandomControllerclass RandomController extends InterleaveControl implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.RandomOrderControllerclass RandomOrderController extends GenericController implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.RunTimeclass RunTime extends GenericController implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
loopCountint loopCount 
- 
startTimelong startTime 
 
- 
 
- 
Class org.apache.jmeter.control.SwitchControllerclass SwitchController extends GenericController implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.TestFragmentControllerclass TestFragmentController extends GenericController implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.control.ThroughputControllerclass ThroughputController extends GenericController implements Serializable- serialVersionUID:
- 234L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields- 
iterationint iteration Index of the current iteration. 0-based.
- 
numExecutionsint numExecutions Number of iterations on which we've chosen to deliver samplers.
- 
runThisTimeboolean runThisTime Whether to deliver samplers on this iteration.
 
- 
 
- 
Class org.apache.jmeter.control.TransactionControllerclass TransactionController extends GenericController implements Serializable- serialVersionUID:
- 234L
 - 
Serialization Methods- 
readResolve
 
- 
 
- 
Class org.apache.jmeter.control.TransactionSamplerclass TransactionSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
callsint calls 
- 
noFailingSamplesint noFailingSamples 
- 
subSamplerSampler subSampler 
- 
totalConnectTimelong totalConnectTime 
- 
totalTimelong totalTime 
- 
transactionControllerTransactionController transactionController 
- 
transactionDoneboolean transactionDone 
- 
transactionSampleResultSampleResult transactionSampleResult 
 
- 
 
- 
Class org.apache.jmeter.control.WhileControllerclass WhileController extends GenericController implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
breakLoopboolean breakLoop 
 
- 
 
 
- 
- 
Package org.apache.jmeter.control.gui- 
Class org.apache.jmeter.control.gui.AbstractControllerGuiclass AbstractControllerGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.CriticalSectionControllerGuiclass CriticalSectionControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 7177285850634344095L
 - 
Serialized Fields- 
displayNameboolean 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.
- 
tfLockNameJTextField tfLockName A field allowing the user to specify the lock name
 
- 
 
- 
Class org.apache.jmeter.control.gui.ForeachControlPanelclass ForeachControlPanel extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
displayNameboolean 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 sub-panel for another component.
- 
endIndexJTextField endIndex A field allowing the user to specify the indice end of the loop
- 
inputValJTextField inputVal A field allowing the user to specify the input variable the controller should loop.
- 
returnValJTextField returnVal A field allowing the user to specify output variable the controller should return.
- 
startIndexJTextField startIndex A field allowing the user to specify the indice start of the loop
- 
useSeparatorJCheckBox useSeparator 
 
- 
 
- 
Class org.apache.jmeter.control.gui.IfControllerPanelclass IfControllerPanel extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
conditionLabelJLabel conditionLabel 
- 
displayNameboolean 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.
- 
evaluateAllJCheckBox evaluateAll 
- 
theConditionJSyntaxTextArea theCondition A field allowing the user to specify the number of times the controller should loop.
- 
useExpressionJCheckBox useExpression 
- 
useLastSampleStatusButtonJButton useLastSampleStatusButton 
- 
warningLabelJLabel warningLabel Used to warn about performance penalty
 
- 
 
- 
Class org.apache.jmeter.control.gui.IncludeControllerGuiclass IncludeControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
includePanelFilePanel includePanel 
 
- 
 
- 
Class org.apache.jmeter.control.gui.InterleaveControlGuiclass InterleaveControlGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.LogicControllerGuiclass LogicControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.LoopControlPanelclass LoopControlPanel extends AbstractControllerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
displayNameboolean 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.
- 
infiniteJCheckBox infinite A checkbox allowing the user to specify whether or not the controller should loop forever.
- 
loopsJTextField loops A field allowing the user to specify the number of times the controller should loop.
- 
loopsLabelJLabel loopsLabel 
 
- 
 
- 
Class org.apache.jmeter.control.gui.ModuleControllerGuiclass ModuleControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- -4195441608252523573L
 - 
Serialized Fields- 
expandButtonJButton expandButton Helps navigating test plan
- 
hasAtLeastOneControllerboolean hasAtLeastOneController Use this to warn about no selectable controller
- 
moduleToRunTreeModelDefaultTreeModel moduleToRunTreeModel Model of a Module to run tree. It is a copy of a test plan tree. User object of each element is set to a correlated JMeterTreeNode element of a test plan tree.
- 
moduleToRunTreeNodesJTree moduleToRunTreeNodes Module to run tree. Allows to select a module to be executed. Many ModuleControllers can reference the same element.
- 
selectedJMeterTreeNode selected 
- 
warningLabelJLabel warningLabel Used in case if referenced element does not exist in test plan tree (after removing it for example)
 
- 
 
- 
Class org.apache.jmeter.control.gui.OnceOnlyControllerGuiclass OnceOnlyControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.RandomControlGuiclass RandomControlGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
styleJCheckBox style 
 
- 
 
- 
Class org.apache.jmeter.control.gui.RandomOrderControllerGuiclass RandomOrderControllerGui extends LogicControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.RunTimeGuiclass RunTimeGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
displayNameboolean 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.
- 
secondsJTextField seconds A field allowing the user to specify the number of seconds the controller should loop.
 
- 
 
- 
Class org.apache.jmeter.control.gui.SwitchControllerGuiclass SwitchControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
switchValueJTextField switchValue 
 
- 
 
- 
Class org.apache.jmeter.control.gui.TestFragmentControllerGuiclass TestFragmentControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.TestPlanGuiclass TestPlanGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
argsPanelArgumentsPanel argsPanel A panel allowing the user to define variables.
- 
browseJarFileListPanel browseJar 
- 
functionalModeorg.apache.jmeter.gui.JBooleanPropertyEditor functionalMode A checkbox allowing the user to specify whether JMeter should do functional testing.
- 
serializedModeorg.apache.jmeter.gui.JBooleanPropertyEditor serializedMode 
- 
tearDownOnShutdownorg.apache.jmeter.gui.JBooleanPropertyEditor tearDownOnShutdown 
 
- 
 
- 
Class org.apache.jmeter.control.gui.ThroughputControllerGuiclass ThroughputControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.control.gui.TransactionControllerGuiclass TransactionControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
generateParentSampleorg.apache.jmeter.gui.JBooleanPropertyEditor generateParentSample If selected, then generate parent sample, otherwise as per original controller
- 
includeTimersorg.apache.jmeter.gui.JBooleanPropertyEditor includeTimers if selected, add duration of timers to total runtime
 
- 
 
- 
Class org.apache.jmeter.control.gui.WhileControllerGuiclass WhileControllerGui extends AbstractControllerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
theConditionJSyntaxTextArea theCondition A field allowing the user to specify the condition (not yet used).
 
- 
 
- 
Class org.apache.jmeter.control.gui.WorkBenchGuiclass WorkBenchGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
saveWorkBenchJCheckBox saveWorkBench Deprecated.
 
- 
 
 
- 
- 
Package org.apache.jmeter.engine- 
Exception org.apache.jmeter.engine.JMeterEngineExceptionclass JMeterEngineException extends Exception implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.engine.RemoteJMeterEngineImplclass RemoteJMeterEngineImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
LOCKObject LOCK 
- 
remotelySetPropertiesProperties remotelySetProperties 
- 
rmiRegistryPortint rmiRegistryPort RMI Registry port
 
- 
 
 
- 
- 
Package org.apache.jmeter.exceptions- 
Exception org.apache.jmeter.exceptions.IllegalUserActionExceptionclass IllegalUserActionException extends Exception implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.extractor- 
Class org.apache.jmeter.extractor.BeanShellPostProcessorclass BeanShellPostProcessor extends BeanShellTestElement implements Serializable- serialVersionUID:
- 5L
 
- 
Class org.apache.jmeter.extractor.BoundaryExtractorclass BoundaryExtractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.jmeter.extractor.BSFPostProcessorclass BSFPostProcessor extends BSFTestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.extractor.DebugPostProcessorclass DebugPostProcessor extends AbstractTestElement implements Serializable- serialVersionUID:
- 260L
 - 
Serialized Fields- 
displayJMeterPropertiesboolean displayJMeterProperties 
- 
displayJMeterVariablesboolean displayJMeterVariables 
- 
displaySamplerPropertiesboolean displaySamplerProperties 
- 
displaySystemPropertiesboolean displaySystemProperties 
 
- 
 
- 
Class org.apache.jmeter.extractor.HtmlExtractorclass HtmlExtractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
extractorExtractor extractor 
 
- 
 
- 
Class org.apache.jmeter.extractor.JoddExtractorclass JoddExtractor extends Object implements Serializable- serialVersionUID:
- -7235814605293262972L
 
- 
Class org.apache.jmeter.extractor.JSoupExtractorclass JSoupExtractor extends Object implements Serializable- serialVersionUID:
- -6308012192067714191L
 
- 
Class org.apache.jmeter.extractor.JSR223PostProcessorclass JSR223PostProcessor extends JSR223TestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.extractor.RegexExtractorclass RegexExtractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.extractor.XPath2Extractorclass XPath2Extractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.extractor.XPathExtractorclass XPathExtractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 242L
 
 
- 
- 
Package org.apache.jmeter.extractor.gui- 
Class org.apache.jmeter.extractor.gui.BoundaryExtractorGuiclass BoundaryExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
defaultFieldJLabeledTextField defaultField 
- 
emptyDefaultValueJCheckBox emptyDefaultValue 
- 
groupButtonGroup group 
- 
leftBoundaryFieldJLabeledTextField leftBoundaryField 
- 
matchNumberFieldJLabeledTextField matchNumberField 
- 
refNameFieldJLabeledTextField refNameField 
- 
rightBoundaryFieldJLabeledTextField rightBoundaryField 
- 
useBodyJRadioButton useBody 
- 
useBodyAsDocumentJRadioButton useBodyAsDocument 
- 
useCodeJRadioButton useCode 
- 
useHeadersJRadioButton useHeaders 
- 
useMessageJRadioButton useMessage 
- 
useRequestHeadersJRadioButton useRequestHeaders 
- 
useUnescapedBodyJRadioButton useUnescapedBody 
- 
useURLJRadioButton useURL 
 
- 
 
- 
Class org.apache.jmeter.extractor.gui.HtmlExtractorGuiclass HtmlExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
attributeFieldJLabeledTextField attributeField 
- 
defaultFieldJLabeledTextField defaultField 
- 
emptyDefaultValueJCheckBox emptyDefaultValue 
- 
expressionFieldJLabeledTextField expressionField 
- 
extractorImplNameJComboBox<String> extractorImplName 
- 
matchNumberFieldJLabeledTextField matchNumberField 
- 
refNameFieldJLabeledTextField refNameField 
 
- 
 
- 
Class org.apache.jmeter.extractor.gui.RegexExtractorGuiclass RegexExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
defaultFieldJLabeledTextField defaultField 
- 
emptyDefaultValueJCheckBox emptyDefaultValue 
- 
groupButtonGroup group 
- 
matchNumberFieldJLabeledTextField matchNumberField 
- 
refNameFieldJLabeledTextField refNameField 
- 
regexFieldJLabeledTextField regexField 
- 
templateFieldJLabeledTextField templateField 
- 
useBodyJRadioButton useBody 
- 
useBodyAsDocumentJRadioButton useBodyAsDocument 
- 
useCodeJRadioButton useCode 
- 
useHeadersJRadioButton useHeaders 
- 
useMessageJRadioButton useMessage 
- 
useRequestHeadersJRadioButton useRequestHeaders 
- 
useUnescapedBodyJRadioButton useUnescapedBody 
- 
useURLJRadioButton useURL 
 
- 
 
- 
Class org.apache.jmeter.extractor.gui.XPath2ExtractorGuiclass XPath2ExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
defaultFieldJTextField defaultField 
- 
getFragmentJCheckBox getFragment 
- 
matchNumberFieldJTextField matchNumberField 
- 
namespacesTAJSyntaxTextArea namespacesTA 
- 
refNameFieldJTextField refNameField 
- 
xpathQueryFieldJTextField xpathQueryField 
 
- 
 
- 
Class org.apache.jmeter.extractor.gui.XPathExtractorGuiclass XPathExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
defaultFieldJLabeledTextField defaultField 
- 
getFragmentJCheckBox getFragment 
- 
matchNumberFieldJLabeledTextField matchNumberField 
- 
refNameFieldJLabeledTextField refNameField 
- 
xmlXMLConfPanel xml 
- 
xpathQueryFieldJLabeledTextField xpathQueryField 
 
- 
 
 
- 
- 
Package org.apache.jmeter.extractor.json.jmespath- 
Class org.apache.jmeter.extractor.json.jmespath.JMESPathExtractorclass JMESPathExtractor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 3849270294526207081L
 
 
- 
- 
Package org.apache.jmeter.extractor.json.jmespath.gui- 
Class org.apache.jmeter.extractor.json.jmespath.gui.JMESPathExtractorGuiclass JMESPathExtractorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- -4825532539405119033L
 - 
Serialized Fields- 
defaultValueFieldJLabeledTextField defaultValueField 
- 
jmesPathExpressionFieldJLabeledTextField jmesPathExpressionField 
- 
matchNumberFieldJLabeledTextField matchNumberField 
- 
refNameFieldJLabeledTextField refNameField 
 
- 
 
 
- 
- 
Package org.apache.jmeter.extractor.json.jsonpath- 
Class org.apache.jmeter.extractor.json.jsonpath.JSONPostProcessorclass JSONPostProcessor extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.extractor.json.jsonpath.gui- 
Class org.apache.jmeter.extractor.json.jsonpath.gui.JSONPostProcessorGuiclass JSONPostProcessorGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- -2845056031828291476L
 - 
Serialized Fields- 
computeConcatenationFieldJCheckBox computeConcatenationField 
- 
defaultValuesFieldJLabeledTextField defaultValuesField 
- 
jsonPathExpressionsFieldJLabeledTextField jsonPathExpressionsField 
- 
matchNumbersFieldJLabeledTextField matchNumbersField 
- 
refNamesFieldJLabeledTextField refNamesField 
 
- 
 
 
- 
- 
Package org.apache.jmeter.functions- 
Exception org.apache.jmeter.functions.InvalidVariableExceptionclass InvalidVariableException extends Exception implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.functions.gui- 
Class org.apache.jmeter.functions.gui.FunctionHelperclass FunctionHelper extends JDialog implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
cutPasteFunctionJLabeledTextField cutPasteFunction 
- 
functionListJLabeledChoice functionList 
- 
jMeterVariablesJMeterVariables jMeterVariables 
- 
parameterPanelArgumentsPanel parameterPanel 
- 
resultTextAreaJSyntaxTextArea resultTextArea 
- 
variablesTextAreaJSyntaxTextArea variablesTextArea 
 
- 
 
 
- 
- 
Package org.apache.jmeter.gui- 
Class org.apache.jmeter.gui.AbstractJMeterGuiComponentclass AbstractJMeterGuiComponent extends JPanel implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
bindingGrouporg.apache.jmeter.gui.BindingGroup bindingGroup Stores a collection of property editors, so GuiCompoenent can have default implementations that update the UI fields based onTestElementproperties and vice versa.
- 
commentFieldJTextArea commentField 
- 
enabledboolean enabled Flag indicating whether this component is enabled.
- 
namePanelNamePanel namePanel Deprecated.A GUI panel containing the name of this component.
 
- 
 
- 
Class org.apache.jmeter.gui.AbstractScopedJMeterGuiComponentclass AbstractScopedJMeterGuiComponent extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
scopePanelScopePanel scopePanel 
 
- 
 
- 
Class org.apache.jmeter.gui.CommentPanelclass CommentPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
commentFieldJTextArea commentField Deprecated.A text field containing the comment.
 
- 
 
- 
Class org.apache.jmeter.gui.GlobalUndoableEditclass GlobalUndoableEdit extends AbstractUndoableEdit implements Serializable- serialVersionUID:
- -4964577622742131354L
 - 
Serialized Fields- 
itemUndoHistoryItem item 
- 
loaderConsumer<? super UndoHistoryItem> loader 
- 
previousUndoHistoryItem previous 
 
- 
 
- 
Class org.apache.jmeter.gui.JBooleanPropertyEditorclass JBooleanPropertyEditor extends org.apache.jorphan.gui.JEditableCheckBox implements Serializable- 
Serialized Fields- 
propertyDescriptororg.apache.jmeter.testelement.schema.BooleanPropertyDescriptor<?> propertyDescriptor 
 
- 
 
- 
- 
Class org.apache.jmeter.gui.LoggerPanelclass LoggerPanel extends JPanel implements Serializable- serialVersionUID:
- 4935188629475943229L
 
- 
Class org.apache.jmeter.gui.MainFrameclass MainFrame extends JFrame implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
activeAndTotalThreadsJLabel activeAndTotalThreads 
- 
computeTestDurationTimerTimer computeTestDurationTimer 
- 
errorOrFatalAtomicInteger errorOrFatal 
- 
hostsSet<String> hosts The set of currently running hosts.
- 
iconSizeString iconSize 
- 
logPanelLoggerPanel logPanel The LOG panel.
- 
mainPanelJScrollPane mainPanel The main panel where components display their GUIs.
- 
menuBarJMeterMenuBar menuBar The menu bar.
- 
refreshErrorsTimerTimer refreshErrorsTimer 
- 
runningIconImageIcon runningIcon An image which is displayed when a test is running.
- 
runningIndicatorJButton runningIndicator The button used to display the running/stopped image.
- 
stoppedIconImageIcon stoppedIcon An image which is displayed when a test is not currently running.
- 
stoppingMessageJDialog stoppingMessage A message dialog shown while JMeter threads are stopping.
- 
testTimeDurationJLabel testTimeDuration Label at top right showing test duration
- 
toolbarJMeterToolBar toolbar 
- 
treeJTree tree The test tree.
- 
treePanelJScrollPane treePanel The panel where the test tree is shown.
- 
warnIndicatorJButton warnIndicator Indicator for Log errors and Fatals
- 
warningIconImageIcon warningIcon An image which is displayed to indicate FATAL, ERROR or WARNING.
 
- 
 
- 
Class org.apache.jmeter.gui.NamePanelclass NamePanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
nameFieldJTextField nameField A text field containing the name.
 
- 
 
- 
Class org.apache.jmeter.gui.OnErrorPanelclass OnErrorPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
breakLoopBoxJRadioButton breakLoopBox 
- 
continueBoxJRadioButton continueBox 
- 
startNextIterationOfCurrentLoopBoxJRadioButton startNextIterationOfCurrentLoopBox 
- 
startNextThreadLoopBoxJRadioButton startNextThreadLoopBox 
- 
stopTestBoxJRadioButton stopTestBox 
- 
stopTestNowBoxJRadioButton stopTestNowBox 
- 
stopThrdBoxJRadioButton stopThrdBox 
 
- 
 
- 
Class org.apache.jmeter.gui.SavePropertyDialogclass SavePropertyDialog extends JDialog implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
saveConfigSampleSaveConfiguration saveConfig 
 
- 
 
- 
Class org.apache.jmeter.gui.ServerPanelclass ServerPanel extends JPanel implements Serializable- serialVersionUID:
- -2749091243070619669L
 - 
Serialized Fields- 
connectTimeOutJTextField connectTimeOut 
- 
domainJTextField domain 
- 
portJTextField port 
- 
responseTimeOutJTextField responseTimeOut 
 
- 
 
- 
Class org.apache.jmeter.gui.SimpleCompoundEditclass SimpleCompoundEdit extends CompoundEdit implements Serializable- serialVersionUID:
- 7125085226441904495L
 
- 
Class org.apache.jmeter.gui.UndoHistoryclass UndoHistory extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
lastKnownStateUndoHistoryItem lastKnownState 
- 
listenersList<UndoHistory.HistoryListener> listeners History listeners
- 
managerUndoManager manager 
- 
transactionsDeque<SimpleCompoundEdit> transactions 
- 
workingboolean working flag to prevent recursive actions
 
- 
 
- 
Class org.apache.jmeter.gui.UndoHistoryItemclass UndoHistoryItem extends Object implements Serializable- serialVersionUID:
- -8683007040160205040L
 
 
- 
- 
Package org.apache.jmeter.gui.action- 
Class org.apache.jmeter.gui.action.SearchTreeDialogclass SearchTreeDialog extends JDialog implements Serializable- serialVersionUID:
- -4436834972710248247L
 - 
Serialized Fields- 
cancelButtonJButton cancelButton 
- 
currentSearchIndexint currentSearchIndex 
- 
isCaseSensitiveCBJCheckBox isCaseSensitiveCB 
- 
isRegexpCBJCheckBox isRegexpCB 
- 
lastSearchResultList<JMeterTreeNode> lastSearchResult 
- 
nextButtonJButton nextButton 
- 
previousButtonJButton previousButton 
- 
replaceAllButtonJButton replaceAllButton 
- 
replaceAndFindButtonJButton replaceAndFindButton 
- 
replaceButtonJButton replaceButton 
- 
replaceTFJTextField replaceTF 
- 
resetSearchButtonJButton resetSearchButton 
- 
searchAndExpandButtonJButton searchAndExpandButton 
- 
searchButtonJButton searchButton 
- 
searchTFJTextField searchTF 
- 
statusLabelJLabel statusLabel 
 
- 
 
- 
Class org.apache.jmeter.gui.action.SelectTemplatesDialogclass SelectTemplatesDialog extends JDialog implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
actionBtnBarJPanel actionBtnBar 
- 
applyTemplateButtonJButton applyTemplateButton 
- 
cancelButtonJButton cancelButton 
- 
helpDocHtmlPane helpDoc 
- 
parametersTextFieldsMap<String, JLabeledTextField> parametersTextFields 
- 
previousJButton previous 
- 
reloadTemplateButtonJButton reloadTemplateButton 
- 
templateListJLabeledChoice templateList 
- 
validateButtonJButton validateButton 
 
- 
 
 
- 
- 
Package org.apache.jmeter.gui.logging- 
Class org.apache.jmeter.gui.logging.LogEventObjectclass LogEventObject extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
levelorg.apache.logging.log4j.Level level 
- 
seralizedStringString seralizedString 
 
- 
 
 
- 
- 
Package org.apache.jmeter.gui.tree- 
Class org.apache.jmeter.gui.tree.JMeterCellRendererclass JMeterCellRenderer extends DefaultTreeCellRenderer implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.gui.tree.JMeterTreeModelclass JMeterTreeModel extends DefaultTreeModel implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.gui.tree.JMeterTreeNodeclass JMeterTreeNode extends DefaultMutableTreeNode implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
childrenMarkedBySearchboolean childrenMarkedBySearch 
- 
markedBySearchboolean markedBySearch 
 
- 
 
- 
Class org.apache.jmeter.gui.tree.JMeterTreeTransferHandlerclass JMeterTreeTransferHandler extends TransferHandler implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
jMeterTreeNodeDataFlavorsDataFlavor[] jMeterTreeNodeDataFlavors 
- 
nodeFlavorDataFlavor nodeFlavor 
- 
nodesForRemovalList<JMeterTreeNode> nodesForRemoval 
 
- 
 
 
- 
- 
Package org.apache.jmeter.gui.util- 
Class org.apache.jmeter.gui.util.EscapeDialogclass EscapeDialog extends JDialog implements Serializable- serialVersionUID:
- 1319421816741139938L
 
- 
Class org.apache.jmeter.gui.util.FileListPanelclass FileListPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.gui.util.FilePanelclass FilePanel extends FilePanelEntry implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
titleString title 
 
- 
 
- 
Class org.apache.jmeter.gui.util.FilePanelEntryclass FilePanelEntry extends HorizontalPanel implements Serializable- serialVersionUID:
- 280L
 - 
Serialized Fields- 
browseJButton browse 
- 
filenameJTextField filename 
- 
filetypesString[] filetypes 
- 
labelJLabel label 
- 
listenersList<ChangeListener> listeners 
- 
onlyDirectoriesboolean onlyDirectories 
 
- 
 
- 
Class org.apache.jmeter.gui.util.HeaderAsPropertyRendererclass HeaderAsPropertyRenderer extends DefaultTableCellRenderer implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.gui.util.HorizontalPanelclass HorizontalPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
hgapint hgap 
- 
subPanelBox subPanel 
- 
verticalAlignfloat verticalAlign 
 
- 
 
- 
Class org.apache.jmeter.gui.util.JDateFieldclass JDateField extends JTextField implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
dateFormatDateFormat dateFormat 
 
- 
 
- 
Class org.apache.jmeter.gui.util.JLabeledRadioI18Nclass JLabeledRadioI18N extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
bGroupButtonGroup bGroup 
- 
mChangeListenersArrayList<ChangeListener> mChangeListeners 
- 
mLabelJLabel mLabel 
 
- 
 
- 
Class org.apache.jmeter.gui.util.JMeterMenuBarclass JMeterMenuBar extends JMenuBar implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
editAddJMenu editAdd 
- 
editMenuJMenu editMenu 
- 
fileLoadJMenuItem fileLoad 
- 
fileLoadRecentFilesList<JComponent> fileLoadRecentFiles 
- 
fileMenuJMenu fileMenu 
- 
fileMergeJMenuItem fileMerge 
- 
fileRevertJMenuItem fileRevert 
- 
fileSaveAsJMenuItem fileSaveAs 
- 
helpMenuJMenu helpMenu 
- 
menuCreatorsCollection<MenuCreator> menuCreators 
- 
optionsMenuJMenu optionsMenu 
- 
recentFilesOpenJMenu recentFilesOpen 
- 
remoteEngineExitCollection<JMenuItem> remoteEngineExit 
- 
remoteEngineShutCollection<JMenuItem> remoteEngineShut 
- 
remoteEngineStartCollection<JMenuItem> remoteEngineStart 
- 
remoteEngineStopCollection<JMenuItem> remoteEngineStop 
- 
remoteExitJMenu remoteExit 
- 
remoteHostsString[] remoteHosts 
- 
remoteShutJMenu remoteShut 
- 
remoteStartJMenu remoteStart 
- 
remoteStopJMenu remoteStop 
- 
runMenuJMenu runMenu 
- 
runShutJMenuItem runShut 
- 
runStartJMenuItem runStart 
- 
runStartNoTimersJMenuItem runStartNoTimers 
- 
runStopJMenuItem runStop 
- 
searchMenuJMenu searchMenu 
- 
toolsMenuJMenu toolsMenu 
 
- 
 
- 
Class org.apache.jmeter.gui.util.JMeterToolBarclass JMeterToolBar extends JToolBar implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.gui.util.JSyntaxTextAreaclass JSyntaxTextArea extends org.fife.ui.rsyntaxtextarea.RSyntaxTextArea implements Serializable- serialVersionUID:
- 211L
 - 
Serialized Fields- 
disableUndoboolean disableUndo 
- 
languagePropertiesProperties languageProperties 
 
- 
 
- 
Class org.apache.jmeter.gui.util.JTextScrollPaneclass JTextScrollPane extends org.fife.ui.rtextarea.RTextScrollPane implements Serializable- serialVersionUID:
- 210L
 
- 
Class org.apache.jmeter.gui.util.PowerTableModelclass PowerTableModel extends DefaultTableModel implements Serializable- serialVersionUID:
- 234L
 
- 
Class org.apache.jmeter.gui.util.TextAreaTableCellEditorclass TextAreaTableCellEditor extends AbstractCellEditor implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
clickCountToStartint clickCountToStart An integer specifying the number of clicks needed to start editing. Even ifclickCountToStartis defined as zero, it will not initiate until a click occurs.
- 
delegateTextAreaTableCellEditor.EditorDelegate delegate The delegate class which handles all methods sent from theCellEditor.
- 
editorComponentJTextArea editorComponent The Swing component being edited.
 
- 
 
- 
Class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegateclass EditorDelegate extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
valueObject value The value of this cell.
 
- 
 
- 
Class org.apache.jmeter.gui.util.TristateCheckBoxclass TristateCheckBox extends JCheckBox implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
enableListenerChangeListener enableListener 
 
- 
 
- 
Class org.apache.jmeter.gui.util.VerticalPanelclass VerticalPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
horizontalAlignfloat horizontalAlign 
- 
subPanelBox subPanel 
- 
vgapint vgap 
 
- 
 
 
- 
- 
Package org.apache.jmeter.modifiers- 
Class org.apache.jmeter.modifiers.BeanShellPreProcessorclass BeanShellPreProcessor extends BeanShellTestElement implements Serializable- serialVersionUID:
- 5L
 
- 
Class org.apache.jmeter.modifiers.BSFPreProcessorclass BSFPreProcessor extends BSFTestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.modifiers.CounterConfigclass CounterConfig extends AbstractTestElement implements Serializable- serialVersionUID:
- 235L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields- 
globalCounterlong globalCounter 
 
- 
 
- 
Class org.apache.jmeter.modifiers.JSR223PreProcessorclass JSR223PreProcessor extends JSR223TestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.modifiers.SampleTimeoutclass SampleTimeout extends AbstractTestElement implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
futureScheduledFuture<?> future 
 
- 
 
- 
Class org.apache.jmeter.modifiers.UserParametersclass UserParameters extends AbstractTestElement implements Serializable- serialVersionUID:
- 234L
 - 
Serialization Methods- 
readResolve
 
- 
 
 
- 
- 
Package org.apache.jmeter.modifiers.gui- 
Class org.apache.jmeter.modifiers.gui.CounterConfigGuiclass CounterConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
endFieldJTextField endField 
- 
formatFieldJTextField formatField 
- 
incrFieldJTextField incrField 
- 
perUserFieldJCheckBox perUserField 
- 
resetCounterOnEachThreadGroupIterationJCheckBox resetCounterOnEachThreadGroupIteration 
- 
startFieldJTextField startField 
- 
varNameFieldJTextField varNameField 
 
- 
 
- 
Class org.apache.jmeter.modifiers.gui.SampleTimeoutGuiclass SampleTimeoutGui extends AbstractPreProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
timeoutFieldJTextField timeoutField 
 
- 
 
- 
Class org.apache.jmeter.modifiers.gui.UserParametersGuiclass UserParametersGui extends AbstractPreProcessorGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addParameterButtonJButton addParameterButton 
- 
addUserButtonJButton addUserButton 
- 
deleteColumnButtonJButton deleteColumnButton 
- 
deleteRowButtonJButton deleteRowButton 
- 
moveRowDownButtonJButton moveRowDownButton 
- 
moveRowUpButtonJButton moveRowUpButton 
- 
paramPanelJPanel paramPanel 
- 
paramTableJTable paramTable 
- 
perIterationCheckJCheckBox perIterationCheck 
- 
tableModelPowerTableModel tableModel 
 
- 
 
 
- 
- 
Package org.apache.jmeter.processor.gui- 
Class org.apache.jmeter.processor.gui.AbstractPostProcessorGuiclass AbstractPostProcessorGui extends AbstractScopedJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.processor.gui.AbstractPreProcessorGuiclass AbstractPreProcessorGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.bolt.config- 
Class org.apache.jmeter.protocol.bolt.config.BoltConnectionElementclass BoltConnectionElement extends AbstractTestElement implements Serializable
 
- 
- 
Package org.apache.jmeter.protocol.bolt.sampler- 
Class org.apache.jmeter.protocol.bolt.sampler.AbstractBoltTestElementclass AbstractBoltTestElement extends AbstractTestElement implements Serializable
- 
Class org.apache.jmeter.protocol.bolt.sampler.BoltSamplerclass BoltSampler extends AbstractBoltTestElement implements Serializable
 
- 
- 
Package org.apache.jmeter.protocol.ftp.config.gui- 
Class org.apache.jmeter.protocol.ftp.config.gui.FtpConfigGuiclass FtpConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
binaryModeJCheckBox binaryMode 
- 
displayNameboolean displayName 
- 
getBoxJRadioButton getBox 
- 
inputDataJTextArea inputData 
- 
localFileJTextField localFile 
- 
portJTextField port 
- 
putBoxJRadioButton putBox 
- 
remoteFileJTextField remoteFile 
- 
saveResponseDataJCheckBox saveResponseData 
- 
serverJTextField server 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.ftp.control.gui- 
Class org.apache.jmeter.protocol.ftp.control.gui.FtpTestSamplerGuiclass FtpTestSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
ftpDefaultPanelFtpConfigGui ftpDefaultPanel 
- 
loginPanelLoginConfigGui loginPanel 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.ftp.sampler- 
Class org.apache.jmeter.protocol.ftp.sampler.FTPSamplerclass FTPSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.config- 
Class org.apache.jmeter.protocol.http.config.GraphQLRequestParamsclass GraphQLRequestParams extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.protocol.http.config.MultipartUrlConfigclass MultipartUrlConfig extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
argsArguments args 
- 
boundaryString boundary 
- 
filesHTTPFileArgs 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.GraphQLUrlConfigGuiclass GraphQLUrlConfigGui extends UrlConfigGui implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
operationNameTextJLabeledTextField operationNameText 
- 
queryContentJSyntaxTextArea queryContent 
- 
variablesContentJSyntaxTextArea variablesContent 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGuiclass HttpDefaultsGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
concurrentDwnorg.apache.jmeter.gui.JBooleanPropertyEditor concurrentDwn 
- 
concurrentPoolJTextField concurrentPool 
- 
connectTimeOutJTextField connectTimeOut 
- 
embeddedAllowREJTextField embeddedAllowRE 
- 
embeddedExcludeREJTextField embeddedExcludeRE 
- 
httpImplementationJComboBox<String> httpImplementation 
- 
proxyHostJTextField proxyHost 
- 
proxyPassJPasswordField proxyPass 
- 
proxyPortJTextField proxyPort 
- 
proxySchemeJTextField proxyScheme 
- 
proxyUserJTextField proxyUser 
- 
responseTimeOutJTextField responseTimeOut 
- 
retrieveEmbeddedResourcesorg.apache.jmeter.gui.JBooleanPropertyEditor retrieveEmbeddedResources 
- 
sourceIpAddrJTextField sourceIpAddr 
- 
sourceIpTypeJComboBox<String> sourceIpType 
- 
urlConfigGuiUrlConfigGui urlConfigGui 
- 
useMD5org.apache.jmeter.gui.JBooleanPropertyEditor useMD5 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.config.gui.UrlConfigDefaultsclass UrlConfigDefaults extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
autoRedirectsboolean autoRedirects The default value to be set for the autoRedirects checkbox in theUrlConfigGui.
- 
autoRedirectsVisibleboolean autoRedirectsVisible Flag whether to show the autoRedirectsVisible checkbox in theUrlConfigGui.
- 
defaultMethodString defaultMethod The default HTTP method to be selected in theUrlConfigGui.
- 
followRedirectsboolean followRedirects The default value to be set for the followRedirect checkbox in theUrlConfigGui.
- 
followRedirectsVisibleboolean followRedirectsVisible Flag whether to show the followRedirect checkbox in theUrlConfigGui.
- 
useBrowserCompatibleMultipartModeboolean useBrowserCompatibleMultipartMode The default value to be set for the useBrowserCompatibleMultipartMode checkbox in theUrlConfigGui.
- 
useBrowserCompatibleMultipartModeVisibleboolean useBrowserCompatibleMultipartModeVisible Flag whether to show the useBrowserCompatibleMultipartModeVisible checkbox in theUrlConfigGui.
- 
useKeepAliveboolean useKeepAlive The default value to be set for the useKeepAlive checkbox in theUrlConfigGui.
- 
useKeepAliveVisibleboolean useKeepAliveVisible Flag whether to show the useKeepAliveVisible checkbox in theUrlConfigGui.
- 
useMultipartboolean useMultipart The default value to be set for the useMultipart checkbox in theUrlConfigGui.
- 
useMultipartVisibleboolean useMultipartVisible Flag whether to show the useMultipartVisible checkbox in theUrlConfigGui.
- 
validMethodListList<String> validMethodList Available HTTP methods to be shown in theUrlConfigGui.
 
- 
 
- 
Class org.apache.jmeter.protocol.http.config.gui.UrlConfigGuiclass UrlConfigGui extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
argsPanelHTTPArgumentsPanel argsPanel 
- 
autoRedirectsJCheckBox autoRedirects 
- 
bindingGrouporg.apache.jmeter.gui.BindingGroup bindingGroup 
- 
contentEncodingJLabeledTextField contentEncoding 
- 
domainJLabeledTextField domain 
- 
filesPanelHTTPFileArgsPanel filesPanel 
- 
followRedirectsJCheckBox followRedirects 
- 
methodJLabeledChoice method 
- 
notConfigOnlyboolean notConfigOnly 
- 
pathJLabeledTextField path 
- 
portJLabeledTextField port 
- 
postBodyContentJSyntaxTextArea postBodyContent 
- 
postContentTabbedPaneorg.apache.jmeter.protocol.http.config.gui.AbstractValidationTabbedPane postContentTabbedPane 
- 
protocolJLabeledTextField protocol 
- 
showFileUploadPaneboolean showFileUploadPane 
- 
showRawBodyPaneboolean showRawBodyPane 
- 
tabFileUploadIndexint tabFileUploadIndex 
- 
tabRawBodyIndexint tabRawBodyIndex 
- 
useBrowserCompatibleMultipartModeorg.apache.jmeter.gui.JBooleanPropertyEditor useBrowserCompatibleMultipartMode 
- 
useKeepAliveorg.apache.jmeter.gui.JBooleanPropertyEditor useKeepAlive 
- 
useMultipartorg.apache.jmeter.gui.JBooleanPropertyEditor useMultipart 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.control- 
Class org.apache.jmeter.protocol.http.control.AuthManagerclass AuthManager extends ConfigTestElement implements Serializable- serialVersionUID:
- 235L
 - 
Serialized Fields- 
kerberosManagerKerberosManager kerberosManager 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.control.Authorizationclass Authorization extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.protocol.http.control.CacheManagerclass CacheManager extends ConfigTestElement implements Serializable- serialVersionUID:
- 236L
 
- 
Class org.apache.jmeter.protocol.http.control.Cookieclass Cookie extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.control.CookieManagerclass CookieManager extends ConfigTestElement implements Serializable- serialVersionUID:
- 234L
 
- 
Class org.apache.jmeter.protocol.http.control.DNSCacheManagerclass DNSCacheManager extends ConfigTestElement implements Serializable- serialVersionUID:
- 2122L
 - 
Serialized Fields- 
cacheMap<String, InetAddress[]> cache 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.control.Headerclass Header extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.control.HeaderManagerclass HeaderManager extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.control.HttpMirrorControlclass HttpMirrorControl extends AbstractTestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.protocol.http.control.KerberosManagerclass KerberosManager extends Object implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
subjectsConcurrentMap<String, Future<Subject>> subjects 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.control.RecordingControllerclass RecordingController extends GenericController implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.control.StaticHostclass StaticHost extends AbstractTestElement implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.control.gui- 
Class org.apache.jmeter.protocol.http.control.gui.AjpSamplerGuiclass AjpSamplerGui extends HttpTestSampleGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.control.gui.GraphQLHTTPSamplerGuiclass GraphQLHTTPSamplerGui extends HttpTestSampleGui implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.protocol.http.control.gui.HttpMirrorControlGuiclass HttpMirrorControlGui extends LogicControllerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
maxPoolSizeFieldJTextField maxPoolSizeField 
- 
maxQueueSizeFieldJTextField maxQueueSizeField 
- 
mirrorControllerHttpMirrorControl mirrorController 
- 
portFieldJTextField portField 
- 
startJButton start 
- 
stopJButton stop 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGuiclass HttpTestSampleGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
concurrentDwnorg.apache.jmeter.gui.JBooleanPropertyEditor concurrentDwn 
- 
concurrentPoolJTextField concurrentPool 
- 
connectTimeOutJTextField connectTimeOut 
- 
embeddedAllowREJTextField embeddedAllowRE 
- 
embeddedExcludeREJTextField embeddedExcludeRE 
- 
httpImplementationJComboBox<String> httpImplementation 
- 
isAJPboolean isAJP 
- 
proxyHostJTextField proxyHost 
- 
proxyPassJPasswordField proxyPass 
- 
proxyPortJTextField proxyPort 
- 
proxySchemeJTextField proxyScheme 
- 
proxyUserJTextField proxyUser 
- 
responseTimeOutJTextField responseTimeOut 
- 
retrieveEmbeddedResourcesorg.apache.jmeter.gui.JBooleanPropertyEditor retrieveEmbeddedResources 
- 
sourceIpAddrJTextField sourceIpAddr 
- 
sourceIpTypeJComboBox<String> sourceIpType 
- 
urlConfigGuiUrlConfigGui urlConfigGui 
- 
useMD5org.apache.jmeter.gui.JBooleanPropertyEditor useMD5 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.control.gui.RecordControllerclass RecordController extends LogicControllerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
clearButtonJButton clearButton Clear the recorded samples
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.gui- 
Class org.apache.jmeter.protocol.http.gui.AuthPanelclass AuthPanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- -378312656300713635L
 - 
Serialized Fields- 
addButtonJButton addButton 
- 
authTableJTable authTable A table to show the authentication information.
- 
clearEachIterationJCheckBox clearEachIteration 
- 
controlledByThreadGroupJCheckBox controlledByThreadGroup 
- 
deleteButtonJButton deleteButton 
- 
loadButtonJButton loadButton 
- 
saveButtonJButton saveButton 
- 
tableModelorg.apache.jmeter.protocol.http.gui.AuthPanel.InnerTableModel tableModel 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.gui.CacheManagerGuiclass CacheManagerGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
clearEachIterationJCheckBox clearEachIteration 
- 
controlledByThreadGroupJCheckBox controlledByThreadGroup 
- 
maxCacheSizeJTextField maxCacheSize 
- 
useExpiresJCheckBox useExpires 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.gui.CookiePanelclass CookiePanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addButtonJButton addButton 
- 
clearEachIterationJCheckBox clearEachIteration 
- 
controlledByThreadGroupJCheckBox controlledByThreadGroup 
- 
cookieTableJTable cookieTable 
- 
deleteButtonJButton deleteButton 
- 
loadButtonJButton loadButton 
- 
policyJLabeledChoice policy 
- 
saveButtonJButton saveButton 
- 
tableModelPowerTableModel tableModel 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.gui.DNSCachePanelclass DNSCachePanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- 2120L
 - 
Serialized Fields- 
addButtonJButton addButton 
- 
addHostButtonJButton addHostButton 
- 
clearEachIterationJCheckBox clearEachIteration 
- 
custResButtonJRadioButton custResButton 
- 
deleteButtonJButton deleteButton 
- 
deleteHostButtonJButton deleteHostButton 
- 
dnsHostsButPanelJPanel dnsHostsButPanel 
- 
dnsHostsPanelJPanel dnsHostsPanel 
- 
dnsHostsTableJTable dnsHostsTable 
- 
dnsHostsTableModelPowerTableModel dnsHostsTableModel 
- 
dnsServButPanelJPanel dnsServButPanel 
- 
dnsServersPanelJPanel dnsServersPanel 
- 
dnsServersTableJTable dnsServersTable 
- 
dnsServersTableModelPowerTableModel dnsServersTableModel 
- 
providerDNSradioGroupButtonGroup providerDNSradioGroup 
- 
sysResButtonJRadioButton sysResButton 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.gui.HeaderPanelclass HeaderPanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
deleteButtonJButton deleteButton 
- 
headerManagerHeaderManager headerManager 
- 
headerTableJTable headerTable 
- 
saveButtonJButton saveButton 
- 
tableModelorg.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.gui.HTTPArgumentsPanelclass HTTPArgumentsPanel extends ArgumentsPanel implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanelclass HTTPFileArgsPanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
addJButton add A button for adding new files to the table.
- 
browseJButton browse A button for browsing file system to set path of selected row in table.
- 
deleteJButton delete A button for removing files from the table.
- 
showDetailAbstractButton showDetail 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.modifier- 
Class org.apache.jmeter.protocol.http.modifier.AnchorModifierclass AnchorModifier extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.modifier.RegExUserParametersclass RegExUserParameters extends AbstractTestElement implements Serializable- serialVersionUID:
- 5486502839185386121L
 
- 
Class org.apache.jmeter.protocol.http.modifier.URLRewritingModifierclass URLRewritingModifier extends AbstractTestElement implements Serializable- serialVersionUID:
- 233L
 - 
Serialization Methods- 
readResolve
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.modifier.gui- 
Class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGuiclass AnchorModifierGui extends AbstractPreProcessorGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.http.modifier.gui.RegExUserParametersGuiclass RegExUserParametersGui extends AbstractPreProcessorGui implements Serializable- serialVersionUID:
- 3080808672311046276L
 - 
Serialized Fields- 
paramNamesGrNrFieldJLabeledTextField paramNamesGrNrField 
- 
paramValuesGrNrFieldJLabeledTextField paramValuesGrNrField 
- 
refRegExRefNameFieldJLabeledTextField refRegExRefNameField 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGuiclass URLRewritingModifierGui extends AbstractPreProcessorGui implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.parser- 
Exception org.apache.jmeter.protocol.http.parser.HTMLParseExceptionclass HTMLParseException extends LinkExtractorParseException implements Serializable- serialVersionUID:
- 241L
 
- 
Exception org.apache.jmeter.protocol.http.parser.LinkExtractorParseExceptionclass LinkExtractorParseException extends Exception implements Serializable- serialVersionUID:
- 6816968619973437826L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.proxy- 
Class org.apache.jmeter.protocol.http.proxy.ProxyControlclass ProxyControl extends GenericController implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
addableInterfacesSet<Class<?>> addableInterfaces 
- 
addAssertionsboolean addAssertions 
- 
groupingModeint groupingMode 
- 
keyPasswordString keyPassword 
- 
lastTimelong lastTime 
- 
nonGuiTreeModelJMeterTreeModel nonGuiTreeModel 
- 
notifyChildSamplerListenersOfFilteredSamplesboolean notifyChildSamplerListenersOfFilteredSamples 
- 
oldPrefixString oldPrefix 
- 
regexMatchboolean regexMatch 
- 
sampleGaplong sampleGap 
- 
sampleQueueArrayDeque<org.apache.jmeter.protocol.http.proxy.ProxyControl.SamplerInfo> sampleQueue 
- 
samplerDownloadImagesboolean samplerDownloadImages 
- 
samplerFollowRedirectsboolean samplerFollowRedirects 
- 
samplerRedirectAutomaticallyboolean samplerRedirectAutomatically 
- 
storePasswordString storePassword 
- 
targetJMeterTreeNode target Tree node where the samples should be stored. This property is not persistent.
- 
useKeepAliveboolean useKeepAlive 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.proxy.gui- 
Class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGuiclass ProxyControlGui extends LogicControllerGui implements Serializable- serialVersionUID:
- 232L
 - 
Serialized Fields- 
addAssertionsJCheckBox addAssertions Add an Assertion to the first sample of each set
- 
contentTypeExcludeJTextField contentTypeExclude Regular expression to exclude results based on content type
- 
contentTypeIncludeJTextField contentTypeInclude Regular expression to include results based on content type
- 
counterValueJTextField counterValue 
- 
defaultEncodingJTextField defaultEncoding Default enccoding for parsing
- 
detectGraphQLRequestJCheckBox detectGraphQLRequest Set/clear the Detect GraphQL Request box on the samplers (default is true)
- 
excludeModelPowerTableModel excludeModel 
- 
excludeTableJTable excludeTable 
- 
groupingModeJComboBox<String> groupingMode Whether to group requests together based on inactivity separation periods -- and how to handle such grouping afterwards.
- 
httpHeadersJCheckBox 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.
- 
httpSampleNameFormatJTextField httpSampleNameFormat 
- 
httpSampleNamingModeJComboBox<String> httpSampleNamingMode To choose between a prefix or a transaction name
- 
includeModelPowerTableModel includeModel 
- 
includeTableJTable includeTable 
- 
modelProxyControl model 
- 
notifyChildSamplerListenerOfFilteredSamplersCBJCheckBox notifyChildSamplerListenerOfFilteredSamplersCB Notify child Listener of Filtered Samplers
- 
portFieldJTextField portField 
- 
prefixHTTPSampleNameJTextField prefixHTTPSampleName Add a prefix/transaction name to HTTP sample name recorded
- 
proxyPauseHTTPSampleJTextField proxyPauseHTTPSample Delay between HTTP requests
- 
regexMatchJCheckBox regexMatch 
- 
restartJButton restart 
- 
samplerDownloadImagesJCheckBox samplerDownloadImages Set/clear the Download images box on the samplers (default is false)
- 
samplerFollowRedirectsJCheckBox samplerFollowRedirects Set/clear the Follow-redirects box on the samplers (default is true)
- 
samplerRedirectAutomaticallyJCheckBox samplerRedirectAutomatically Set/clear the Redirect automatically box on the samplers (default is false)
- 
samplerTypeNameJComboBox<String> samplerTypeName The list of sampler type names to choose from
- 
sslDomainsJLabeledTextField sslDomains 
- 
startJButton start 
- 
stopJButton stop 
- 
targetNodesJComboBox<Object> targetNodes List of available target controllers
- 
targetNodesModelDefaultComboBoxModel<Object> targetNodesModel 
- 
useKeepAliveJCheckBox useKeepAlive Set/clear the Use Keep-Alive box on the samplers (default is true)
 
- 
 
- 
Class org.apache.jmeter.protocol.http.proxy.gui.RecorderDialogclass RecorderDialog extends JDialog implements Serializable- serialVersionUID:
- 931790497924069705L
 - 
Serialized Fields- 
httpSampleNamingModeJComboBox<String> httpSampleNamingMode To choose between a prefix or a transaction name
- 
prefixHTTPSampleNameJTextField prefixHTTPSampleName Add a prefix/transaction name to HTTP sample name recorded
- 
proxyPauseHTTPSampleJTextField proxyPauseHTTPSample 
- 
recorderGuiProxyControlGui recorderGui 
- 
sampleNameFormatJTextField sampleNameFormat 
- 
stopJButton stop 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.http.sampler- 
Class org.apache.jmeter.protocol.http.sampler.AccessLogSamplerclass AccessLogSampler extends HTTPSampler implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.protocol.http.sampler.AjpSamplerclass AjpSampler extends HTTPSamplerBase implements Serializable- serialVersionUID:
- 234L
 
- 
Class org.apache.jmeter.protocol.http.sampler.HTTPSamplerclass HTTPSampler extends HTTPSamplerBase implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.protocol.http.sampler.HTTPSamplerBaseclass HTTPSamplerBase extends AbstractSampler implements Serializable- serialVersionUID:
- 243L
 
- 
Class org.apache.jmeter.protocol.http.sampler.HTTPSampleResultclass HTTPSampleResult extends SampleResult implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
cookiesString cookies 
- 
methodString method 
- 
queryStringString queryString 
- 
redirectLocationString redirectLocation The raw value of the Location: header; may be null. This is supposed to be an absolute URL: RFC2616 sec14.30 but is often relative.
 
- 
 
- 
Class org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxyclass HTTPSamplerProxy extends HTTPSamplerBase implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.util- 
Class org.apache.jmeter.protocol.http.util.HTTPArgumentclass HTTPArgument extends Argument implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.protocol.http.util.HTTPFileArgclass HTTPFileArg extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
headerString header temporary storage area for the body header.
 
- 
 
- 
Class org.apache.jmeter.protocol.http.util.HTTPFileArgsclass HTTPFileArgs extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.http.util.accesslog- 
Class org.apache.jmeter.protocol.http.util.accesslog.LogFilterclass LogFilter extends Object implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
CHANGEEXTboolean CHANGEEXT 
- 
EXCFILEString[] EXCFILE 
- 
excludePatternStringsList<String> excludePatternStrings 
- 
EXCPATTERNSArrayList<org.apache.oro.text.regex.Pattern> EXCPATTERNS 
- 
EXCPTRNString[] EXCPTRN 
- 
FILEFILTERboolean FILEFILTER 
- 
INCFILEString[] INCFILE 
- 
includePatternStringsList<String> includePatternStrings 
- 
INCPATTERNSArrayList<org.apache.oro.text.regex.Pattern> INCPATTERNS 
- 
INCPTRNString[] INCPTRN 
- 
NEWEXTString NEWEXT 
- 
NEWFILEString NEWFILE 
- 
OLDEXTString OLDEXT 
- 
PTRNFILTERboolean PTRNFILTER 
- 
USEFILEboolean USEFILE 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.util.accesslog.SessionFilterclass SessionFilter extends Object implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
cookieManagersMap<String, CookieManager> cookieManagers These objects are static across multiple threads in a test, via clone() method.
- 
lastUsedCookieManager lastUsed 
- 
managersInUseSet<CookieManager> managersInUse 
 
- 
 
- 
Class org.apache.jmeter.protocol.http.util.accesslog.StandardGeneratorclass StandardGenerator extends Object implements Serializable- serialVersionUID:
- 234L
 - 
Serialized Fields- 
FILEFile FILE 
- 
FILENAMEString FILENAME 
- 
SAMPLEHTTPSamplerBase SAMPLE 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.java.config- 
Class org.apache.jmeter.protocol.java.config.JavaConfigclass JavaConfig extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.java.config.gui- 
Class org.apache.jmeter.protocol.java.config.gui.JavaConfigGuiclass JavaConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
argsPanelArgumentsPanel argsPanel A panel allowing the user to set arguments for this test.
- 
classNameLabeledChoiceJLabeledChoice classNameLabeledChoice A combo box allowing the user to choose a test class.
- 
displayNameboolean 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.
- 
warningLabelJLabel warningLabel Used in case the referenced class is not in classpath or does not implementJavaSamplerClient
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.java.control.gui- 
Class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGuiclass BeanShellSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
filenameFilePanelEntry filename 
- 
parametersJTextField parameters 
- 
resetInterpreterorg.apache.jmeter.gui.JBooleanPropertyEditor resetInterpreter 
- 
scriptFieldJSyntaxTextArea scriptField 
 
- 
 
- 
Class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGuiclass JavaTestSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
javaPanelJavaConfigGui javaPanel Panel containing the configuration options.
 
- 
 
- 
Class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGuiclass JUnitTestSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
appendErrorJCheckBox appendError 
- 
appendExcJCheckBox appendExc 
- 
classnameComboJComboBox<String> classnameCombo A combo box allowing the user to choose a test class.
- 
constructorLabelJTextField constructorLabel 
- 
createInstancePerSampleJCheckBox createInstancePerSample 
- 
doSetupJCheckBox doSetup 
- 
errorCodeJTextField errorCode 
- 
errorMsgJTextField errorMsg 
- 
failureCodeJTextField failureCode 
- 
failureMsgJTextField failureMsg 
- 
filterpkgJLabeledTextField filterpkg 
- 
junit4JCheckBox junit4 
- 
methodNameJComboBox<String> methodName 
- 
successCodeJTextField successCode 
- 
successMsgJTextField successMsg 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.java.sampler- 
Class org.apache.jmeter.protocol.java.sampler.BeanShellSamplerclass BeanShellSampler extends BeanShellTestElement implements Serializable- serialVersionUID:
- 4L
 
- 
Class org.apache.jmeter.protocol.java.sampler.BSFSamplerclass BSFSampler extends BSFTestElement implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.protocol.java.sampler.JavaSamplerclass JavaSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
isToBeRegisteredboolean isToBeRegistered If true, the JavaSamplerClient class implements tearDownTest. Created by testStarted; copied to cloned instances.
- 
javaClassClass<?> javaClass The JavaSamplerClient class used by this sampler. Created by testStarted; copied to cloned instances.
 
- 
 
- 
Class org.apache.jmeter.protocol.java.sampler.JSR223Samplerclass JSR223Sampler extends JSR223TestElement implements Serializable- serialVersionUID:
- 235L
 
- 
Class org.apache.jmeter.protocol.java.sampler.JUnitSamplerclass JUnitSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.protocol.java.test- 
Class org.apache.jmeter.protocol.java.test.JavaTestclass JavaTest extends AbstractJavaSamplerClient implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
labelString label The label to store in the sample result.
- 
responseCodeString responseCode The response code to be stored in the sample result.
- 
responseMessageString responseMessage The response message to store in the sample result.
- 
resultDataString resultData Holds the result data (shown as Response Data in the Tree display).
- 
samplerDataString samplerData The sampler data (shown as Request Data in the Tree display).
- 
sleepMasklong sleepMask A mask to be applied to the current time in order to add a semi-random component to the sleep time.
- 
sleepTimelong sleepTime The base number of milliseconds to sleep during each sample.
- 
successboolean success The success status to be stored in the sample result.
 
- 
 
- 
Class org.apache.jmeter.protocol.java.test.SleepTestclass SleepTest extends AbstractJavaSamplerClient implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
nameString name 
- 
sleepMasklong sleepMask A mask to be applied to the current time in order to add a random component to the sleep time.
- 
sleepTimelong sleepTime The base number of milliseconds to sleep during each sample.
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.jdbc- 
Class org.apache.jmeter.protocol.jdbc.AbstractJDBCTestElementclass AbstractJDBCTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 235L
 - 
Serialized Fields- 
dataSourceString dataSource 
- 
queryString query 
- 
queryArgumentsString queryArguments 
- 
queryArgumentsTypesString queryArgumentsTypes 
- 
queryTimeoutString queryTimeout 
- 
queryTypeString queryType 
- 
resultSetHandlerString resultSetHandler 
- 
resultSetMaxRowsString resultSetMaxRows 
- 
resultVariableString resultVariable 
- 
variableNamesString variableNames 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.jdbc.config- 
Class org.apache.jmeter.protocol.jdbc.config.DataSourceElementclass DataSourceElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 235L
 
 
- 
- 
Package org.apache.jmeter.protocol.jdbc.processor- 
Class org.apache.jmeter.protocol.jdbc.processor.AbstractJDBCProcessorclass AbstractJDBCProcessor extends AbstractJDBCTestElement implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.protocol.jdbc.processor.JDBCPostProcessorclass JDBCPostProcessor extends AbstractJDBCProcessor implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.protocol.jdbc.processor.JDBCPreProcessorclass JDBCPreProcessor extends AbstractJDBCProcessor implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.protocol.jdbc.sampler- 
Class org.apache.jmeter.protocol.jdbc.sampler.JDBCSamplerclass JDBCSampler extends AbstractJDBCTestElement implements Serializable- serialVersionUID:
- 234L
 
 
- 
- 
Package org.apache.jmeter.protocol.jms.control.gui- 
Class org.apache.jmeter.protocol.jms.control.gui.JMSPropertiesPanelclass JMSPropertiesPanel extends JPanel implements Serializable- serialVersionUID:
- -2893899384410289131L
 
- 
Class org.apache.jmeter.protocol.jms.control.gui.JMSPublisherGuiclass JMSPublisherGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
configChoiceJLabeledRadioI18N configChoice 
- 
destSetupJLabeledRadioI18N destSetup 
- 
expirationJLabeledTextField expiration 
- 
fileEncodingJComboBox<String> fileEncoding 
- 
iterationsJTextField iterations 
- 
jmsDestinationJTextField jmsDestination 
- 
jmsErrorReconnectOnCodesJTextField jmsErrorReconnectOnCodes 
- 
jmsPropertiesPanelJMSPropertiesPanel jmsPropertiesPanel 
- 
jmsPwdJLabeledTextField jmsPwd 
- 
jmsUserJLabeledTextField jmsUser 
- 
jndiConnFacJTextField jndiConnFac 
- 
jndiICFJTextField jndiICF 
- 
messageFileFilePanel messageFile 
- 
msgChoiceJLabeledRadioI18N msgChoice 
- 
priorityJLabeledTextField priority 
- 
randomFileFilePanel randomFile 
- 
textMessageJSyntaxTextArea textMessage 
- 
urlFieldJTextField urlField 
- 
useAuthJCheckBox useAuth 
- 
useNonPersistentDeliveryJCheckBox useNonPersistentDelivery 
- 
usePropertiesJCheckBox useProperties 
 
- 
 
- 
Class org.apache.jmeter.protocol.jms.control.gui.JMSSamplerGuiclass JMSSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
expirationJLabeledTextField expiration 
- 
initialContextFactoryJLabeledTextField initialContextFactory 
- 
jmsCommunicationStyleJLabeledChoice jmsCommunicationStyle 
- 
jmsPropertiesPanelJMSPropertiesPanel jmsPropertiesPanel 
- 
jmsSelectorJLabeledTextField jmsSelector 
- 
jndiPropertiesPanelArgumentsPanel jndiPropertiesPanel 
- 
messageContentJSyntaxTextArea messageContent 
- 
numberOfSamplesToAggregateJLabeledTextField numberOfSamplesToAggregate 
- 
priorityJLabeledTextField priority 
- 
providerUrlJLabeledTextField providerUrl 
- 
queueConnectionFactoryJLabeledTextField queueConnectionFactory 
- 
receiveQueueJLabeledTextField receiveQueue 
- 
sendQueueJLabeledTextField sendQueue 
- 
timeoutJLabeledTextField timeout 
- 
useNonPersistentDeliveryJCheckBox useNonPersistentDelivery 
- 
useReqMsgIdAsCorrelIdJCheckBox useReqMsgIdAsCorrelId 
- 
useResMsgIdAsCorrelIdJCheckBox useResMsgIdAsCorrelId 
 
- 
 
- 
Class org.apache.jmeter.protocol.jms.control.gui.JMSSubscriberGuiclass JMSSubscriberGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
clientChoiceJLabeledRadioI18N clientChoice 
- 
destSetupJLabeledRadioI18N destSetup 
- 
jmsClientIdJTextField jmsClientId 
- 
jmsDestinationJTextField jmsDestination 
- 
jmsDurableSubscriptionIdJTextField jmsDurableSubscriptionId 
- 
jmsErrorPauseBetweenJTextField jmsErrorPauseBetween 
- 
jmsErrorReconnectOnCodesJTextField jmsErrorReconnectOnCodes 
- 
jmsPwdJLabeledTextField jmsPwd 
- 
jmsSelectorJTextField jmsSelector 
- 
jmsUserJLabeledTextField jmsUser 
- 
jndiConnFacJTextField jndiConnFac 
- 
jndiICFJTextField jndiICF 
- 
samplesToAggregateJTextField samplesToAggregate 
- 
separatorJTextField separator 
- 
stopBetweenSamplesJCheckBox stopBetweenSamples 
- 
storeResponseJCheckBox storeResponse 
- 
timeoutJTextField timeout 
- 
urlFieldJTextField urlField 
- 
useAuthJCheckBox useAuth 
- 
usePropertiesJCheckBox useProperties 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.jms.sampler- 
Class org.apache.jmeter.protocol.jms.sampler.BaseJMSSamplerclass BaseJMSSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.protocol.jms.sampler.JMSPropertiesclass JMSProperties extends AbstractTestElement implements Serializable- serialVersionUID:
- -2896138201054314563L
 
- 
Class org.apache.jmeter.protocol.jms.sampler.JMSPropertyclass JMSProperty extends AbstractTestElement implements Serializable- serialVersionUID:
- 6371090992800805753L
 
- 
Class org.apache.jmeter.protocol.jms.sampler.JMSSamplerclass JMSSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.protocol.jms.sampler.PublisherSamplerclass PublisherSampler extends BaseJMSSampler implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.protocol.jms.sampler.SubscriberSamplerclass SubscriberSampler extends BaseJMSSampler implements Serializable- serialVersionUID:
- 240L
 - 
Serialization Methods- 
readResolve
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.ldap.config.gui- 
Class org.apache.jmeter.protocol.ldap.config.gui.LDAPArgumentclass LDAPArgument extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.ldap.config.gui.LDAPArgumentsclass LDAPArguments extends ConfigTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.ldap.config.gui.LDAPArgumentsPanelclass LDAPArgumentsPanel extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.ldap.config.gui.LdapConfigGuiclass LdapConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addJTextField add 
- 
addTestJRadioButton addTest 
- 
bGroupButtonGroup bGroup 
- 
cardsJPanel cards 
- 
deleteJTextField delete 
- 
deleteTestJRadioButton deleteTest 
- 
displayNameboolean displayName 
- 
modifyJTextField modify 
- 
modifyTestJRadioButton modifyTest 
- 
portJTextField port 
- 
rootdnJTextField rootdn 
- 
searchbaseJTextField searchbase 
- 
searchfilterJTextField searchfilter 
- 
searchTestJRadioButton searchTest 
- 
servernameJTextField servername 
- 
tableAddPanelArgumentsPanel tableAddPanel 
- 
tableModifyPanelArgumentsPanel tableModifyPanel 
- 
userDefinedJCheckBox userDefined 
 
- 
 
- 
Class org.apache.jmeter.protocol.ldap.config.gui.LdapExtConfigGuiclass LdapExtConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
addJTextField add 
- 
addTestJRadioButton addTest 
- 
attribsJTextField attribs 
- 
bGroupButtonGroup bGroup 
- 
bindJRadioButton bind 
- 
cardsJPanel cards 
- 
compareJRadioButton compare 
- 
comparednJTextField comparedn 
- 
comparefiltJTextField comparefilt 
- 
conntoJTextField connto 
- 
countlimJTextField countlim 
- 
deleteJTextField delete 
- 
deleteTestJRadioButton deleteTest 
- 
derefJCheckBox deref 
- 
displayNameboolean displayName 
- 
modddnJTextField modddn 
- 
modifyJTextField modify 
- 
modifyTestJRadioButton modifyTest 
- 
newdnJTextField newdn 
- 
parseflagJCheckBox parseflag 
- 
portJTextField port 
- 
renameJRadioButton rename 
- 
retobjJCheckBox retobj 
- 
rootdnJTextField rootdn 
- 
sbindJRadioButton sbind 
- 
scopeJLabeledChoice scope 
- 
SCOPE_STRINGSString[] SCOPE_STRINGS 
- 
searchbaseJTextField searchbase 
- 
searchfilterJTextField searchfilter 
- 
searchTestJRadioButton searchTest 
- 
secureJCheckBox secure 
- 
servernameJTextField servername 
- 
tableAddPanelArgumentsPanel tableAddPanel 
- 
tableModifyPanelLDAPArgumentsPanel tableModifyPanel 
- 
timelimJTextField timelim 
- 
trustAllJCheckBox trustAll 
- 
unbindJRadioButton unbind 
- 
userdnJTextField userdn 
- 
userpwJTextField userpw 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.ldap.control.gui- 
Class org.apache.jmeter.protocol.ldap.control.gui.LdapExtTestSamplerGuiclass LdapExtTestSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
ldapDefaultPanelLdapExtConfigGui ldapDefaultPanel 
 
- 
 
- 
Class org.apache.jmeter.protocol.ldap.control.gui.LdapTestSamplerGuiclass LdapTestSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
ldapDefaultPanelLdapConfigGui ldapDefaultPanel 
- 
loginPanelLoginConfigGui loginPanel 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.ldap.sampler- 
Class org.apache.jmeter.protocol.ldap.sampler.LDAPExtSamplerclass LDAPExtSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.protocol.ldap.sampler.LDAPSamplerclass LDAPSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
searchFoundEntriesboolean searchFoundEntries 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.mail.sampler- 
Class org.apache.jmeter.protocol.mail.sampler.MailReaderSamplerclass MailReaderSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
busyboolean busy 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.mail.sampler.gui- 
Class org.apache.jmeter.protocol.mail.sampler.gui.MailReaderSamplerGuiclass MailReaderSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
accountLabelString accountLabel 
- 
allMessagesButtonJRadioButton allMessagesButton 
- 
allMessagesLabelString allMessagesLabel 
- 
deleteBoxJCheckBox deleteBox 
- 
deleteLabelString deleteLabel 
- 
folderBoxJTextField folderBox 
- 
folderLabelJLabel folderLabel 
- 
folderLabelStrString folderLabelStr 
- 
headerOnlyBoxJCheckBox headerOnlyBox 
- 
headerOnlyLabelString headerOnlyLabel 
- 
numMessagesLabelString numMessagesLabel 
- 
passwordBoxJTextField passwordBox 
- 
passwordLabelString passwordLabel 
- 
portBoxJTextField portBox 
- 
portLabelString portLabel 
- 
securitySettingsPanelSecuritySettingsPanel securitySettingsPanel 
- 
serverBoxJTextField serverBox 
- 
serverLabelString serverLabel 
- 
serverTypeBoxJTextField serverTypeBox 
- 
serverTypeLabelString serverTypeLabel 
- 
someMessagesButtonJRadioButton someMessagesButton 
- 
someMessagesFieldJTextField someMessagesField 
- 
storeMimeString storeMime 
- 
storeMimeMessageBoxJCheckBox storeMimeMessageBox 
- 
usernameBoxJTextField usernameBox 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.mongodb.config- 
Class org.apache.jmeter.protocol.mongodb.config.MongoSourceElementclass MongoSourceElement extends ConfigTestElement implements Serializable- serialVersionUID:
- 2100L
 - 
Serialized Fields- 
autoConnectRetryboolean autoConnectRetry 
- 
connectionString connection 
- 
connectionsPerHostint connectionsPerHost 
- 
connectTimeoutint connectTimeout 
- 
continueOnInsertErrorboolean continueOnInsertError 
- 
fsyncboolean fsync 
- 
maxAutoConnectRetryTimelong maxAutoConnectRetryTime 
- 
maxWaitTimeint maxWaitTime 
- 
safeboolean safe 
- 
socketKeepAliveboolean socketKeepAlive 
- 
socketTimeoutint socketTimeout 
- 
sourceString source 
- 
threadsAllowedToBlockForConnectionMultiplierint threadsAllowedToBlockForConnectionMultiplier 
- 
waitForJournalingboolean waitForJournaling 
- 
writeOperationNumberOfServersint writeOperationNumberOfServers 
- 
writeOperationTimeoutint writeOperationTimeout 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.mongodb.sampler- 
Class org.apache.jmeter.protocol.mongodb.sampler.MongoScriptSamplerclass MongoScriptSampler extends AbstractSampler implements Serializable- serialVersionUID:
- -7789012234636439896L
 
 
- 
- 
Package org.apache.jmeter.protocol.smtp.sampler- 
Class org.apache.jmeter.protocol.smtp.sampler.SmtpSamplerclass SmtpSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.protocol.smtp.sampler.gui- 
Class org.apache.jmeter.protocol.smtp.sampler.gui.SecuritySettingsPanelclass SecuritySettingsPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bgSecuritySettingsButtonGroup bgSecuritySettings 
- 
cbEnforceStartTLSJCheckBox cbEnforceStartTLS 
- 
cbTrustAllCertsJCheckBox cbTrustAllCerts 
- 
cbUseLocalTrustStoreJCheckBox cbUseLocalTrustStore 
- 
jlTlsProtocolsToUseJLabel jlTlsProtocolsToUse 
- 
jlTrustStoreToUseJLabel jlTrustStoreToUse 
- 
rbUseNoneJRadioButton rbUseNone 
- 
rbUseSSLJRadioButton rbUseSSL 
- 
rbUseStartTLSJRadioButton rbUseStartTLS 
- 
tfTlsProtocolsToUseJTextField tfTlsProtocolsToUse 
- 
tfTrustStoreToUseJTextField tfTrustStoreToUse 
 
- 
 
- 
Class org.apache.jmeter.protocol.smtp.sampler.gui.SmtpPanelclass SmtpPanel extends JPanel implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
addHeaderFieldButtonJButton addHeaderFieldButton 
- 
attachmentFileChooserJFileChooser attachmentFileChooser 
- 
browseButtonJButton browseButton 
- 
cbEnableDebugJCheckBox cbEnableDebug 
- 
cbIncludeTimestampJCheckBox cbIncludeTimestamp 
- 
cbMessageSizeStatsJCheckBox cbMessageSizeStats 
- 
cbPlainBodyJCheckBox cbPlainBody 
- 
cbSuppressSubjectJCheckBox cbSuppressSubject 
- 
cbUseAuthJCheckBox cbUseAuth 
- 
cbUseEmlMessageJCheckBox cbUseEmlMessage 
- 
emlBrowseButtonJButton emlBrowseButton 
- 
emlFileChooserJFileChooser emlFileChooser 
- 
headerFieldNameJLabel headerFieldName 
- 
headerFieldsMap<JTextField, JTextField> headerFields 
- 
headerFieldsPanelJPanel headerFieldsPanel 
- 
headerFieldValueJLabel headerFieldValue 
- 
headerGridYint headerGridY 
- 
removeButtonsMap<JButton, JTextField> removeButtons 
- 
securitySettingsPanelSecuritySettingsPanel securitySettingsPanel 
- 
taMessageJTextArea taMessage 
- 
tfAttachmentJTextField tfAttachment 
- 
tfAuthPasswordJTextField tfAuthPassword 
- 
tfAuthUsernameJTextField tfAuthUsername 
- 
tfEmlMessageJTextField tfEmlMessage 
- 
tfMailFromJTextField tfMailFrom 
- 
tfMailReplyToJTextField tfMailReplyTo 
- 
tfMailServerJTextField tfMailServer 
- 
tfMailServerConnectionTimeoutJTextField tfMailServerConnectionTimeout 
- 
tfMailServerPortJTextField tfMailServerPort 
- 
tfMailServerTimeoutJTextField tfMailServerTimeout 
- 
tfMailToJTextField tfMailTo 
- 
tfMailToBCCJTextField tfMailToBCC 
- 
tfMailToCCJTextField tfMailToCC 
- 
tfSubjectJTextField tfSubject 
 
- 
 
- 
Class org.apache.jmeter.protocol.smtp.sampler.gui.SmtpSamplerGuiclass SmtpSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
smtpPanelSmtpPanel smtpPanel 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.system- 
Class org.apache.jmeter.protocol.system.SystemSamplerclass SystemSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jmeter.protocol.system.gui- 
Class org.apache.jmeter.protocol.system.gui.SystemSamplerGuiclass SystemSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- -2413845772703695934L
 - 
Serialized Fields- 
argsPanelArgumentsPanel argsPanel 
- 
checkReturnCodeJCheckBox checkReturnCode 
- 
commandFilePanelEntry command 
- 
desiredReturnCodeJLabeledTextField desiredReturnCode 
- 
directoryFilePanelEntry directory 
- 
envPanelArgumentsPanel envPanel 
- 
stderrFilePanelEntry stderr 
- 
stdinFilePanelEntry stdin 
- 
stdoutFilePanelEntry stdout 
- 
timeoutJLabeledTextField timeout 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.tcp.config.gui- 
Class org.apache.jmeter.protocol.tcp.config.gui.TCPConfigGuiclass TCPConfigGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
classnameJLabeledTextField classname 
- 
closeConnectionTristateCheckBox closeConnection 
- 
displayNameboolean displayName 
- 
eolByteJTextField eolByte 
- 
requestDataJSyntaxTextArea requestData 
- 
reUseConnectionJCheckBox reUseConnection 
- 
serverPanelServerPanel serverPanel 
- 
setNoDelayTristateCheckBox setNoDelay 
- 
soLingerJTextField soLinger 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.tcp.control.gui- 
Class org.apache.jmeter.protocol.tcp.control.gui.TCPSamplerGuiclass TCPSamplerGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
loginPanelLoginConfigGui loginPanel 
- 
tcpDefaultPanelTCPConfigGui tcpDefaultPanel 
 
- 
 
 
- 
- 
Package org.apache.jmeter.protocol.tcp.sampler- 
Exception org.apache.jmeter.protocol.tcp.sampler.ReadExceptionclass ReadException extends Exception implements Serializable- serialVersionUID:
- -2770054697780959330L
 - 
Serialized Fields- 
partialResponseString partialResponse 
 
- 
 
- 
Class org.apache.jmeter.protocol.tcp.sampler.TCPSamplerclass TCPSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 280L
 
 
- 
- 
Package org.apache.jmeter.report.config- 
Exception org.apache.jmeter.report.config.ConfigurationExceptionclass ConfigurationException extends Exception implements Serializable- serialVersionUID:
- -8686808406435011845L
 
 
- 
- 
Package org.apache.jmeter.report.core- 
Exception org.apache.jmeter.report.core.ConvertExceptionclass ConvertException extends Exception implements Serializable- serialVersionUID:
- -8837968211227052980L
 
- 
Class org.apache.jmeter.report.core.CsvFileclass CsvFile extends File implements Serializable- serialVersionUID:
- 4721600093557427167L
 - 
Serialized Fields- 
separatorchar separator 
 
- 
 
- 
Class org.apache.jmeter.report.core.DataContext- serialVersionUID:
- -3433238675809262160L
 
- 
Exception org.apache.jmeter.report.core.SampleExceptionclass SampleException extends RuntimeException implements Serializable- serialVersionUID:
- -6186024584671619389L
 
 
- 
- 
Package org.apache.jmeter.report.dashboard- 
Exception org.apache.jmeter.report.dashboard.ExportExceptionclass ExportException extends Exception implements Serializable- serialVersionUID:
- 89868452883024813L
 
- 
Exception org.apache.jmeter.report.dashboard.GenerationExceptionclass GenerationException extends Exception implements Serializable- serialVersionUID:
- 8344451600520488094L
 
 
- 
- 
Package org.apache.jmeter.report.processor- 
Class org.apache.jmeter.report.processor.ChannelContext- serialVersionUID:
- -3090936623529607644L
 
 
- 
- 
Package org.apache.jmeter.reporters- 
Class org.apache.jmeter.reporters.AbstractListenerElementclass AbstractListenerElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.reporters.MailerModelclass MailerModel extends AbstractTestElement implements Serializable- serialVersionUID:
- 271L
 - 
Serialized Fields- 
failureCountlong failureCount 
- 
failureMsgSentboolean failureMsgSent 
- 
siteDownboolean siteDown 
- 
successCountlong successCount 
- 
successMsgSentboolean successMsgSent 
 
- 
 
- 
Class org.apache.jmeter.reporters.MailerResultCollectorclass MailerResultCollector extends ResultCollector implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.reporters.ResultActionclass ResultAction extends OnErrorTestElement implements Serializable- serialVersionUID:
- 242L
 
- 
Class org.apache.jmeter.reporters.ResultCollectorclass ResultCollector extends AbstractListenerElement implements Serializable- serialVersionUID:
- 234L
 - 
Serialized Fields- 
inTestboolean inTest Is a test running ?
- 
isStatsboolean isStats 
- 
summariserSummariser summariser the summarizer to which this result collector will forward the samples
 
- 
 
- 
Class org.apache.jmeter.reporters.ResultSaverclass ResultSaver extends AbstractTestElement implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
numberPadLengthint numberPadLength 
- 
sequenceNumberlong sequenceNumber 
- 
timeStampString timeStamp 
 
- 
 
- 
Class org.apache.jmeter.reporters.Summariserclass Summariser extends AbstractTestElement implements Serializable- serialVersionUID:
- 234L
 
 
- 
- 
Package org.apache.jmeter.reporters.gui- 
Class org.apache.jmeter.reporters.gui.ResultActionGuiclass ResultActionGui extends AbstractPostProcessorGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
errorPanelOnErrorPanel errorPanel 
 
- 
 
- 
Class org.apache.jmeter.reporters.gui.ResultSaverGuiclass ResultSaverGui extends AbstractListenerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addTimestampJCheckBox addTimestamp 
- 
errorsOnlyJCheckBox errorsOnly 
- 
filenameJLabeledTextField filename 
- 
ignoreTCJCheckBox ignoreTC 
- 
numberPadLengthJLabeledTextField numberPadLength 
- 
skipAutoNumberJCheckBox skipAutoNumber 
- 
skipSuffixJCheckBox skipSuffix 
- 
successOnlyJCheckBox successOnly 
- 
variableNameJLabeledTextField variableName 
 
- 
 
- 
Class org.apache.jmeter.reporters.gui.SummariserGuiclass SummariserGui extends AbstractListenerGui implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.rmi- 
Class org.apache.jmeter.rmi.RMIServerSocketFactoryImplclass RMIServerSocketFactoryImpl extends Object implements Serializable- serialVersionUID:
- 6106381149147208254L
 - 
Serialized Fields- 
localAddressInetAddress localAddress 
 
- 
 
- 
Class org.apache.jmeter.rmi.SSLRMIClientSocketFactoryclass SSLRMIClientSocketFactory extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.rmi.SSLRMIServerSocketFactoryclass SSLRMIServerSocketFactory extends Object implements Serializable- serialVersionUID:
- 258730225720182190L
 - 
Serialized Fields- 
aliasString alias 
- 
clientAuthboolean clientAuth 
- 
keyStoreLocationString keyStoreLocation 
- 
keyStorePasswordString keyStorePassword 
- 
keyStoreTypeString keyStoreType 
- 
localAddressInetAddress localAddress 
- 
trustStoreLocationString trustStoreLocation 
- 
trustStorePasswordString trustStorePassword 
- 
trustStoreTypeString trustStoreType 
 
- 
 
 
- 
- 
Package org.apache.jmeter.sampler- 
Class org.apache.jmeter.sampler.DebugSamplerclass DebugSampler extends AbstractSampler implements Serializable- serialVersionUID:
- 232L
 - 
Serialized Fields- 
displayJMeterPropertiesboolean displayJMeterProperties 
- 
displayJMeterVariablesboolean displayJMeterVariables 
- 
displaySystemPropertiesboolean displaySystemProperties 
 
- 
 
- 
Class org.apache.jmeter.sampler.TestActionclass TestAction extends AbstractSampler implements Serializable- serialVersionUID:
- 242L
 
 
- 
- 
Package org.apache.jmeter.sampler.gui- 
Class org.apache.jmeter.sampler.gui.TestActionGuiclass TestActionGui extends AbstractSamplerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
actionint action 
- 
breakLoopButtonJRadioButton breakLoopButton 
- 
durationFieldJLabeledTextField durationField 
- 
pauseButtonJRadioButton pauseButton 
- 
restartNextThreadLoopButtonJRadioButton restartNextThreadLoopButton 
- 
startNextIterationOfCurrentLoopButtonJRadioButton startNextIterationOfCurrentLoopButton 
- 
stopButtonJRadioButton stopButton 
- 
stopNowButtonJRadioButton stopNowButton 
- 
targetint target 
- 
targetBoxJComboBox<String> targetBox 
 
- 
 
 
- 
- 
Package org.apache.jmeter.samplers- 
Class org.apache.jmeter.samplers.AbstractSamplerclass AbstractSampler extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.samplers.AsynchSampleSenderclass AsynchSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 252L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code.- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
clientConfiguredCapacityint clientConfiguredCapacity 
- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.BatchSampleSenderclass BatchSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 241L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
clientConfiguredNumSamplesThresholdint clientConfiguredNumSamplesThreshold 
- 
clientConfiguredTimeThresholdMslong clientConfiguredTimeThresholdMs 
- 
listenerRemoteSampleListener listener 
- 
sampleStoreList<SampleEvent> sampleStore 
 
- 
 
- 
Class org.apache.jmeter.samplers.DataStrippingSampleSenderclass DataStrippingSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
clientConfiguredStripAlsoOnErrorboolean clientConfiguredStripAlsoOnError 
- 
decoratedSenderSampleSender decoratedSender 
- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.DiskStoreSampleSenderclass DiskStoreSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 253L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.HoldSampleSenderclass HoldSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 241L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
listenerRemoteSampleListener listener 
- 
sampleStoreConcurrentLinkedQueue<SampleEvent> sampleStore 
 
- 
 
- 
Class org.apache.jmeter.samplers.RemoteListenerWrapperclass RemoteListenerWrapper extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
listenerRemoteSampleListener listener 
- 
senderSampleSender sender 
 
- 
 
- 
Class org.apache.jmeter.samplers.RemoteSampleListenerImplclass RemoteSampleListenerImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
sampleListenerSampleListener sampleListener 
- 
testListenerTestStateListener testListener 
 
- 
 
- 
Class org.apache.jmeter.samplers.RemoteSampleListenerWrapperclass RemoteSampleListenerWrapper extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.RemoteTestListenerWrapperclass RemoteTestListenerWrapper extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.SampleEventclass SampleEvent extends Object implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
hostnameString hostname 
- 
isTransactionSampleEventboolean isTransactionSampleEvent 
- 
resultSampleResult result 
- 
threadGroupString threadGroup 
- 
valuesString[] values 
 
- 
 
- 
Class org.apache.jmeter.samplers.SampleResultclass SampleResult extends Object implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
allThreadsint allThreads Currently active threads in all thread groups
- 
assertionResultsList<AssertionResult> assertionResults 
- 
bodySizelong bodySize 
- 
byteslong bytes 
- 
connectTimelong connectTime time to end connecting
- 
contentTypeString contentType 
- 
dataEncodingString dataEncoding 
- 
dataTypeString dataType The data type of the sample
- 
elapsedTimelong elapsedTime elapsed time
- 
endTimelong endTime 
- 
filesSet<String> files Files that this sample has been saved in. In Non GUI mode and when best config is used, size never exceeds 1, but as a compromise set it to 2
- 
groupThreadsint groupThreads Currently active threads in this thread group
- 
headersSizeint headersSize 
- 
idleTimelong idleTime 
- 
labelString label 
- 
latencylong latency time to first response
- 
locationURL location 
- 
nanoThreadSleeplong nanoThreadSleep 
- 
nanoTimeOffsetlong nanoTimeOffset 
- 
parentSampleResult parent 
- 
pauseTimelong pauseTime Start of pause (if any)
- 
requestHeadersString requestHeaders 
- 
responseCodeString responseCode 
- 
responseDatabyte[] responseData 
- 
responseHeadersString responseHeaders 
- 
responseMessageString responseMessage 
- 
resultFileNameString resultFileName Filename used by ResultSaver
- 
sampleCountint sampleCount 
- 
samplerDataString samplerData The data used by the sampler
- 
saveConfigSampleSaveConfiguration saveConfig 
- 
sentByteslong sentBytes 
- 
startTimelong startTime 
- 
stopTestboolean stopTest Should test terminate?
- 
stopTestNowboolean stopTestNow Should test terminate abruptly?
- 
stopThreadboolean stopThread Should thread terminate?
- 
subResultsList<SampleResult> subResults 
- 
successboolean success 
- 
testLogicalActionJMeterContext.TestLogicalAction testLogicalAction Way to signal what to do on Test
- 
threadNameString threadName 
- 
timeStamplong timeStamp timeStamp == 0 means either not yet initialised or no stamp available (e.g. when loading a results file) the time stamp - can be start or end
- 
useNanoTimeboolean useNanoTime 
 
- 
 
- 
Class org.apache.jmeter.samplers.SampleSaveConfigurationclass SampleSaveConfiguration extends Object implements Serializable- serialVersionUID:
- 8L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields- 
assertionsboolean assertions 
- 
assertionsResultsToSaveint assertionsResultsToSave 
- 
bytesboolean bytes 
- 
codeboolean code 
- 
connectTimeboolean connectTime 
- 
dataTypeboolean dataType 
- 
delimiterString delimiter 
- 
encodingboolean encoding 
- 
fieldNamesboolean fieldNames 
- 
fileNameboolean fileName 
- 
hostnameboolean hostname 
- 
idleTimeboolean idleTime 
- 
labelboolean label 
- 
latencyboolean latency 
- 
messageboolean message 
- 
printMillisecondsboolean printMilliseconds 
- 
requestHeadersboolean requestHeaders 
- 
responseDataboolean responseData 
- 
responseDataOnErrorboolean responseDataOnError 
- 
responseHeadersboolean responseHeaders 
- 
sampleCountboolean sampleCount 
- 
samplerDataboolean samplerData 
- 
saveAssertionResultsFailureMessageboolean saveAssertionResultsFailureMessage 
- 
sentBytesboolean sentBytes 
- 
subresultsboolean subresults 
- 
successboolean success 
- 
threadCountsboolean threadCounts 
- 
threadNameboolean threadName 
- 
timeboolean time 
- 
timestampboolean timestamp 
- 
urlboolean url 
- 
xmlboolean xml 
 
- 
 
- 
Class org.apache.jmeter.samplers.StandardSampleSenderclass StandardSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 241L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
listenerRemoteSampleListener listener 
 
- 
 
- 
Class org.apache.jmeter.samplers.StatisticalSampleResultclass StatisticalSampleResult extends SampleResult implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
elapsedlong elapsed 
- 
errorCountint errorCount 
 
- 
 
- 
Class org.apache.jmeter.samplers.StatisticalSampleSenderclass StatisticalSampleSender extends AbstractSampleSender implements Serializable- serialVersionUID:
- 241L
 - 
Serialization Methods- 
readResolveProcessed by the RMI server code; acts as testStarted().- Throws:
- ObjectStreamException- never
 
 
- 
- 
Serialized Fields- 
clientConfiguredKeyOnThreadNameboolean clientConfiguredKeyOnThreadName 
- 
clientConfiguredNumSamplesThresholdint clientConfiguredNumSamplesThreshold 
- 
clientConfiguredTimeThresholdMslong clientConfiguredTimeThresholdMs 
- 
listenerRemoteSampleListener listener 
- 
sampleStoreList<SampleEvent> sampleStore 
- 
sampleTableMap<String, StatisticalSampleResult> sampleTable 
 
- 
 
 
- 
- 
Package org.apache.jmeter.samplers.gui- 
Class org.apache.jmeter.samplers.gui.AbstractSamplerGuiclass AbstractSamplerGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.swing- 
Class org.apache.jmeter.swing.HtmlPaneclass HtmlPane extends JTextPane implements Serializable- serialVersionUID:
- 241L
 
 
- 
- 
Package org.apache.jmeter.testbeans.gui- 
Class org.apache.jmeter.testbeans.gui.GenericTestBeanCustomizerclass GenericTestBeanCustomizer extends JPanel implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
propertyFieldLabelMessageMessageFormat propertyFieldLabelMessage Message format for property field labels:
- 
propertyMapMap<String, Object> propertyMap The Map we're currently customizing. Set by setObject().
- 
propertyToolTipMessageMessageFormat propertyToolTipMessage Message format for property tooltips:
- 
scrollerCountint scrollerCount 
 
- 
 
- 
Class org.apache.jmeter.testbeans.gui.TestBeanGUIclass TestBeanGUI extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
customizerCustomizer customizer The single customizer if the customizer class implements SharedCustomizer, null otherwise.
- 
customizerClassClass<?> customizerClass 
- 
customizerIndexInPanelint customizerIndexInPanel Index of the customizer in the JPanel's child component list:
- 
customizerscom.github.benmanes.caffeine.cache.Cache<org.apache.jmeter.testelement.TestElement, Customizer> 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.
- 
initializedboolean initialized Whether the GUI components have been created.
- 
menuCategoriesList<String> menuCategories The list of categories this UI participates in
- 
propertyMapMap<String, Object> propertyMap The property name to value map that the active customizer edits:
- 
testBeanClassClass<?> testBeanClass 
 
- 
 
 
- 
- 
Package org.apache.jmeter.testelement- 
Class org.apache.jmeter.testelement.AbstractScopedAssertionclass AbstractScopedAssertion extends AbstractScopedTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.testelement.AbstractScopedTestElementclass AbstractScopedTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.testelement.AbstractTestElementclass AbstractTestElement extends Object implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
propMap@GuardedBy("lock") Map<String,JMeterProperty> propMap When the element is shared between threads, thenAbstractTestElement.lockprotects the access, however, when element in not shared, then adds overhead as every lock and unlock allocates memory. So in case of cloned-per-thread elements, we useCollections.synchronizedMap(Map)instead.
 
- 
 
- 
Class org.apache.jmeter.testelement.OnErrorTestElementclass OnErrorTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.testelement.TestPlanclass TestPlan extends AbstractTestElement implements Serializable- serialVersionUID:
- 234L
 - 
Serialization Methods- 
readResolve
 
- 
 
- 
Class org.apache.jmeter.testelement.VariablesCollectionclass VariablesCollection extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
varMapMap<String, JMeterVariables> varMap 
 
- 
 
- 
Class org.apache.jmeter.testelement.WorkBenchclass WorkBench extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.testelement.property- 
Class org.apache.jmeter.testelement.property.AbstractPropertyclass AbstractProperty extends Object implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
nameString name 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.BooleanPropertyclass BooleanProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
valueboolean value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.CollectionPropertyclass CollectionProperty extends MultiProperty implements Serializable- serialVersionUID:
- 221L
 - 
Serialized Fields- 
valueCollection<JMeterProperty> value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.DoublePropertyclass DoubleProperty extends NumberProperty implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
savedValuedouble savedValue 
- 
valuedouble value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.FloatPropertyclass FloatProperty extends NumberProperty implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
savedValuefloat savedValue 
- 
valuefloat value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.FunctionPropertyclass FunctionProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 233L
 
- 
Class org.apache.jmeter.testelement.property.IntegerPropertyclass IntegerProperty extends NumberProperty implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
savedValueint savedValue 
- 
valueint value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.LongPropertyclass LongProperty extends NumberProperty implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
savedValuelong savedValue 
- 
valuelong value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.MapPropertyclass MapProperty extends MultiProperty implements Serializable- serialVersionUID:
- 221L
 - 
Serialized Fields- 
valueMap<String, JMeterProperty> value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.MultiPropertyclass MultiProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.testelement.property.NullPropertyclass NullProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
tempValueJMeterProperty tempValue 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.NumberPropertyclass NumberProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.testelement.property.ObjectPropertyclass ObjectProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.testelement.property.StringPropertyclass StringProperty extends AbstractProperty implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
valueString value 
 
- 
 
- 
Class org.apache.jmeter.testelement.property.TestElementPropertyclass TestElementProperty extends MultiProperty implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
valueorg.apache.jmeter.testelement.TestElement value 
 
- 
 
 
- 
- 
Package org.apache.jmeter.threads- 
Class org.apache.jmeter.threads.AbstractThreadGroupclass AbstractThreadGroup extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
numberOfThreadsAtomicInteger numberOfThreads 
 
- 
 
- 
Class org.apache.jmeter.threads.ListenerNotifierclass ListenerNotifier extends Object implements Serializable- serialVersionUID:
- -4861457279068497917L
 
- 
Class org.apache.jmeter.threads.PostThreadGroupclass PostThreadGroup extends ThreadGroup implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.threads.RemoteThreadsListenerImplclass RemoteThreadsListenerImpl extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
listenersCollection<RemoteThreadsLifeCycleListener> listeners 
 
- 
 
- 
Class org.apache.jmeter.threads.RemoteThreadsListenerWrapperclass RemoteThreadsListenerWrapper extends AbstractTestElement implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
listenerRemoteThreadsListener listener 
 
- 
 
- 
Class org.apache.jmeter.threads.SetupThreadGroupclass SetupThreadGroup extends ThreadGroup implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.threads.ThreadGroupclass ThreadGroup extends AbstractThreadGroup implements Serializable- serialVersionUID:
- 282L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
 
- 
- 
Serialized Fields- 
allThreadsConcurrentHashMap<JMeterThread, Thread> allThreads 
- 
delayedStartupboolean delayedStartup Are we using delayed startup?
- 
groupNumberint groupNumber Thread Group number
- 
notifierListenerNotifier notifier Thread safe class
- 
runningboolean running Is test (still) running?
- 
threadGroupTreeListedHashTree threadGroupTree This property will be cloned
 
- 
 
 
- 
- 
Package org.apache.jmeter.threads.gui- 
Class org.apache.jmeter.threads.gui.AbstractThreadGroupGuiclass AbstractThreadGroupGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
continueBoxJRadioButton continueBox 
- 
startNextLoopJRadioButton startNextLoop 
- 
stopTestBoxJRadioButton stopTestBox 
- 
stopTestNowBoxJRadioButton stopTestNowBox 
- 
stopThreadBoxJRadioButton stopThreadBox 
 
- 
 
- 
Class org.apache.jmeter.threads.gui.PostThreadGroupGuiclass PostThreadGroupGui extends ThreadGroupGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.threads.gui.SetupThreadGroupGuiclass SetupThreadGroupGui extends ThreadGroupGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.threads.gui.ThreadGroupGuiclass ThreadGroupGui extends AbstractThreadGroupGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
delayJTextField delay 
- 
delayedStartorg.apache.jmeter.gui.JBooleanPropertyEditor delayedStart 
- 
delayLabelJLabel delayLabel 
- 
durationJTextField duration 
- 
durationLabelJLabel durationLabel 
- 
loopPanelLoopControlPanel loopPanel 
- 
rampInputJTextField rampInput 
- 
sameUserBoxorg.apache.jmeter.gui.JBooleanPropertyEditor sameUserBox 
- 
schedulerorg.apache.jmeter.gui.JBooleanPropertyEditor scheduler 
- 
showDelayedStartboolean showDelayedStart 
- 
threadInputJTextField threadInput 
 
- 
 
 
- 
- 
Package org.apache.jmeter.timers- 
Class org.apache.jmeter.timers.BeanShellTimerclass BeanShellTimer extends BeanShellTestElement implements Serializable- serialVersionUID:
- 5L
 
- 
Class org.apache.jmeter.timers.BSFTimerclass BSFTimer extends BSFTestElement implements Serializable- serialVersionUID:
- 5L
 
- 
Class org.apache.jmeter.timers.ConstantThroughputTimerclass ConstantThroughputTimer extends AbstractTestElement implements Serializable- serialVersionUID:
- 4L
 - 
Serialized Fields- 
previousTimelong 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.
 
- 
 
- 
Class org.apache.jmeter.timers.ConstantTimerclass ConstantTimer extends AbstractTestElement implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.timers.GaussianRandomTimerclass GaussianRandomTimer extends RandomTimer implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.timers.JSR223Timerclass JSR223Timer extends JSR223TestElement implements Serializable- serialVersionUID:
- 5L
 
- 
Class org.apache.jmeter.timers.PoissonRandomTimerclass PoissonRandomTimer extends RandomTimer implements Serializable- serialVersionUID:
- 3514708226113231004L
 
- 
Class org.apache.jmeter.timers.RandomTimerclass RandomTimer extends ConstantTimer implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.timers.SyncTimerclass SyncTimer extends AbstractTestElement implements Serializable- serialVersionUID:
- 3L
 - 
Serialization Methods- 
readResolve
 
- 
- 
Serialized Fields- 
groupSizeint groupSize 
- 
timeoutInMslong timeoutInMs 
 
- 
 
- 
Class org.apache.jmeter.timers.UniformRandomTimerclass UniformRandomTimer extends RandomTimer implements Serializable- serialVersionUID:
- 241L
 
 
- 
- 
Package org.apache.jmeter.timers.gui- 
Class org.apache.jmeter.timers.gui.AbstractRandomTimerGuiclass AbstractRandomTimerGui extends AbstractTimerGui implements Serializable- serialVersionUID:
- -322164502276145504L
 - 
Serialized Fields- 
delayFieldJTextField delayField 
- 
rangeFieldJTextField rangeField 
 
- 
 
- 
Class org.apache.jmeter.timers.gui.AbstractTimerGuiclass AbstractTimerGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.timers.gui.ConstantTimerGuiclass ConstantTimerGui extends AbstractTimerGui implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
delayFieldJTextField delayField 
 
- 
 
- 
Class org.apache.jmeter.timers.gui.GaussianRandomTimerGuiclass GaussianRandomTimerGui extends AbstractRandomTimerGui implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.timers.gui.PoissonRandomTimerGuiclass PoissonRandomTimerGui extends AbstractRandomTimerGui implements Serializable- serialVersionUID:
- -3218002787832805275L
 
- 
Class org.apache.jmeter.timers.gui.UniformRandomTimerGuiclass UniformRandomTimerGui extends AbstractRandomTimerGui implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.timers.poissonarrivals- 
Class org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimerclass PreciseThroughputTimer extends AbstractTestElement implements Serializable- serialVersionUID:
- 4L
 - 
Serialized Fields- 
allowedThroughputSurplusdouble allowedThroughputSurplus 
- 
batchSizeint batchSize This enables to generate events in batches (e.g. pairs of events withPreciseThroughputTimer.batchThreadDelaysec in between) TODO: this should be either rewritten to double / ms, or dropped in favour of other approach
- 
batchThreadDelayint batchThreadDelay 
- 
durationlong duration This is used to ensure you'll getduration*throughput/throughputPeriodsamples during "test duration" timeframe. Even though arrivals are random, business users want to see round numbers in reports like "100 samples per hour", so the timer picks only those random arrivals that end up with round total numbers.
- 
exactLimitint exactLimit When number of required samples exceedsexactLimit, random generator would resort to approximate match of number of generated samples.
- 
randomSeedLong randomSeed This enables to reproduce exactly the same sequence of delays by reusing the same seed.
- 
throughputdouble throughput Desired throughput configured asthroughput/throughputPeriodper second.
- 
throughputPeriodint throughputPeriod 
 
- 
 
 
- 
- 
Package org.apache.jmeter.util- 
Class org.apache.jmeter.util.BeanShellTestElementclass BeanShellTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 4L
 
- 
Class org.apache.jmeter.util.BSFTestElementclass BSFTestElement extends ScriptingTestElement implements Serializable- serialVersionUID:
- 235L
 
- 
Class org.apache.jmeter.util.JSR223TestElementclass JSR223TestElement extends ScriptingTestElement implements Serializable- serialVersionUID:
- 233L
 - 
Serialized Fields- 
cacheKeyString cacheKey If not empty then script in ScriptText will be compiled and cached
- 
scriptMd5org.apache.jmeter.util.ScriptCacheKey scriptMd5 md5 of the script, used as an unique key for the cache
 
- 
 
- 
Class org.apache.jmeter.util.LocaleChangeEventclass LocaleChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
localeLocale locale 
 
- 
 
- 
Class org.apache.jmeter.util.ScopePanelclass ScopePanel extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
allButtonJRadioButton allButton 
- 
childButtonJRadioButton childButton 
- 
parentButtonJRadioButton parentButton 
- 
variableButtonJRadioButton variableButton 
- 
variableNameJTextField variableName 
 
- 
 
- 
Class org.apache.jmeter.util.ScriptingTestElementclass ScriptingTestElement extends AbstractTestElement implements Serializable- serialVersionUID:
- 282L
 
- 
Exception org.apache.jmeter.util.TidyExceptionclass TidyException extends Exception implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jmeter.visualizers- 
Class org.apache.jmeter.visualizers.AssertionVisualizerclass AssertionVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
textAreaJTextArea textArea 
 
- 
 
- 
Class org.apache.jmeter.visualizers.AxisGraphclass AxisGraph extends JPanel implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
colorColor[] color 
- 
datadouble[][] data 
- 
foreColorColor foreColor 
- 
heightint height 
- 
legendFontFont legendFont 
- 
legendLabelsString[] legendLabels 
- 
legendPlacementint legendPlacement 
- 
maxLengthint maxLength 
- 
maxYAxisScaleint maxYAxisScale 
- 
outlinesBarFlagboolean outlinesBarFlag 
- 
showGroupingboolean showGrouping 
- 
titleString title 
- 
titleFontFont titleFont 
- 
valueFontFont valueFont 
- 
valueOrientationboolean valueOrientation 
- 
widthint width 
- 
xAxisLabelsString[] xAxisLabels 
- 
xAxisTitleString xAxisTitle 
- 
yAxisLabelString yAxisLabel 
- 
yAxisTitleString yAxisTitle 
 
- 
 
- 
Class org.apache.jmeter.visualizers.BeanShellListenerclass BeanShellListener extends BeanShellTestElement implements Serializable- serialVersionUID:
- 4L
 
- 
Class org.apache.jmeter.visualizers.BSFListenerclass BSFListener extends BSFTestElement implements Serializable- serialVersionUID:
- 234L
 
- 
Class org.apache.jmeter.visualizers.ComparisonVisualizerclass ComparisonVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
baseJTextPane base 
- 
resultsTreeJTree resultsTree 
- 
rootDefaultMutableTreeNode root 
- 
secondaryJTextPane secondary 
- 
treeModelDefaultTreeModel treeModel 
 
- 
 
- 
Class org.apache.jmeter.visualizers.Graphclass Graph extends JComponent implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
graphMaxlong graphMax 
- 
modelCachingStatCalculator model 
- 
throughputMaxdouble throughputMax 
- 
wantAverageboolean wantAverage 
- 
wantDataboolean wantData 
- 
wantDeviationboolean wantDeviation 
- 
wantMedianboolean wantMedian 
- 
wantThroughputboolean wantThroughput 
 
- 
 
- 
Class org.apache.jmeter.visualizers.GraphVisualizerclass GraphVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
averageJCheckBox average 
- 
averageFieldJTextField averageField 
- 
dataJCheckBox data 
- 
dataFieldJTextField dataField 
- 
deviationJCheckBox deviation 
- 
deviationFieldJTextField deviationField 
- 
graphGraph graph 
- 
maxYFieldJTextField maxYField 
- 
medianJCheckBox median 
- 
medianFieldJTextField medianField 
- 
minuteString minute 
- 
minYFieldJTextField minYField 
- 
modelCachingStatCalculator model 
- 
newSamplesDeque<SampleResult> newSamples 
- 
nfNumberFormat nf 
- 
noSamplesFieldJTextField noSamplesField 
- 
REFRESH_PERIODint REFRESH_PERIOD 
- 
throughputJCheckBox throughput 
- 
throughputFieldJTextField throughputField 
 
- 
 
- 
Class org.apache.jmeter.visualizers.JSR223Listenerclass JSR223Listener extends JSR223TestElement implements Serializable- serialVersionUID:
- 235L
 
- 
Class org.apache.jmeter.visualizers.LineGraphclass LineGraph extends JPanel implements Serializable- serialVersionUID:
- 241L
 
- 
Class org.apache.jmeter.visualizers.MailerVisualizerclass MailerVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
addressFieldJTextField addressField 
- 
authTypeComboJComboBox<String> authTypeCombo 
- 
failureFieldJTextField failureField 
- 
failureLimitFieldJTextField failureLimitField 
- 
failureSubjectFieldJTextField failureSubjectField 
- 
fromFieldJTextField fromField 
- 
smtpHostFieldJTextField smtpHostField 
- 
smtpLoginFieldJTextField smtpLoginField 
- 
smtpPasswordFieldJTextField smtpPasswordField 
- 
smtpPortFieldJTextField smtpPortField 
- 
successLimitFieldJTextField successLimitField 
- 
successSubjectFieldJTextField successSubjectField 
- 
testerButtonJButton testerButton 
 
- 
 
- 
Class org.apache.jmeter.visualizers.PropertyControlGuiclass PropertyControlGui extends AbstractConfigGui implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jmeter.visualizers.RespTimeGraphChartclass RespTimeGraphChart extends JPanel implements Serializable- serialVersionUID:
- 281L
 - 
Serialized Fields- 
colorColor[] color 
- 
datadouble[][] data 
- 
heightint height 
- 
incrYAxisScaleint incrYAxisScale 
- 
legendFontFont legendFont 
- 
legendLabelsString[] legendLabels 
- 
legendPlacementint legendPlacement 
- 
maxYAxisScaleint maxYAxisScale 
- 
pointShapeShape pointShape 
- 
showGroupingboolean showGrouping 
- 
strokeWidthfloat strokeWidth 
- 
titleString title 
- 
titleFontFont titleFont 
- 
widthint width 
- 
xAxisLabelsString[] xAxisLabels 
- 
xAxisTitleString xAxisTitle 
- 
yAxisLabelString yAxisLabel 
- 
yAxisTitleString yAxisTitle 
 
- 
 
- 
Class org.apache.jmeter.visualizers.RespTimeGraphVisualizerclass RespTimeGraphVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 281L
 - 
Serialized Fields- 
applyFilterBtnJButton applyFilterBtn 
- 
caseChkBoxJCheckBox caseChkBox 
- 
colorIdxint colorIdx 
- 
displayButtonJButton displayButton 
- 
durationTestlong durationTest 
- 
dynamicGraphSizeJCheckBox dynamicGraphSize checkbox for use dynamic graph size
- 
fontNameListJComboBox<String> fontNameList 
- 
fontSizeListJComboBox<String> fontSizeList 
- 
fontStyleListJComboBox<String> fontStyleList 
- 
graphHeightJLabeledTextField graphHeight 
- 
graphPanelRespTimeGraphChart graphPanel 
- 
graphTitleJLabeledTextField graphTitle 
- 
graphWidthJLabeledTextField graphWidth 
- 
incrScaleYAxisJLabeledTextField incrScaleYAxis 
- 
internalListList<RespTimeGraphDataBean> internalList 
- 
intervalButtonJButton intervalButton 
- 
intervalFieldJLabeledTextField intervalField 
- 
intervalValueint intervalValue 
- 
legendPlacementListJComboBox<String> legendPlacementList 
- 
listColorsList<Color> listColors 
- 
maxStartTimelong maxStartTime 
- 
maxValueYAxisLabelJLabeledTextField maxValueYAxisLabel 
- 
minStartTimelong minStartTime 
- 
numberShowGroupingJCheckBox numberShowGrouping 
- 
patternPattern pattern 
- 
pListMap<String, Map<Long, StatCalculatorLong>> pList We want to retain insertion order, so LinkedHashMap is necessary
- 
pointShapeLineJComboBox<String> pointShapeLine 
- 
regexpChkBoxJCheckBox regexpChkBox 
- 
samplerMatchLabelJTextField samplerMatchLabel 
- 
samplerSelectionJCheckBox samplerSelection 
- 
saveGraphJButton saveGraph 
- 
saveGraphToFileboolean saveGraphToFile 
- 
seriesNamesMap<String, RespTimeGraphLineBean> seriesNames We want to retain insertion order, so LinkedHashMap is necessary
- 
strokeWidthListJComboBox<String> strokeWidthList 
- 
syncWithNameJButton syncWithName 
- 
tabbedGraphJTabbedPane tabbedGraph 
- 
titleFontNameListJComboBox<String> titleFontNameList 
- 
titleFontSizeListJComboBox<String> titleFontSizeList 
- 
titleFontStyleListJComboBox<String> titleFontStyleList 
- 
xAxisTimeFormatJLabeledTextField xAxisTimeFormat 
 
- 
 
- 
Class org.apache.jmeter.visualizers.Sampleclass Sample extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
averagelong average 
- 
bytesint bytes 
- 
countlong count 
- 
datalong data 
- 
deviationlong deviation 
- 
distributionLinelong distributionLine 
- 
endTimelong endTime 
- 
errorCountlong errorCount 
- 
labelString label 
- 
medianlong median 
- 
successboolean success 
- 
threadNameString threadName 
- 
throughputdouble throughput 
 
- 
 
- 
Class org.apache.jmeter.visualizers.SearchableTreeNodeclass SearchableTreeNode extends DefaultMutableTreeNode implements Serializable- serialVersionUID:
- 5222625456347899544L
 - 
Serialized Fields- 
childrenNodesHaveMatchedboolean childrenNodesHaveMatched 
- 
nodeHasMatchedboolean nodeHasMatched 
 
- 
 
- 
Class org.apache.jmeter.visualizers.SearchTreePanelclass SearchTreePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
defaultMutableTreeNodeDefaultMutableTreeNode defaultMutableTreeNode 
- 
isCaseSensitiveCBJCheckBox isCaseSensitiveCB 
- 
isRegexpCBJCheckBox isRegexpCB 
- 
resetButtonJButton resetButton 
- 
searchButtonJButton searchButton 
- 
searchTFJTextField searchTF 
 
- 
 
- 
Class org.apache.jmeter.visualizers.SimpleDataWriterclass SimpleDataWriter extends AbstractVisualizer implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.visualizers.StatGraphVisualizerclass StatGraphVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
applyFilterBtnJButton applyFilterBtn 
- 
caseChkBoxJCheckBox caseChkBox 
- 
chooseForeColorJButton chooseForeColor 
- 
colorForeGraphColor colorForeGraph 
- 
columnMatchLabelJTextField columnMatchLabel 
- 
columnSelectionJCheckBox columnSelection 
- 
columnsListJComboBox<String> columnsList 
- 
displayButtonJButton displayButton 
- 
drawOutlinesBarJCheckBox drawOutlinesBar 
- 
dynamicGraphSizeJCheckBox dynamicGraphSize checkbox for use dynamic graph size
- 
eltListList<BarGraph> eltList 
- 
fontNameListJComboBox<String> fontNameList 
- 
fontSizeListJComboBox<String> fontSizeList 
- 
fontStyleListJComboBox<String> fontStyleList 
- 
graphHeightJLabeledTextField graphHeight 
- 
graphPanelAxisGraph graphPanel 
- 
graphTitleJLabeledTextField graphTitle 
- 
graphWidthJLabeledTextField graphWidth 
- 
legendPlacementListJComboBox<String> legendPlacementList 
- 
maxLengthXAxisLabelJLabeledTextField maxLengthXAxisLabel 
- 
maxValueYAxisLabelJLabeledTextField maxValueYAxisLabel 
- 
myJTableJTable myJTable 
- 
myScrollPaneJScrollPane myScrollPane 
- 
nbColToGraphint nbColToGraph 
- 
newRowsDeque<SamplingStatCalculator> newRows 
- 
numberShowGroupingJCheckBox numberShowGrouping 
- 
patternPattern pattern 
- 
regexpChkBoxJCheckBox regexpChkBox 
- 
saveGraphJButton saveGraph 
- 
saveGraphToFileboolean saveGraphToFile 
- 
saveHeadersJCheckBox saveHeaders 
- 
saveTableJButton saveTable 
- 
settingsPaneJPanel settingsPane 
- 
spaneJSplitPane spane 
- 
syncWithNameJButton syncWithName 
- 
tabbedGraphJTabbedPane tabbedGraph 
- 
tableRowsMap<String, SamplingStatCalculator> tableRows 
- 
titleFontNameListJComboBox<String> titleFontNameList 
- 
titleFontSizeListJComboBox<String> titleFontSizeList 
- 
titleFontStyleListJComboBox<String> titleFontStyleList 
- 
valueFontNameListJComboBox<String> valueFontNameList 
- 
valueFontSizeListJComboBox<String> valueFontSizeList 
- 
valueFontStyleListJComboBox<String> valueFontStyleList 
- 
valueLabelsVerticalJCheckBox valueLabelsVertical 
- 
yAxisLabelString yAxisLabel 
- 
yAxisTitleString yAxisTitle 
 
- 
 
- 
Class org.apache.jmeter.visualizers.StatVisualizerclass StatVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 242L
 - 
Serialized Fields- 
dataChangedboolean dataChanged 
- 
newRowsDeque<SamplingStatCalculator> newRows 
- 
saveHeadersJCheckBox saveHeaders 
- 
saveTableJButton saveTable 
- 
tableRowsMap<String, SamplingStatCalculator> tableRows 
- 
useGroupNameJCheckBox useGroupName 
 
- 
 
- 
Class org.apache.jmeter.visualizers.SummaryReportclass SummaryReport extends AbstractVisualizer implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
dataChangedboolean dataChanged 
- 
myJTableJTable myJTable 
- 
myScrollPaneJScrollPane myScrollPane 
- 
newRowsDeque<Calculator> newRows 
- 
saveHeadersJCheckBox saveHeaders 
- 
saveTableJButton saveTable 
- 
tableRowsMap<String, Calculator> tableRows 
- 
TOTAL_ROW_LABELString TOTAL_ROW_LABEL 
- 
useGroupNameJCheckBox useGroupName 
 
- 
 
- 
Class org.apache.jmeter.visualizers.TableSampleclass TableSample extends Object implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.visualizers.TableVisualizerclass TableVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
autoscrollJCheckBox autoscroll 
- 
averageFieldJTextField averageField 
- 
childSamplesJCheckBox childSamples 
- 
dataFieldJTextField dataField 
- 
deviationFieldJTextField deviationField 
- 
formatFormat format 
- 
modelObjectTableModel model 
- 
newRowsDeque<SampleResult> newRows 
- 
noSamplesFieldJTextField noSamplesField 
- 
tableJTable table 
- 
tableScrollPanelJScrollPane tableScrollPanel 
 
- 
 
- 
Class org.apache.jmeter.visualizers.TreeNodeRendererclass TreeNodeRenderer extends DefaultTreeCellRenderer implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.visualizers.ViewResultsFullVisualizerclass ViewResultsFullVisualizer extends AbstractVisualizer implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
autoScrollCBJCheckBox autoScrollCB 
- 
bufferQueue<SampleResult> buffer 
- 
dataChangedboolean dataChanged 
- 
jTreeJTree jTree 
- 
lastSelectionEventTreeSelectionEvent lastSelectionEvent 
- 
leftSideComponent leftSide 
- 
mainSplitJSplitPane mainSplit 
- 
resultsObjectObject resultsObject 
- 
resultsRenderResultRenderer resultsRender 
- 
rightSideJTabbedPane rightSide 
- 
rootDefaultMutableTreeNode root 
- 
selectedTabint selectedTab 
- 
selectRenderPanelJComboBox<ResultRenderer> selectRenderPanel 
- 
treeModelDefaultTreeModel treeModel 
 
- 
 
- 
Class org.apache.jmeter.visualizers.XMLDefaultMutableTreeNodeclass XMLDefaultMutableTreeNode extends DefaultMutableTreeNode implements Serializable- serialVersionUID:
- 241L
 
 
- 
- 
Package org.apache.jmeter.visualizers.backend- 
Class org.apache.jmeter.visualizers.backend.BackendListenerclass BackendListener extends AbstractTestElement implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
clientClassClass<?> clientClass The BackendListenerClient class used by this sampler. Created by testStarted; copied to cloned instances.
 
- 
 
- 
Class org.apache.jmeter.visualizers.backend.BackendListenerGuiclass BackendListenerGui extends AbstractListenerGui implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
argsPanelArgumentsPanel argsPanel A panel allowing the user to set arguments for this test.
- 
classNameString className The current className of the Backend listener
- 
classnameComboJComboBox<String> classnameCombo A combo box allowing the user to choose a backend class.
- 
queueSizeJTextField queueSize A field allowing the user to specify the size of Queue
 
- 
 
 
- 
- 
Package org.apache.jmeter.visualizers.gui- 
Class org.apache.jmeter.visualizers.gui.AbstractListenerGuiclass AbstractListenerGui extends AbstractJMeterGuiComponent implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jmeter.visualizers.gui.AbstractVisualizerclass AbstractVisualizer extends AbstractListenerGui implements Serializable- serialVersionUID:
- 241L
 - 
Serialized Fields- 
collectorResultCollector collector 
- 
errorLoggingJCheckBox errorLogging A checkbox choosing whether or not only errors should be logged.
- 
filePanelFilePanel filePanel A panel allowing results to be saved.
- 
isStatsboolean isStats 
- 
successOnlyLoggingJCheckBox successOnlyLogging 
 
- 
 
 
- 
- 
Package org.apache.jorphan.collections- 
Class org.apache.jorphan.collections.Dataclass Data extends Object implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.collections.HashTreeclass HashTree extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialization Methods- 
readObjectMethod readObject.- Parameters:
- ois- the stream to read the objects from
- Throws:
- ClassNotFoundException- when the class for the deserialization can not be found
- IOException- when I/O error occurs
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
dataIdentityHashMap<Object, HashTree> data 
 
- 
 
- 
Class org.apache.jorphan.collections.ListedHashTreeclass ListedHashTree extends HashTree implements Serializable- serialVersionUID:
- 240L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields
 
 
- 
- 
Package org.apache.jorphan.gui- 
Class org.apache.jorphan.gui.AbstractTreeTableModelclass AbstractTreeTableModel extends DefaultTableModel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
listenerEventListenerList listener 
- 
rootNodeTreeNode rootNode 
 
- 
 
- 
Class org.apache.jorphan.gui.CardLayoutWithSizeOfCurrentVisibleElementclass CardLayoutWithSizeOfCurrentVisibleElement extends CardLayout implements Serializable
- 
Class org.apache.jorphan.gui.DefaultTreeTableModelclass DefaultTreeTableModel extends AbstractTreeTableModel implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.gui.JEditableCheckBoxclass JEditableCheckBox extends JPanel implements Serializable- 
Serialized Fields- 
cardsorg.apache.jorphan.gui.CardLayoutWithSizeOfCurrentVisibleElement cards 
- 
checkboxJCheckBox checkbox 
- 
comboBoxJComboBox<String> comboBox 
- 
configurationorg.apache.jorphan.gui.JEditableCheckBox.Configuration configuration 
- 
oldValueorg.apache.jorphan.gui.JEditableCheckBox.Value oldValue 
- 
textFieldLabelJLabel textFieldLabel 
- 
useExpressionActionuseExpressionAction$1 useExpressionAction 
 
- 
 
- 
- 
Class org.apache.jorphan.gui.JLabeledChoiceclass JLabeledChoice extends JPanel implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.gui.JLabeledPasswordFieldclass JLabeledPasswordField extends JLabeledTextField implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.gui.JLabeledTextAreaclass JLabeledTextArea extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
mChangeListenersArrayList<ChangeListener> mChangeListeners 
- 
mLabelJLabel mLabel 
- 
mTextAreaJTextArea mTextArea 
- 
oldValueString oldValue 
 
- 
 
- 
Class org.apache.jorphan.gui.JLabeledTextFieldclass JLabeledTextField extends JPanel implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
mChangeListenersArrayList<ChangeListener> mChangeListeners 
- 
mLabelJLabel mLabel 
- 
mTextFieldJTextField mTextField 
- 
oldValueString oldValue 
 
- 
 
- 
Class org.apache.jorphan.gui.JTreeTableclass JTreeTable extends JTable implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.gui.MinMaxLongRendererclass MinMaxLongRenderer extends NumberRenderer implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jorphan.gui.NumberRendererclass NumberRenderer extends DefaultTableCellRenderer implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
formatterNumberFormat formatter 
 
- 
 
- 
Class org.apache.jorphan.gui.ObjectTableModelclass ObjectTableModel extends DefaultTableModel implements Serializable- serialVersionUID:
- 240L
 - 
Serialization Methods- 
readResolve
 
- 
 
- 
Class org.apache.jorphan.gui.RateRendererclass RateRenderer extends NumberRenderer implements Serializable- serialVersionUID:
- 240L
 
- 
Class org.apache.jorphan.gui.RightAlignRendererclass RightAlignRenderer extends DefaultTableCellRenderer implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.jorphan.gui.layout- 
Class org.apache.jorphan.gui.layout.VerticalLayoutclass VerticalLayout extends Object implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
alignmentint alignment LEFT, RIGHT, CENTER or BOTH...how the components are justified.
- 
anchorint anchor TOP, BOTTOM or CENTER ...where are the components positioned in an overlarge space.
- 
vgapint vgap The vertical vgap between components...defaults to 5.
 
- 
 
 
- 
- 
Package org.apache.jorphan.io- 
Class org.apache.jorphan.io.TextFileclass TextFile extends File implements Serializable- serialVersionUID:
- 240L
 - 
Serialized Fields- 
encodingString encoding File encoding. null means use the platform's default.
 
- 
 
 
- 
- 
Package org.apache.jorphan.math- 
Class org.apache.jorphan.math.NumberComparatorclass NumberComparator extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jorphan.util- 
Error org.apache.jorphan.util.JMeterErrorclass JMeterError extends Error implements Serializable- serialVersionUID:
- 240L
 
- 
Exception org.apache.jorphan.util.JMeterExceptionclass JMeterException extends Exception implements Serializable- serialVersionUID:
- 240L
 
- 
Exception org.apache.jorphan.util.JMeterStopTestExceptionclass JMeterStopTestException extends RuntimeException implements Serializable- serialVersionUID:
- 240L
 
- 
Exception org.apache.jorphan.util.JMeterStopTestNowExceptionclass JMeterStopTestNowException extends RuntimeException implements Serializable- serialVersionUID:
- 240L
 
- 
Exception org.apache.jorphan.util.JMeterStopThreadExceptionclass JMeterStopThreadException extends RuntimeException implements Serializable- serialVersionUID:
- 240L
 
 
- 
- 
Package org.apache.log- 
Class org.apache.log.ContextMapclass ContextMap extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolveDeprecated.Helper method that sets context to read-only after de-serialization.
 
- 
- 
Serialized Fields- 
m_mapHashtable m_map Deprecated.
- 
m_parentContextMap m_parent Deprecated.
 
- 
 
- 
Class org.apache.log.LogEventclass LogEvent extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolveDeprecated.Helper method that replaces deserialized priority with correct singleton.- Throws:
- ObjectStreamException- if an error occurs
 
 
- 
- 
Serialized Fields- 
m_categoryString m_category Deprecated.
- 
m_contextMapContextMap m_contextMap Deprecated.
- 
m_messageString m_message Deprecated.
- 
m_priorityPriority m_priority Deprecated.
- 
m_throwableThrowable m_throwable Deprecated.
- 
m_timelong m_time Deprecated.
 
- 
 
- 
Class org.apache.log.Priorityclass Priority extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readResolveDeprecated.Helper method that replaces deserialized object with correct singleton.
 
- 
- 
Serialized Fields- 
m_nameString m_name Deprecated.
- 
m_priorityint m_priority Deprecated.
 
- 
 
 
- 
AbstractJMeterGuiComponent.getName()orAbstractJMeterGuiComponent.createTitleLabel()for better alignment of the fields