Serialized Form
Package org.apache.jmeter.assertions |
serialVersionUID: 240L
name
String name
- Name of the assertion.
failure
boolean failure
- True if the assertion failed.
error
boolean error
- True if there was an error checking the assertion.
failureMessage
String failureMessage
- A message describing the failure.
serialVersionUID: 3L
serialVersionUID: 234L
serialVersionUID: 240L
compareContent
boolean compareContent
compareTime
long compareTime
stringsToSkip
Collection<E> stringsToSkip
serialVersionUID: 1L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 234L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 241L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 240L
serialVersionUID: 233L
serialVersionUID: 240L
Package org.apache.jmeter.assertions.gui |
serialVersionUID: 240L
serialVersionUID: 240L
responseStringButton
JRadioButton responseStringButton
- Radio button indicating that the text response should be tested.
urlButton
JRadioButton urlButton
- Radio button indicating that the URL should be tested.
responseMessageButton
JRadioButton responseMessageButton
- Radio button indicating that the responseMessage should be tested.
responseCodeButton
JRadioButton responseCodeButton
- Radio button indicating that the responseCode should be tested.
responseHeadersButton
JRadioButton responseHeadersButton
- Radio button indicating that the headers should be tested.
assumeSuccess
JCheckBox assumeSuccess
- Checkbox to indicate whether the response should be forced successful
before testing. This is intended for use when checking the status code or
status message.
containsBox
JRadioButton containsBox
- Radio button indicating to test if the field contains one of the
patterns.
matchesBox
JRadioButton matchesBox
- Radio button indicating to test if the field matches one of the patterns.
equalsBox
JRadioButton equalsBox
- Radio button indicating if the field equals the string.
substringBox
JRadioButton substringBox
- Radio button indicating if the field contains the string.
notBox
JCheckBox notBox
- Checkbox indicating to test that the field does NOT contain/match the
patterns.
stringTable
JTable stringTable
- A table of patterns to test against.
deletePattern
JButton deletePattern
- Button to delete a pattern.
tableModel
PowerTableModel tableModel
- Table model for the pattern table.
serialVersionUID: 240L
resetInterpreter
JCheckBox resetInterpreter
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
serialVersionUID: 240L
duration
JTextField duration
serialVersionUID: 1L
errorThresholdField
JTextField errorThresholdField
warningThresholdField
JTextField warningThresholdField
errorsOnly
JCheckBox errorsOnly
docTypeBox
JComboBox docTypeBox
htmlRadioButton
JRadioButton htmlRadioButton
xhtmlRadioButton
JRadioButton xhtmlRadioButton
xmlRadioButton
JRadioButton xmlRadioButton
filePanel
FilePanel filePanel
serialVersionUID: 240L
md5HexInput
JTextField md5HexInput
serialVersionUID: 241L
responseBodyButton
JRadioButton responseBodyButton
- Radio button indicating that the body response should be tested.
responseNetworkButton
JRadioButton responseNetworkButton
- Radio button indicating that the network response size should be tested.
responseMessageButton
JRadioButton responseMessageButton
- Radio button indicating that the responseMessage should be tested.
responseCodeButton
JRadioButton responseCodeButton
- Radio button indicating that the responseCode should be tested.
responseHeadersButton
JRadioButton responseHeadersButton
- Radio button indicating that the headers should be tested.
size
JTextField size
equalButton
JRadioButton equalButton
notequalButton
JRadioButton notequalButton
greaterthanButton
JRadioButton greaterthanButton
lessthanButton
JRadioButton lessthanButton
greaterthanequalButton
JRadioButton greaterthanequalButton
lessthanequalButton
JRadioButton lessthanequalButton
execState
int execState
serialVersionUID: 1L
verifySignature
JCheckBox verifySignature
notSigned
JCheckBox notSigned
signerNoCheck
JRadioButton signerNoCheck
signerCheckConstraints
JRadioButton signerCheckConstraints
signerCheckByFile
JRadioButton signerCheckByFile
signerDnField
JTextField signerDnField
signerSerialNumberField
JTextField signerSerialNumberField
signerEmailField
JTextField signerEmailField
issuerDnField
JTextField issuerDnField
signerCertFile
JTextField signerCertFile
messagePositionTf
JTextField messagePositionTf
serialVersionUID: 240L
serialVersionUID: 240L
validate
JCheckBox validate
tolerant
JCheckBox tolerant
whitespace
JCheckBox whitespace
namespace
JCheckBox namespace
quiet
JCheckBox quiet
reportErrors
JCheckBox reportErrors
showWarnings
JCheckBox showWarnings
downloadDTDs
JCheckBox downloadDTDs
serialVersionUID: 240L
xmlSchema
JTextField xmlSchema
serialVersionUID: 240L
xpath
XPathPanel xpath
xml
XMLConfPanel xml
serialVersionUID: 240L
negated
JCheckBox negated
xpath
JTextField xpath
checkXPath
JButton checkXPath
Package org.apache.jmeter.config |
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 232L
readResolve
private Object readResolve()
firstLineIsNames
boolean firstLineIsNames
serialVersionUID: -5781402012242794890L
startIndex
String startIndex
endIndex
String endIndex
preload
String preload
serialVersionUID: 240L
serialVersionUID: 233L
readResolve
private Object readResolve()
minimumValue
String minimumValue
maximumValue
String maximumValue
variableName
String variableName
outputFormat
String outputFormat
randomSeed
String randomSeed
perThread
boolean perThread
globalRandom
Random globalRandom
n
int n
minimum
long minimum
Package org.apache.jmeter.config.gui |
serialVersionUID: 240L
serialVersionUID: 240L
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new arguments to the table.
delete
JButton delete
- A button for removing arguments from the table.
background
Color background
- Added background support for reporting tool
standalone
boolean standalone
- Boolean indicating whether this component is a standalone component or it
is intended to be used as a subpanel for another component.
up
JButton up
- Button to move a argument up
down
JButton down
- Button to move a argument down
enableUpDown
boolean enableUpDown
serialVersionUID: 240L
username
JTextField username
- Field allowing the user to enter a username.
password
JPasswordField password
- Field allowing the user to enter a password.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
serialVersionUID: 240L
obsoleteMessage
JLabel obsoleteMessage
serialVersionUID: 6578889215615435475L
nameTF
JLabeledTextField nameTF
valueTA
JLabeledTextArea valueTA
nextButton
JButton nextButton
previousButton
JButton previousButton
tableModel
ObjectTableModel tableModel
selectedRow
int selectedRow
serialVersionUID: 240L
table
JTable table
- The table of configuration parameters.
tableModel
PowerTableModel tableModel
- The model for the parameter table.
delete
JButton delete
- A button for removing parameters from the table.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
Package org.apache.jmeter.control |
serialVersionUID: 240L
loopCount
int loopCount
serialVersionUID: 234L
serialVersionUID: 240L
serialVersionUID: 240L
subtree
HashTree subtree
sub
TestElement sub
serialVersionUID: 233L
skipNext
boolean skipNext
currentReturnedAtLeastOne
boolean currentReturnedAtLeastOne
stillSame
boolean stillSame
serialVersionUID: 232L
serialVersionUID: 240L
selectedNode
JMeterTreeNode selectedNode
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
startTime
long startTime
loopCount
int loopCount
serialVersionUID: 240L
serialVersionUID: 1L
serialVersionUID: 233L
counterLock
String counterLock
numExecutions
int numExecutions
- Number of iterations on which we've chosen to deliver samplers.
iteration
int iteration
- Index of the current iteration. 0-based.
runThisTime
boolean runThisTime
- Whether to deliver samplers on this iteration.
serialVersionUID: 233L
readResolve
private Object readResolve()
serialVersionUID: 240L
transactionDone
boolean transactionDone
transactionController
TransactionController transactionController
subSampler
Sampler subSampler
transactionSampleResult
SampleResult transactionSampleResult
calls
int calls
noFailingSamples
int noFailingSamples
totalTime
int totalTime
serialVersionUID: 232L
Package org.apache.jmeter.control.gui |
serialVersionUID: 240L
serialVersionUID: 240L
inputVal
JTextField inputVal
- A field allowing the user to specify the input variable the controller
should loop.
returnVal
JTextField returnVal
- A field allowing the user to specify output variable the controller
should return.
useSeparator
JCheckBox useSeparator
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
serialVersionUID: 240L
theCondition
JTextField theCondition
- A field allowing the user to specify the number of times the controller
should loop.
useExpression
JCheckBox useExpression
evaluateAll
JCheckBox evaluateAll
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
serialVersionUID: 240L
includePanel
FilePanel includePanel
serialVersionUID: 240L
style
JCheckBox style
serialVersionUID: 240L
serialVersionUID: 240L
infinite
JCheckBox infinite
- A checkbox allowing the user to specify whether or not the controller
should loop forever.
loops
JTextField loops
- A field allowing the user to specify the number of times the controller
should loop.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
serialVersionUID: 240L
selected
JMeterTreeNode selected
nodes
JComboBox nodes
nodesModel
DefaultComboBoxModel nodesModel
warningLabel
JLabel warningLabel
serialVersionUID: 240L
serialVersionUID: 240L
style
JCheckBox style
serialVersionUID: 240L
serialVersionUID: 240L
commentPanel
JTextField commentPanel
- A panel to contain comments on the test plan.
baseDir
DirectoryPanel baseDir
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
serialVersionUID: 240L
seconds
JTextField seconds
- A field allowing the user to specify the number of seconds the controller
should loop.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
serialVersionUID: 240L
switchValue
JTextField switchValue
serialVersionUID: 240L
serialVersionUID: 240L
functionalMode
JCheckBox functionalMode
- A checkbox allowing the user to specify whether or not JMeter should do
functional testing.
serializedMode
JCheckBox serializedMode
tearDownOnShutdown
JCheckBox tearDownOnShutdown
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
browseJar
FileListPanel browseJar
serialVersionUID: 240L
styleBox
JComboBox styleBox
style
int style
throughput
JTextField throughput
perthread
JCheckBox perthread
isPerThread
boolean isPerThread
BYNUMBER_LABEL
String BYNUMBER_LABEL
BYPERCENT_LABEL
String BYPERCENT_LABEL
THROUGHPUT_LABEL
String THROUGHPUT_LABEL
PERTHREAD_LABEL
String PERTHREAD_LABEL
serialVersionUID: 240L
parent
JCheckBox parent
includeTimers
JCheckBox includeTimers
serialVersionUID: 240L
theCondition
JTextField theCondition
- A field allowing the user to specify the condition (not yet used).
serialVersionUID: 240L
Package org.apache.jmeter.engine |
serialVersionUID: 240L
serialVersionUID: 240L
LOCK
Object LOCK
rmiPort
int rmiPort
remotelySetProperties
Properties remotelySetProperties
Package org.apache.jmeter.examples.sampler |
serialVersionUID: 240L
Package org.apache.jmeter.examples.sampler.gui |
serialVersionUID: 240L
data
JTextArea data
Package org.apache.jmeter.examples.testbeans.example1 |
serialVersionUID: 240L
myStringProperty
String myStringProperty
Package org.apache.jmeter.examples.testbeans.example2 |
serialVersionUID: 240L
myStringProperty
String myStringProperty
Package org.apache.jmeter.examples.testbeans.example3 |
serialVersionUID: 240L
mybool
boolean mybool
myBoolean1
Boolean myBoolean1
myBoolean2
Boolean myBoolean2
myInt
int myInt
myInteger1
Integer myInteger1
myInteger2
Integer myInteger2
mylong
long mylong
myLong1
Long myLong1
myLong2
Long myLong2
myString1
String myString1
myString2
String myString2
myFile1
File myFile1
myFile2
String myFile2
Package org.apache.jmeter.exceptions |
serialVersionUID: 240L
Package org.apache.jmeter.extractor |
serialVersionUID: 4L
serialVersionUID: 232L
serialVersionUID: 260L
displaySamplerProperties
boolean displaySamplerProperties
displayJMeterVariables
boolean displayJMeterVariables
displayJMeterProperties
boolean displayJMeterProperties
displaySystemProperties
boolean displaySystemProperties
serialVersionUID: 232L
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jmeter.extractor.gui |
serialVersionUID: 240L
regexField
JLabeledTextField regexField
templateField
JLabeledTextField templateField
defaultField
JLabeledTextField defaultField
matchNumberField
JLabeledTextField matchNumberField
refNameField
JLabeledTextField refNameField
useBody
JRadioButton useBody
useUnescapedBody
JRadioButton useUnescapedBody
useHeaders
JRadioButton useHeaders
useURL
JRadioButton useURL
useCode
JRadioButton useCode
useMessage
JRadioButton useMessage
group
ButtonGroup group
serialVersionUID: 240L
defaultField
JLabeledTextField defaultField
xpathQueryField
JLabeledTextField xpathQueryField
refNameField
JLabeledTextField refNameField
getFragment
JCheckBox getFragment
xml
XMLConfPanel xml
Package org.apache.jmeter.functions |
serialVersionUID: 240L
Package org.apache.jmeter.functions.gui |
serialVersionUID: 240L
functionList
JLabeledChoice functionList
parameterPanel
ArgumentsPanel parameterPanel
cutPasteFunction
JLabeledTextField cutPasteFunction
Package org.apache.jmeter.gui |
serialVersionUID: 240L
enabled
boolean enabled
- Flag indicating whether or not this component is enabled.
namePanel
NamePanel namePanel
- A GUI panel containing the name of this component.
commentPanel
CommentPanel commentPanel
serialVersionUID: 240L
scopePanel
ScopePanel scopePanel
serialVersionUID: 240L
commentField
JTextArea commentField
- A text field containing the comment.
serialVersionUID: 6911128494402594429L
textArea
JTextArea textArea
format
org.apache.log.format.PatternFormatter format
serialVersionUID: 240L
menuBar
JMeterMenuBar menuBar
- The menu bar.
mainPanel
JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
JScrollPane treePanel
- The panel where the test tree is shown.
logPanel
LoggerPanel logPanel
- The LOG panel.
tree
JTree tree
- The test tree.
runningIcon
ImageIcon runningIcon
- An image which is displayed when a test is running.
stoppedIcon
ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
warningIcon
ImageIcon warningIcon
- An image which is displayed to indicate FATAL, ERROR or WARNING.
runningIndicator
JButton runningIndicator
- The button used to display the running/stopped image.
previousDragXLocation
int previousDragXLocation
- The x coordinate of the last location where a component was dragged.
previousDragYLocation
int previousDragYLocation
- The y coordinate of the last location where a component was dragged.
hosts
Set<E> hosts
- The set of currently running hosts.
stoppingMessage
JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
totalThreads
JLabel totalThreads
activeThreads
JLabel activeThreads
toolbar
JMeterToolBar toolbar
warnIndicator
JButton warnIndicator
- Indicator for Log errors and Fatals
errorsOrFatalsLabel
JLabel errorsOrFatalsLabel
- Counter
serialVersionUID: 240L
nameField
JTextField nameField
- A text field containing the name.
serialVersionUID: 240L
continueBox
JRadioButton continueBox
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
stopTestNowBox
JRadioButton stopTestNowBox
serialVersionUID: 240L
menuBar
ReportMenuBar menuBar
- The menu bar.
mainPanel
JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
JScrollPane treePanel
- The panel where the test tree is shown.
tree
JTree tree
- The test tree.
stoppedIcon
ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
previousDragXLocation
int previousDragXLocation
- The x coordinate of the last location where a component was dragged.
previousDragYLocation
int previousDragYLocation
- The y coordinate of the last location where a component was dragged.
runningIndicator
JButton runningIndicator
- The button used to display the running/stopped image.
stoppingMessage
JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
serialVersionUID: 232L
saveConfig
SampleSaveConfiguration saveConfig
serialVersionUID: -2749091243070619669L
domain
JTextField domain
port
JTextField port
connectTimeOut
JTextField connectTimeOut
responseTimeOut
JTextField responseTimeOut
Package org.apache.jmeter.gui.action |
serialVersionUID: -4436834972710248247L
searchButton
JButton searchButton
searchTF
JLabeledTextField searchTF
isRegexpCB
JCheckBox isRegexpCB
isCaseSensitiveCB
JCheckBox isCaseSensitiveCB
cancelButton
JButton cancelButton
Package org.apache.jmeter.gui.tree |
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
treeModel
JMeterTreeModel treeModel
markedBySearch
boolean markedBySearch
Package org.apache.jmeter.gui.util |
serialVersionUID: 240L
add
JButton add
delete
JButton delete
edit
JButton edit
load
JButton load
save
JButton save
serialVersionUID: 240L
filename
JTextField filename
browse
JButton browse
listeners
List<E> listeners
title
String title
background
Color background
serialVersionUID: 1319421816741139938L
serialVersionUID: 1L
files
JTable files
browse
JButton browse
clear
JButton clear
delete
JButton delete
listeners
List<E> listeners
title
String title
filetype
String filetype
serialVersionUID: 240L
title
String title
serialVersionUID: 280L
FONT_SMALL
Font FONT_SMALL
filename
JTextField filename
label
JLabel label
browse
JButton browse
listeners
List<E> listeners
filetypes
String[] filetypes
serialVersionUID: 240L
serialVersionUID: 240L
subPanel
Box subPanel
verticalAlign
float verticalAlign
hgap
int hgap
serialVersionUID: 240L
dateFormat
DateFormat dateFormat
serialVersionUID: 240L
mLabel
JLabel mLabel
bGroup
ButtonGroup bGroup
mChangeListeners
ArrayList<E> mChangeListeners
serialVersionUID: 240L
serialVersionUID: 240L
fileMenu
JMenu fileMenu
file_save_as
JMenuItem file_save_as
file_selection_as
JMenuItem file_selection_as
file_revert
JMenuItem file_revert
file_load
JMenuItem file_load
file_load_recent_files
List<E> file_load_recent_files
file_merge
JMenuItem file_merge
file_exit
JMenuItem file_exit
file_close
JMenuItem file_close
editMenu
JMenu editMenu
edit_add
JMenu edit_add
runMenu
JMenu runMenu
run_start
JMenuItem run_start
run_start_no_timers
JMenuItem run_start_no_timers
remote_start
JMenu remote_start
remote_start_all
JMenuItem remote_start_all
remote_engine_start
Collection<E> remote_engine_start
run_stop
JMenuItem run_stop
run_shut
JMenuItem run_shut
remote_stop
JMenu remote_stop
remote_shut
JMenu remote_shut
remote_stop_all
JMenuItem remote_stop_all
remote_shut_all
JMenuItem remote_shut_all
remote_engine_stop
Collection<E> remote_engine_stop
remote_engine_shut
Collection<E> remote_engine_shut
run_clear
JMenuItem run_clear
run_clearAll
JMenuItem run_clearAll
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
remote_exit
JMenu remote_exit
remote_exit_all
JMenuItem remote_exit_all
remote_engine_exit
Collection<E> remote_engine_exit
searchMenu
JMenu searchMenu
serialVersionUID: -4591210341986068907L
serialVersionUID: 233L
model
Data model
columnClasses
Class<T>[] columnClasses
serialVersionUID: 240L
filename
JTextField filename
label
JLabel label
browse
JButton browse
listeners
List<E> listeners
title
String title
filetype
String filetype
serialVersionUID: 240L
fileMenu
JMenu fileMenu
file_save_as
JMenuItem file_save_as
file_load
JMenuItem file_load
file_merge
JMenuItem file_merge
file_exit
JMenuItem file_exit
file_close
JMenuItem file_close
editMenu
JMenu editMenu
edit_add
JMenu edit_add
runMenu
JMenu runMenu
run_start
JMenuItem run_start
remote_start
JMenu remote_start
remote_start_all
JMenuItem remote_start_all
remote_engine_start
Collection<E> remote_engine_start
run_stop
JMenuItem run_stop
run_shut
JMenuItem run_shut
remote_stop
JMenu remote_stop
remote_stop_all
JMenuItem remote_stop_all
remote_engine_stop
Collection<E> remote_engine_stop
run_clear
JMenuItem run_clear
run_clearAll
JMenuItem run_clearAll
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
remote_exit
JMenu remote_exit
remote_exit_all
JMenuItem remote_exit_all
remote_engine_exit
Collection<E> remote_engine_exit
serialVersionUID: 240L
editorComponent
JTextArea editorComponent
- The Swing component being edited.
delegate
TextAreaTableCellEditor.EditorDelegate delegate
- The delegate class which handles all methods sent from the
CellEditor
.
clickCountToStart
int clickCountToStart
- An integer specifying the number of clicks needed to start editing. Even
if
clickCountToStart
is defined as zero, it will not
initiate until a click occurs.
serialVersionUID: 240L
value
Object value
- The value of this cell.
serialVersionUID: 240L
subPanel
Box subPanel
horizontalAlign
float horizontalAlign
vgap
int vgap
Package org.apache.jmeter.modifiers |
serialVersionUID: 4L
serialVersionUID: 232L
serialVersionUID: 233L
readResolve
private Object readResolve()
globalCounter
long globalCounter
serialVersionUID: 232L
serialVersionUID: 233L
readResolve
private Object readResolve()
Package org.apache.jmeter.modifiers.gui |
serialVersionUID: 240L
startField
JLabeledTextField startField
incrField
JLabeledTextField incrField
endField
JLabeledTextField endField
varNameField
JLabeledTextField varNameField
formatField
JLabeledTextField formatField
resetCounterOnEachThreadGroupIteration
JCheckBox resetCounterOnEachThreadGroupIteration
perUserField
JCheckBox perUserField
serialVersionUID: 240L
paramTable
JTable paramTable
tableModel
PowerTableModel tableModel
numUserColumns
int numUserColumns
addParameterButton
JButton addParameterButton
addUserButton
JButton addUserButton
deleteRowButton
JButton deleteRowButton
deleteColumnButton
JButton deleteColumnButton
perIterationCheck
JCheckBox perIterationCheck
paramPanel
JPanel paramPanel
Package org.apache.jmeter.processor.gui |
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jmeter.protocol.ftp.config.gui |
serialVersionUID: 240L
server
JTextField server
port
JTextField port
remoteFile
JTextField remoteFile
localFile
JTextField localFile
inputData
JTextArea inputData
binaryMode
JCheckBox binaryMode
saveResponseData
JCheckBox saveResponseData
displayName
boolean displayName
getBox
JRadioButton getBox
putBox
JRadioButton putBox
Package org.apache.jmeter.protocol.ftp.control.gui |
serialVersionUID: 240L
loginPanel
LoginConfigGui loginPanel
ftpDefaultPanel
FtpConfigGui ftpDefaultPanel
Package org.apache.jmeter.protocol.ftp.sampler |
serialVersionUID: 240L
Package org.apache.jmeter.protocol.http.config |
serialVersionUID: 240L
boundary
String boundary
args
Arguments args
files
HTTPFileArgs files
- HTTPFileArgs list to be uploaded with http request.
Package org.apache.jmeter.protocol.http.config.gui |
serialVersionUID: 240L
imageParser
JCheckBox imageParser
concurrentDwn
JCheckBox concurrentDwn
concurrentPool
JTextField concurrentPool
urlConfig
UrlConfigGui urlConfig
embeddedRE
JLabeledTextField embeddedRE
serialVersionUID: 240L
filesPanel
HTTPFileArgsPanel filesPanel
- Files panel that holds file informations to be uploaded by
http request.
serialVersionUID: 240L
argsPanel
HTTPArgumentsPanel argsPanel
domain
JTextField domain
port
JTextField port
proxyHost
JTextField proxyHost
proxyPort
JTextField proxyPort
proxyUser
JTextField proxyUser
proxyPass
JPasswordField proxyPass
connectTimeOut
JTextField connectTimeOut
responseTimeOut
JTextField responseTimeOut
protocol
JTextField protocol
contentEncoding
JTextField contentEncoding
path
JTextField path
followRedirects
JCheckBox followRedirects
autoRedirects
JCheckBox autoRedirects
useKeepAlive
JCheckBox useKeepAlive
useMultipartForPost
JCheckBox useMultipartForPost
useBrowserCompatibleMultipartMode
JCheckBox useBrowserCompatibleMultipartMode
method
JLabeledChoice method
httpImplementation
JLabeledChoice httpImplementation
notConfigOnly
boolean notConfigOnly
showImplementation
boolean showImplementation
postBodyContent
JLabeledTextArea postBodyContent
postContentTabbedPane
org.apache.jmeter.protocol.http.config.gui.UrlConfigGui.ValidationTabbedPane postContentTabbedPane
showRawBodyPane
boolean showRawBodyPane
Package org.apache.jmeter.protocol.http.control |
serialVersionUID: 233L
serialVersionUID: 240L
serialVersionUID: 234L
serialVersionUID: 240L
serialVersionUID: 233L
serialVersionUID: 240L
serialVersionUID: 240L
SOAPHeader
Object SOAPHeader
- Apache SOAP driver does not provide an easy way to get and set the cookie
or HTTP header. Therefore it is necessary to store the SOAPHTTPConnection
object and reuse it.
serialVersionUID: 233L
serialVersionUID: 240L
Package org.apache.jmeter.protocol.http.control.gui |
serialVersionUID: 240L
serialVersionUID: 240L
portField
JTextField portField
maxPoolSizeField
JTextField maxPoolSizeField
maxQueueSizeField
JTextField maxQueueSizeField
stop
JButton stop
start
JButton start
mirrorController
HttpMirrorControl mirrorController
serialVersionUID: 240L
urlConfigGui
MultipartUrlConfigGui urlConfigGui
getImages
JCheckBox getImages
concurrentDwn
JCheckBox concurrentDwn
concurrentPool
JTextField concurrentPool
isMon
JCheckBox isMon
useMD5
JCheckBox useMD5
embeddedRE
JLabeledTextField embeddedRE
sourceIpAddr
JLabeledTextField sourceIpAddr
isAJP
boolean isAJP
serialVersionUID: 240L
serialVersionUID: 240L
urlField
JLabeledTextField urlField
soapAction
JLabeledTextField soapAction
sendSoapAction
JCheckBox sendSoapAction
useKeepAlive
JCheckBox useKeepAlive
soapXml
JLabeledTextArea soapXml
soapXmlFile
FilePanel soapXmlFile
serialVersionUID: 240L
domain
JLabeledTextField domain
protocol
JLabeledTextField protocol
port
JLabeledTextField port
path
JLabeledTextField path
soapAction
JLabeledTextField soapAction
maintainSession
JCheckBox maintainSession
- checkbox for Session maintenance.
soapXml
JTextArea soapXml
wsdlField
JLabeledTextField wsdlField
wsdlButton
JButton wsdlButton
selectButton
JButton selectButton
wsdlMethods
JLabeledChoice wsdlMethods
soapXmlFile
FilePanel soapXmlFile
randomXmlFile
JLabeledTextField randomXmlFile
connectTimeout
JLabeledTextField connectTimeout
memCache
JCheckBox memCache
- checkbox for memory cache.
readResponse
JCheckBox readResponse
- checkbox for reading the response
useProxy
JCheckBox useProxy
- checkbox for use proxy
proxyHost
JTextField proxyHost
- text field for the proxy host
proxyPort
JTextField proxyPort
- text field for the proxy port
readToolTip
String readToolTip
- Text note about read response and its usage.
proxyToolTip
String proxyToolTip
- Text note for proxy
Package org.apache.jmeter.protocol.http.gui |
serialVersionUID: -9214884465261470761L
tableModel
org.apache.jmeter.protocol.http.gui.AuthPanel.InnerTableModel tableModel
authTable
JTable authTable
- A table to show the authentication information.
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
serialVersionUID: 240L
clearEachIteration
JCheckBox clearEachIteration
useExpires
JCheckBox useExpires
maxCacheSize
JTextField maxCacheSize
serialVersionUID: 240L
cookieTable
JTable cookieTable
tableModel
PowerTableModel tableModel
clearEachIteration
JCheckBox clearEachIteration
selectHandlerPanel
JComboBox selectHandlerPanel
handlerMap
HashMap<K,V> handlerMap
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
policies
String[] policies
- List of cookie policies.
These are used both for the display, and for setting the policy
policy
JLabeledChoice policy
serialVersionUID: 240L
tableModel
org.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel
headerManager
HeaderManager headerManager
headerTable
JTable headerTable
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
serialVersionUID: 240L
serialVersionUID: 240L
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new files to the table.
browse
JButton browse
- A button for browsing file system to set path of selected row in table.
delete
JButton delete
- A button for removing files from the table.
Package org.apache.jmeter.protocol.http.modifier |
serialVersionUID: 240L
serialVersionUID: 240L
PREFIX
String PREFIX
FIELD_NAME
String FIELD_NAME
UPPER_BOUND
String UPPER_BOUND
LOWER_BOUND
String LOWER_BOUND
INCREMENT
String INCREMENT
SUFFIX
String SUFFIX
_value
long _value
serialVersionUID: 240L
serialVersionUID: 233L
serialVersionUID: 233L
allUsers
List<E> allUsers
Package org.apache.jmeter.protocol.http.modifier.gui |
serialVersionUID: 240L
serialVersionUID: 240L
_fieldName
JTextField _fieldName
_prefix
JTextField _prefix
_lowerBound
JTextField _lowerBound
_upperBound
JTextField _upperBound
_increment
JTextField _increment
_suffix
JTextField _suffix
serialVersionUID: 240L
argumentName
JLabeledTextField argumentName
pathExt
JCheckBox pathExt
pathExtNoEquals
JCheckBox pathExtNoEquals
pathExtNoQuestionmark
JCheckBox pathExtNoQuestionmark
shouldCache
JCheckBox shouldCache
Package org.apache.jmeter.protocol.http.parser |
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jmeter.protocol.http.proxy |
serialVersionUID: 240L
lastTime
long lastTime
addAssertions
AtomicBoolean addAssertions
groupingMode
AtomicInteger groupingMode
samplerRedirectAutomatically
AtomicBoolean samplerRedirectAutomatically
samplerFollowRedirects
AtomicBoolean samplerFollowRedirects
useKeepAlive
AtomicBoolean useKeepAlive
samplerDownloadImages
AtomicBoolean samplerDownloadImages
regexMatch
AtomicBoolean regexMatch
target
JMeterTreeNode target
- Tree node where the samples should be stored.
This property is not persistent.
Package org.apache.jmeter.protocol.http.proxy.gui |
serialVersionUID: 232L
portField
JTextField portField
httpHeaders
JCheckBox httpHeaders
- Used to indicate that HTTP request headers should be captured. The
default is to capture the HTTP request headers, which are specific to
particular browser settings.
groupingMode
JComboBox groupingMode
- Whether to group requests together based on inactivity separation periods --
and how to handle such grouping afterwards.
addAssertions
JCheckBox addAssertions
- Add an Assertion to the first sample of each set
useKeepAlive
JCheckBox useKeepAlive
- Set/clear the Use Keep-Alive box on the samplers (default is true)
regexMatch
JCheckBox regexMatch
samplerTypeName
JComboBox samplerTypeName
- The list of sampler type names to choose from
samplerRedirectAutomatically
JCheckBox samplerRedirectAutomatically
- Set/clear the Redirect automatically box on the samplers (default is false)
samplerFollowRedirects
JCheckBox samplerFollowRedirects
- Set/clear the Follow-redirects box on the samplers (default is true)
samplerDownloadImages
JCheckBox samplerDownloadImages
- Set/clear the Download images box on the samplers (default is false)
contentTypeInclude
JTextField contentTypeInclude
- Regular expression to include results based on content type
contentTypeExclude
JTextField contentTypeExclude
- Regular expression to exclude results based on content type
targetNodes
JComboBox targetNodes
- List of available target controllers
targetNodesModel
DefaultComboBoxModel targetNodesModel
model
ProxyControl model
excludeTable
JTable excludeTable
excludeModel
PowerTableModel excludeModel
includeTable
JTable includeTable
includeModel
PowerTableModel includeModel
stop
JButton stop
start
JButton start
restart
JButton restart
Package org.apache.jmeter.protocol.http.sampler |
serialVersionUID: 232L
logFile
String logFile
parserClassName
String parserClassName
filterClassName
String filterClassName
count
int count
started
boolean started
serialVersionUID: 233L
lastPort
int lastPort
lastHost
String lastHost
localName
String localName
localAddress
String localAddress
inbuf
byte[] inbuf
outbuf
byte[] outbuf
inpos
int inpos
outpos
int outpos
serialVersionUID: 241L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
cookies
String cookies
method
String method
redirectLocation
String 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.
queryString
String queryString
serialVersionUID: 1L
serialVersionUID: 240L
serialVersionUID: 240L
RANDOM
Random RANDOM
fileContents
String fileContents
Package org.apache.jmeter.protocol.http.util |
serialVersionUID: 240L
serialVersionUID: 240L
header
String header
- temporary storage area for the body header.
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jmeter.protocol.http.util.accesslog |
serialVersionUID: 240L
CHANGEEXT
boolean CHANGEEXT
- protected members used by class to filter *
OLDEXT
String OLDEXT
NEWEXT
String NEWEXT
INCFILE
String[] INCFILE
EXCFILE
String[] EXCFILE
FILEFILTER
boolean FILEFILTER
USEFILE
boolean USEFILE
INCPTRN
String[] INCPTRN
EXCPTRN
String[] EXCPTRN
PTRNFILTER
boolean PTRNFILTER
EXCPATTERNS
ArrayList<E> EXCPATTERNS
INCPATTERNS
ArrayList<E> INCPATTERNS
NEWFILE
String NEWFILE
serialVersionUID: 232L
cookieManagers
Map<K,V> cookieManagers
- These objects are static across multiple threads in a test, via clone()
method.
managersInUse
Set<E> managersInUse
lastUsed
CookieManager lastUsed
serialVersionUID: 233L
SAMPLE
HTTPSamplerBase SAMPLE
FILENAME
String FILENAME
FILE
File FILE
Package org.apache.jmeter.protocol.java.config |
serialVersionUID: 240L
Package org.apache.jmeter.protocol.java.config.gui |
serialVersionUID: 240L
classnameCombo
JComboBox classnameCombo
- A combo box allowing the user to choose a test class.
displayName
boolean displayName
- Indicates whether or not the name of this component should be displayed
as part of the GUI. If true, this is a standalone component. If false, it
is embedded in some other component.
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to set arguments for this test.
Package org.apache.jmeter.protocol.java.control.gui |
serialVersionUID: 240L
resetInterpreter
JCheckBox resetInterpreter
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
serialVersionUID: 240L
javaPanel
JavaConfigGui javaPanel
- Panel containing the configuration options.
serialVersionUID: 240L
constructorLabel
JLabeledTextField constructorLabel
methodLabel
JLabel methodLabel
successMsg
JLabeledTextField successMsg
failureMsg
JLabeledTextField failureMsg
errorMsg
JLabeledTextField errorMsg
successCode
JLabeledTextField successCode
failureCode
JLabeledTextField failureCode
errorCode
JLabeledTextField errorCode
filterpkg
JLabeledTextField filterpkg
doSetup
JCheckBox doSetup
appendError
JCheckBox appendError
appendExc
JCheckBox appendExc
junit4
JCheckBox junit4
createInstancePerSample
JCheckBox createInstancePerSample
classnameCombo
JComboBox classnameCombo
- A combo box allowing the user to choose a test class.
methodName
JComboBox methodName
Package org.apache.jmeter.protocol.java.sampler |
serialVersionUID: 3L
serialVersionUID: 240L
serialVersionUID: 232L
javaClass
Class<T> javaClass
- The JavaSamplerClient class used by this sampler.
Created by testStarted; copied to cloned instances.
isToBeRegistered
boolean isToBeRegistered
- If true, the JavaSamplerClient class implements tearDownTest.
Created by testStarted; copied to cloned instances.
serialVersionUID: 234L
serialVersionUID: 240L
Package org.apache.jmeter.protocol.java.test |
serialVersionUID: 240L
sleepTime
long sleepTime
- The base number of milliseconds to sleep during each sample.
sleepMask
long sleepMask
- A mask to be applied to the current time in order to add a semi-random
component to the sleep time.
label
String label
- The label to store in the sample result.
responseMessage
String responseMessage
- The response message to store in the sample result.
responseCode
String responseCode
- The response code to be stored in the sample result.
samplerData
String samplerData
- The sampler data (shown as Request Data in the Tree display).
resultData
String resultData
- Holds the result data (shown as Response Data in the Tree display).
success
boolean success
- The success status to be stored in the sample result.
serialVersionUID: 240L
sleepTime
long sleepTime
- The base number of milliseconds to sleep during each sample.
sleepMask
long sleepMask
- A mask to be applied to the current time in order to add a random
component to the sleep time.
Package org.apache.jmeter.protocol.jdbc |
serialVersionUID: 235L
query
String query
dataSource
String dataSource
queryType
String queryType
queryArguments
String queryArguments
queryArgumentsTypes
String queryArgumentsTypes
variableNames
String variableNames
resultVariable
String resultVariable
Package org.apache.jmeter.protocol.jdbc.config |
serialVersionUID: 233L
Package org.apache.jmeter.protocol.jdbc.processor |
serialVersionUID: 232L
serialVersionUID: 1L
serialVersionUID: 1L
Package org.apache.jmeter.protocol.jdbc.sampler |
serialVersionUID: 234L
Package org.apache.jmeter.protocol.jms.control.gui |
serialVersionUID: 240L
useProperties
JCheckBox useProperties
configChoice
JLabeledRadioI18N configChoice
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsDestination
JLabeledTextField jmsDestination
useAuth
JCheckBox useAuth
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
messageFile
FilePanel messageFile
randomFile
FilePanel randomFile
textMessage
JLabeledTextArea textMessage
msgChoice
JLabeledRadioI18N msgChoice
useNonPersistentDelivery
JCheckBox useNonPersistentDelivery
destSetup
JLabeledRadioI18N destSetup
jmsPropertiesPanel
ArgumentsPanel jmsPropertiesPanel
serialVersionUID: 240L
queueConnectionFactory
JLabeledTextField queueConnectionFactory
sendQueue
JLabeledTextField sendQueue
receiveQueue
JLabeledTextField receiveQueue
timeout
JLabeledTextField timeout
jmsSelector
JLabeledTextField jmsSelector
soapXml
JLabeledTextArea soapXml
initialContextFactory
JLabeledTextField initialContextFactory
providerUrl
JLabeledTextField providerUrl
labels
String[] labels
oneWay
JLabeledChoice oneWay
jmsPropertiesPanel
ArgumentsPanel jmsPropertiesPanel
jndiPropertiesPanel
ArgumentsPanel jndiPropertiesPanel
useNonPersistentDelivery
JCheckBox useNonPersistentDelivery
useReqMsgIdAsCorrelId
JCheckBox useReqMsgIdAsCorrelId
useResMsgIdAsCorrelId
JCheckBox useResMsgIdAsCorrelId
serialVersionUID: 240L
useProperties
JCheckBox useProperties
jndiICF
JLabeledTextField jndiICF
urlField
JLabeledTextField urlField
jndiConnFac
JLabeledTextField jndiConnFac
jmsDestination
JLabeledTextField jmsDestination
jmsDurableSubscriptionId
JLabeledTextField jmsDurableSubscriptionId
jmsClientId
JLabeledTextField jmsClientId
jmsSelector
JLabeledTextField jmsSelector
jmsUser
JLabeledTextField jmsUser
jmsPwd
JLabeledTextField jmsPwd
iterations
JLabeledTextField iterations
useAuth
JCheckBox useAuth
readResponse
JCheckBox readResponse
timeout
JLabeledTextField timeout
separator
JLabeledTextField separator
clientChoice
JLabeledRadioI18N clientChoice
stopBetweenSamples
JCheckBox stopBetweenSamples
destSetup
JLabeledRadioI18N destSetup
Package org.apache.jmeter.protocol.jms.sampler |
serialVersionUID: 240L
serialVersionUID: 233L
serialVersionUID: 233L
file_contents
String file_contents
object_msg_file_contents
Serializable object_msg_file_contents
serialVersionUID: 240L
Package org.apache.jmeter.protocol.ldap.config.gui |
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
tableLabel
JLabel tableLabel
- The title label for this component.
delete
JButton delete
- A button for removing arguments from the table.
serialVersionUID: 240L
rootdn
JTextField rootdn
searchbase
JTextField searchbase
searchfilter
JTextField searchfilter
delete
JTextField delete
add
JTextField add
modify
JTextField modify
servername
JTextField servername
port
JTextField port
user_Defined
JCheckBox user_Defined
addTest
JRadioButton addTest
modifyTest
JRadioButton modifyTest
deleteTest
JRadioButton deleteTest
searchTest
JRadioButton searchTest
bGroup
ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
ArgumentsPanel tableModifyPanel
cards
JPanel cards
serialVersionUID: 240L
rootdn
JTextField rootdn
searchbase
JTextField searchbase
searchfilter
JTextField searchfilter
delete
JTextField delete
add
JTextField add
modify
JTextField modify
servername
JTextField servername
port
JTextField port
SCOPE_STRINGS
String[] SCOPE_STRINGS
scope
JLabeledChoice scope
countlim
JTextField countlim
timelim
JTextField timelim
attribs
JTextField attribs
retobj
JCheckBox retobj
deref
JCheckBox deref
userdn
JTextField userdn
userpw
JTextField userpw
comparedn
JTextField comparedn
comparefilt
JTextField comparefilt
modddn
JTextField modddn
newdn
JTextField newdn
connto
JTextField connto
parseflag
JCheckBox parseflag
secure
JCheckBox secure
addTest
JRadioButton addTest
modifyTest
JRadioButton modifyTest
deleteTest
JRadioButton deleteTest
searchTest
JRadioButton searchTest
bind
JRadioButton bind
rename
JRadioButton rename
unbind
JRadioButton unbind
sbind
JRadioButton sbind
compare
JRadioButton compare
bGroup
ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
LDAPArgumentsPanel tableModifyPanel
cards
JPanel cards
Package org.apache.jmeter.protocol.ldap.control.gui |
serialVersionUID: 240L
ldapDefaultPanel
LdapExtConfigGui ldapDefaultPanel
serialVersionUID: 240L
loginPanel
LoginConfigGui loginPanel
ldapDefaultPanel
LdapConfigGui ldapDefaultPanel
Package org.apache.jmeter.protocol.ldap.sampler |
serialVersionUID: 240L
serialVersionUID: 240L
searchFoundEntries
boolean searchFoundEntries
Package org.apache.jmeter.protocol.mail.sampler |
serialVersionUID: 240L
busy
boolean busy
Package org.apache.jmeter.protocol.mail.sampler.gui |
serialVersionUID: 240L
serverTypeBox
JTextField serverTypeBox
serverBox
JTextField serverBox
portBox
JTextField portBox
usernameBox
JTextField usernameBox
passwordBox
JTextField passwordBox
folderBox
JTextField folderBox
folderLabel
JLabel folderLabel
allMessagesButton
JRadioButton allMessagesButton
someMessagesButton
JRadioButton someMessagesButton
someMessagesField
JTextField someMessagesField
deleteBox
JCheckBox deleteBox
storeMimeMessageBox
JCheckBox storeMimeMessageBox
ServerTypeLabel
String ServerTypeLabel
ServerLabel
String ServerLabel
PortLabel
String PortLabel
AccountLabel
String AccountLabel
PasswordLabel
String PasswordLabel
NumMessagesLabel
String NumMessagesLabel
AllMessagesLabel
String AllMessagesLabel
DeleteLabel
String DeleteLabel
FolderLabel
String FolderLabel
STOREMIME
String STOREMIME
securitySettingsPanel
SecuritySettingsPanel securitySettingsPanel
Package org.apache.jmeter.protocol.smtp.sampler |
serialVersionUID: 1L
Package org.apache.jmeter.protocol.smtp.sampler.gui |
serialVersionUID: 1L
bgSecuritySettings
ButtonGroup bgSecuritySettings
rbUseNone
JRadioButton rbUseNone
rbUseSSL
JRadioButton rbUseSSL
rbUseStartTLS
JRadioButton rbUseStartTLS
cbTrustAllCerts
JCheckBox cbTrustAllCerts
cbEnforceStartTLS
JCheckBox cbEnforceStartTLS
cbUseLocalTrustStore
JCheckBox cbUseLocalTrustStore
jlTrustStoreToUse
JLabel jlTrustStoreToUse
tfTrustStoreToUse
JTextField tfTrustStoreToUse
serialVersionUID: 1L
tfMailFrom
JTextField tfMailFrom
tfMailReplyTo
JTextField tfMailReplyTo
browseButton
JButton browseButton
emlBrowseButton
JButton emlBrowseButton
cbUseAuth
JCheckBox cbUseAuth
tfMailServer
JTextField tfMailServer
tfMailServerPort
JTextField tfMailServerPort
tfMailTo
JTextField tfMailTo
tfMailToCC
JTextField tfMailToCC
tfMailToBCC
JTextField tfMailToBCC
tfAttachment
JTextField tfAttachment
tfEmlMessage
JTextField tfEmlMessage
taMessage
JTextArea taMessage
cbPlainBody
JCheckBox cbPlainBody
jlAddressFrom
JLabel jlAddressFrom
jlAddressReplyTo
JLabel jlAddressReplyTo
jlAddressTo
JLabel jlAddressTo
jlAddressToCC
JLabel jlAddressToCC
jlAddressToBCC
JLabel jlAddressToBCC
jlMailServerPort
JLabel jlMailServerPort
jlMailServer
JLabel jlMailServer
jlAttachFile
JLabel jlAttachFile
jlDutPortStandard
JLabel jlDutPortStandard
jlPassword
JLabel jlPassword
jlSubject
JLabel jlSubject
jlUsername
JLabel jlUsername
jlMessage
JLabel jlMessage
attachmentFileChooser
JFileChooser attachmentFileChooser
emlFileChooser
JFileChooser emlFileChooser
tfAuthPassword
JTextField tfAuthPassword
tfAuthUsername
JTextField tfAuthUsername
tfSubject
JTextField tfSubject
cbSuppressSubject
JCheckBox cbSuppressSubject
cbIncludeTimestamp
JCheckBox cbIncludeTimestamp
cbMessageSizeStats
JCheckBox cbMessageSizeStats
cbEnableDebug
JCheckBox cbEnableDebug
cbUseEmlMessage
JCheckBox cbUseEmlMessage
headerFieldsPanel
JPanel headerFieldsPanel
addHeaderFieldButton
JButton addHeaderFieldButton
headerFieldName
JLabel headerFieldName
headerFieldValue
JLabel headerFieldValue
headerFields
Map<K,V> headerFields
removeButtons
Map<K,V> removeButtons
headerGridY
int headerGridY
securitySettingsPanel
SecuritySettingsPanel securitySettingsPanel
serialVersionUID: 1L
smtpPanel
SmtpPanel smtpPanel
Package org.apache.jmeter.protocol.system |
serialVersionUID: 1L
Package org.apache.jmeter.protocol.system.gui |
serialVersionUID: -2413845772703695934L
checkReturnCode
JCheckBox checkReturnCode
desiredReturnCode
JLabeledTextField desiredReturnCode
stdin
FilePanelEntry stdin
stdout
FilePanelEntry stdout
stderr
FilePanelEntry stderr
directory
JLabeledTextField directory
command
JLabeledTextField command
argsPanel
ArgumentsPanel argsPanel
envPanel
ArgumentsPanel envPanel
Package org.apache.jmeter.protocol.tcp.config.gui |
serialVersionUID: 240L
serverPanel
ServerPanel serverPanel
classname
JLabeledTextField classname
reUseConnection
JCheckBox reUseConnection
setNoDelay
JCheckBox setNoDelay
requestData
JTextArea requestData
displayName
boolean displayName
Package org.apache.jmeter.protocol.tcp.control.gui |
serialVersionUID: 240L
loginPanel
LoginConfigGui loginPanel
tcpDefaultPanel
TCPConfigGui tcpDefaultPanel
Package org.apache.jmeter.protocol.tcp.sampler |
serialVersionUID: -2770054697780959330L
partialResponse
String partialResponse
serialVersionUID: 280L
Package org.apache.jmeter.report.engine |
serialVersionUID: 240L
Package org.apache.jmeter.report.gui |
serialVersionUID: 240L
serialVersionUID: 240L
xAxisLabel
JLabeledChoice xAxisLabel
yAxisLabel
JLabeledTextField yAxisLabel
caption
JLabeledTextField caption
url
JLabeledTextField url
yItems
JLabeledChoice yItems
xItems
JLabeledChoice xItems
serialVersionUID: 240L
xAxisLabel
JLabeledChoice xAxisLabel
yAxisLabel
JLabeledTextField yAxisLabel
caption
JLabeledTextField caption
urls
JLabeledTextField urls
yItems
JLabeledChoice yItems
xItems
JLabeledChoice xItems
serialVersionUID: 240L
pageTitle
JLabeledTextField pageTitle
makeIndex
JCheckBox makeIndex
cssURL
JLabeledTextField cssURL
headerURL
JLabeledTextField headerURL
footerURL
JLabeledTextField footerURL
introduction
JLabeledTextArea introduction
serialVersionUID: 240L
meanCheck
JCheckBox meanCheck
medianCheck
JCheckBox medianCheck
maxCheck
JCheckBox maxCheck
minCheck
JCheckBox minCheck
responseRateCheck
JCheckBox responseRateCheck
transferRateCheck
JCheckBox transferRateCheck
fiftypercentCheck
JCheckBox fiftypercentCheck
nintypercentCheck
JCheckBox nintypercentCheck
errorRateCheck
JCheckBox errorRateCheck
Package org.apache.jmeter.report.gui.tree |
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
treeModel
ReportTreeModel treeModel
Package org.apache.jmeter.report.writers |
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jmeter.report.writers.gui |
serialVersionUID: 240L
outputDirectory
ReportFilePanel outputDirectory
Package org.apache.jmeter.reporters |
serialVersionUID: 240L
serialVersionUID: 240L
data
Map<K,V> data
serialVersionUID: 270L
failureCount
long failureCount
successCount
long successCount
failureMsgSent
boolean failureMsgSent
siteDown
boolean siteDown
successMsgSent
boolean successMsgSent
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 233L
inTest
boolean inTest
isStats
boolean isStats
summariser
Summariser summariser
- the summarizer to which this result collector will forward the samples
serialVersionUID: 240L
serialVersionUID: 233L
Package org.apache.jmeter.reporters.gui |
serialVersionUID: 240L
errorPanel
OnErrorPanel errorPanel
serialVersionUID: 240L
filename
JTextField filename
variableName
JTextField variableName
errorsOnly
JCheckBox errorsOnly
successOnly
JCheckBox successOnly
skipAutoNumber
JCheckBox skipAutoNumber
skipSuffix
JCheckBox skipSuffix
addTimestamp
JCheckBox addTimestamp
numberPadLength
JLabeledTextField numberPadLength
serialVersionUID: 240L
Package org.apache.jmeter.sampler |
serialVersionUID: 232L
displayJMeterVariables
boolean displayJMeterVariables
displayJMeterProperties
boolean displayJMeterProperties
displaySystemProperties
boolean displaySystemProperties
serialVersionUID: 240L
Package org.apache.jmeter.sampler.gui |
serialVersionUID: 240L
targetBox
JComboBox targetBox
pauseButton
JRadioButton pauseButton
stopButton
JRadioButton stopButton
stopNowButton
JRadioButton stopNowButton
restartNextLoopButton
JRadioButton restartNextLoopButton
durationField
JTextField durationField
target
int target
action
int action
durationString
String durationString
targetLabel
String targetLabel
threadTarget
String threadTarget
testTarget
String testTarget
actionLabel
String actionLabel
pauseAction
String pauseAction
stopAction
String stopAction
stopNowAction
String stopNowAction
restartNextLoopAction
String restartNextLoopAction
durationLabel
String durationLabel
Package org.apache.jmeter.samplers |
serialVersionUID: 240L
serialVersionUID: 251L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code.
- Throws:
ObjectStreamException
clientConfiguredCapacity
int clientConfiguredCapacity
listener
RemoteSampleListener listener
serialVersionUID: 240L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
clientConfiguredNumSamplesThreshold
int clientConfiguredNumSamplesThreshold
clientConfiguredTimeThresholdMs
long clientConfiguredTimeThresholdMs
listener
RemoteSampleListener listener
sampleStore
List<E> sampleStore
serialVersionUID: 1L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
listener
RemoteSampleListener listener
decoratedSender
SampleSender decoratedSender
serialVersionUID: 252L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
listener
RemoteSampleListener listener
serialVersionUID: 240L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
sampleStore
List<E> sampleStore
listener
RemoteSampleListener listener
serialVersionUID: 240L
listener
RemoteSampleListener listener
sender
SampleSender sender
serialVersionUID: 240L
testListener
TestStateListener testListener
sampleListener
SampleListener sampleListener
serialVersionUID: 240L
listener
RemoteSampleListener listener
serialVersionUID: 240L
listener
RemoteSampleListener listener
serialVersionUID: 232L
values
String[] values
result
SampleResult result
threadGroup
String threadGroup
hostname
String hostname
isTransactionSampleEvent
boolean isTransactionSampleEvent
serialVersionUID: 241L
saveConfig
SampleSaveConfiguration saveConfig
parent
SampleResult parent
responseData
byte[] responseData
responseCode
String responseCode
label
String label
resultFileName
String resultFileName
- Filename used by ResultSaver
samplerData
String samplerData
- The data used by the sampler
threadName
String threadName
responseMessage
String responseMessage
responseHeaders
String responseHeaders
contentType
String contentType
requestHeaders
String requestHeaders
timeStamp
long timeStamp
- the time stamp - can be start or end
startTime
long startTime
endTime
long endTime
idleTime
long idleTime
pauseTime
long pauseTime
- Start of pause (if any)
assertionResults
List<E> assertionResults
subResults
List<E> subResults
dataType
String dataType
success
boolean success
files
Set<E> files
- files that this sample has been saved in
dataEncoding
String dataEncoding
time
long time
- elapsed time
latency
long latency
- time to first response
stopThread
boolean stopThread
- Should thread terminate?
stopTest
boolean stopTest
- Should test terminate?
stopTestNow
boolean stopTestNow
- Should test terminate abruptly?
isMonitor
boolean isMonitor
- Is the sampler acting as a monitor?
sampleCount
int sampleCount
bytes
int bytes
headersSize
int headersSize
bodySize
int bodySize
groupThreads
int groupThreads
- Currently active threads in this thread group
allThreads
int allThreads
- Currently active threads in all thread groups
nanoTimeOffset
long nanoTimeOffset
useNanoTime
boolean useNanoTime
nanoThreadSleep
long nanoThreadSleep
location
URL location
serialVersionUID: 7L
readResolve
private Object readResolve()
time
boolean time
latency
boolean latency
timestamp
boolean timestamp
success
boolean success
label
boolean label
code
boolean code
message
boolean message
threadName
boolean threadName
dataType
boolean dataType
encoding
boolean encoding
assertions
boolean assertions
subresults
boolean subresults
responseData
boolean responseData
samplerData
boolean samplerData
xml
boolean xml
fieldNames
boolean fieldNames
responseHeaders
boolean responseHeaders
requestHeaders
boolean requestHeaders
responseDataOnError
boolean responseDataOnError
saveAssertionResultsFailureMessage
boolean saveAssertionResultsFailureMessage
url
boolean url
bytes
boolean bytes
fileName
boolean fileName
hostname
boolean hostname
threadCounts
boolean threadCounts
sampleCount
boolean sampleCount
idleTime
boolean idleTime
assertionsResultsToSave
int assertionsResultsToSave
printMilliseconds
boolean printMilliseconds
delimiter
String delimiter
serialVersionUID: 240L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
listener
RemoteSampleListener listener
serialVersionUID: 240L
errorCount
int errorCount
elapsed
long elapsed
serialVersionUID: 240L
readResolve
private Object readResolve()
throws ObjectStreamException
- Processed by the RMI server code; acts as testStarted().
- Throws:
ObjectStreamException
clientConfiguredNumSamplesThreshold
int clientConfiguredNumSamplesThreshold
clientConfiguredTimeThresholdMs
long clientConfiguredTimeThresholdMs
clientConfiguredKeyOnThreadName
boolean clientConfiguredKeyOnThreadName
listener
RemoteSampleListener listener
sampleStore
List<E> sampleStore
sampleTable
Map<K,V> sampleTable
Package org.apache.jmeter.samplers.gui |
serialVersionUID: 240L
Package org.apache.jmeter.swing |
serialVersionUID: 240L
Package org.apache.jmeter.testbeans.gui |
serialVersionUID: 240L
scrollerCount
int scrollerCount
propertyFieldLabelMessage
MessageFormat propertyFieldLabelMessage
- Message format for property field labels:
propertyToolTipMessage
MessageFormat propertyToolTipMessage
- Message format for property tooltips:
propertyMap
Map<K,V> propertyMap
- The Map we're currently customizing. Set by setObject().
serialVersionUID: 240L
testBeanClass
Class<T> testBeanClass
customizerClass
Class<T> customizerClass
customizer
Customizer customizer
- The single customizer if the customizer class implements
SharedCustomizer, null otherwise.
customizers
Map<K,V> customizers
- TestElement to Customizer map if customizer is null. This is necessary to
avoid the cost of creating a new customizer on each edit. The cache size
needs to be limited, though, to avoid memory issues when editing very
large test plans.
customizerIndexInPanel
int customizerIndexInPanel
- Index of the customizer in the JPanel's child component list:
propertyMap
Map<K,V> propertyMap
- The property name to value map that the active customizer edits:
initialized
boolean initialized
- Whether the GUI components have been created.
Package org.apache.jmeter.testelement |
serialVersionUID: 240L
image
BufferedImage image
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
propMap
Map<K,V> propMap
serialVersionUID: 240L
serialVersionUID: 240L
data
HashMap<K,V> data
jtl_file
String jtl_file
startTimestamp
long startTimestamp
endTimestamp
long endTimestamp
serialVersionUID: 240L
shape_counter
int shape_counter
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 233L
serialVersionUID: 240L
serialVersionUID: 233L
readResolve
private Object readResolve()
serialVersionUID: 240L
varMap
Map<K,V> varMap
serialVersionUID: 240L
Package org.apache.jmeter.testelement.property |
serialVersionUID: 240L
name
String name
serialVersionUID: 233L
value
boolean value
serialVersionUID: 221L
value
Collection<E> value
serialVersionUID: 240L
value
double value
savedValue
double savedValue
serialVersionUID: 240L
value
float value
savedValue
float savedValue
serialVersionUID: 233L
testIteration
int testIteration
cacheValue
String cacheValue
serialVersionUID: 240L
value
int value
savedValue
int savedValue
serialVersionUID: 240L
value
long value
savedValue
long savedValue
serialVersionUID: 221L
value
Map<K,V> value
serialVersionUID: 240L
serialVersionUID: 240L
tempValue
JMeterProperty tempValue
serialVersionUID: 240L
serialVersionUID: 1L
value
Object value
savedValue
Object savedValue
serialVersionUID: 233L
value
String value
serialVersionUID: 233L
value
TestElement value
Package org.apache.jmeter.threads |
serialVersionUID: 240L
numberOfThreads
AtomicInteger numberOfThreads
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 280L
allThreads
Map<K,V> allThreads
running
boolean running
- Is test (still) running?
delayedStartup
boolean delayedStartup
- Are we using delayed startup?
Package org.apache.jmeter.threads.gui |
serialVersionUID: 240L
continueBox
JRadioButton continueBox
startNextLoop
JRadioButton startNextLoop
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
stopTestNowBox
JRadioButton stopTestNowBox
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
loopPanel
LoopControlPanel loopPanel
mainPanel
VerticalPanel mainPanel
threadInput
JTextField threadInput
rampInput
JTextField rampInput
start
JDateField start
end
JDateField end
showDelayedStart
boolean showDelayedStart
delayedStart
JCheckBox delayedStart
scheduler
JCheckBox scheduler
duration
JTextField duration
delay
JTextField delay
Package org.apache.jmeter.timers |
serialVersionUID: 4L
serialVersionUID: 4L
serialVersionUID: 3L
previousTime
long previousTime
- Target time for the start of the next request. The delay provided by the
timer will be calculated so that the next request happens at this time.
calcMode
String calcMode
modeInt
int modeInt
throughput
double throughput
- Desired throughput, in samples per minute.
serialVersionUID: 240L
delay
long delay
serialVersionUID: 240L
serialVersionUID: 4L
serialVersionUID: 3514708226113231004L
serialVersionUID: 240L
random
Random random
serialVersionUID: 2L
readResolve
private Object readResolve()
groupSize
int groupSize
serialVersionUID: 240L
Package org.apache.jmeter.timers.gui |
serialVersionUID: -322164502276145504L
delayField
JTextField delayField
rangeField
JTextField rangeField
serialVersionUID: 240L
serialVersionUID: 240L
delayField
JTextField delayField
serialVersionUID: 240L
serialVersionUID: -3218002787832805275L
serialVersionUID: 240L
Package org.apache.jmeter.util |
serialVersionUID: 4L
readResolve
protected Object readResolve()
parameters
String parameters
filename
String filename
script
String script
resetInterpreter
boolean resetInterpreter
serialVersionUID: 233L
readResolve
protected Object readResolve()
parameters
String parameters
filename
String filename
script
String script
scriptLanguage
String scriptLanguage
serialVersionUID: 233L
readResolve
protected Object readResolve()
parameters
String parameters
filename
String filename
script
String script
scriptLanguage
String scriptLanguage
serialVersionUID: 240L
locale
Locale locale
serialVersionUID: 240L
parentButton
JRadioButton parentButton
childButton
JRadioButton childButton
allButton
JRadioButton allButton
variableButton
JRadioButton variableButton
variableName
JTextField variableName
serialVersionUID: 240L
Package org.apache.jmeter.visualizers |
serialVersionUID: 240L
textArea
JTextArea textArea
serialVersionUID: 240L
data
double[][] data
title
String title
xAxisTitle
String xAxisTitle
yAxisTitle
String yAxisTitle
yAxisLabel
String yAxisLabel
maxLength
int maxLength
xAxisLabels
String[] xAxisLabels
width
int width
height
int height
legendLabels
String[] legendLabels
maxYAxisScale
int maxYAxisScale
titleFont
Font titleFont
legendFont
Font legendFont
valueFont
Font valueFont
color
Color[] color
foreColor
Color foreColor
outlinesBarFlag
boolean outlinesBarFlag
showGrouping
boolean showGrouping
valueOrientation
boolean valueOrientation
legendPlacement
int legendPlacement
serialVersionUID: 4L
serialVersionUID: 234L
serialVersionUID: 240L
resultsTree
JTree resultsTree
treeModel
DefaultTreeModel treeModel
root
DefaultMutableTreeNode root
base
JTextPane base
secondary
JTextPane secondary
serialVersionUID: 240L
model
SamplingStatCalculator model
serialVersionUID: 240L
model
SamplingStatCalculator model
graphPanel
JPanel graphPanel
graph
DistributionGraph graph
noteField
JTextField noteField
counter
int counter
serialVersionUID: 240L
wantData
boolean wantData
wantAverage
boolean wantAverage
wantDeviation
boolean wantDeviation
wantThroughput
boolean wantThroughput
wantMedian
boolean wantMedian
model
CachingStatCalculator model
graphMax
long graphMax
throughputMax
double throughputMax
serialVersionUID: 240L
nf
NumberFormat nf
model
CachingStatCalculator model
maxYField
JTextField maxYField
minYField
JTextField minYField
noSamplesField
JTextField noSamplesField
minute
String minute
graph
Graph graph
data
JCheckBox data
average
JCheckBox average
deviation
JCheckBox deviation
throughput
JCheckBox throughput
median
JCheckBox median
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
throughputField
JTextField throughputField
medianField
JTextField medianField
serialVersionUID: 234L
serialVersionUID: 240L
data
double[][] data
title
String title
xAxisTitle
String xAxisTitle
yAxisTitle
String yAxisTitle
xAxisLabels
String[] xAxisLabels
yAxisLabel
String[] yAxisLabel
width
int width
height
int height
shape_counter
int shape_counter
paint_counter
int paint_counter
serialVersionUID: 240L
testerButton
JButton testerButton
addressField
JTextField addressField
fromField
JTextField fromField
smtpHostField
JTextField smtpHostField
smtpPortField
JTextField smtpPortField
failureSubjectField
JTextField failureSubjectField
successSubjectField
JTextField successSubjectField
failureField
JTextField failureField
failureLimitField
JTextField failureLimitField
successLimitField
JTextField successLimitField
smtpLoginField
JTextField smtpLoginField
smtpPasswordField
JTextField smtpPasswordField
authTypeCombo
JComboBox authTypeCombo
serialVersionUID: 240L
serverListMap
Map<K,V> serverListMap
current
MonitorModel current
- we use this to set the current monitorModel so that we can save the stats
to the resultcolllector.
listeners
List<E> listeners
defaultBufferSize
int defaultBufferSize
- By default, we set the default to 800
connectorPrefix
String connectorPrefix
serialVersionUID: 240L
model
MonitorAccumModel model
current
MonitorModel current
drawHealth
boolean drawHealth
drawLoad
boolean drawLoad
drawMemory
boolean drawMemory
drawThread
boolean drawThread
drawYgrid
boolean drawYgrid
drawXgrid
boolean drawXgrid
serialVersionUID: 240L
serverPanelMap
Map<K,V> serverPanelMap
servers
JPanel servers
model
MonitorAccumModel model
serverScrollPane
JScrollPane serverScrollPane
INFO_H
String INFO_H
INFO_A
String INFO_A
INFO_W
String INFO_W
INFO_D
String INFO_D
INFO_LOAD
String INFO_LOAD
serialVersionUID: 240L
tabPane
MonitorTabPane tabPane
healthPane
MonitorHealthPanel healthPane
perfPane
MonitorPerformancePanel perfPane
model
MonitorAccumModel model
graph
MonitorGraph graph
prefixField
JLabeledTextField prefixField
serialVersionUID: 240L
current
MonitorStats current
serialVersionUID: 240L
TREEPANE
JScrollPane TREEPANE
GRAPHPANEL
JPanel GRAPHPANEL
SERVERTREE
JTree SERVERTREE
TREEMODEL
DefaultTreeModel TREEMODEL
GRAPH
MonitorGraph GRAPH
ROOTNODE
DefaultMutableTreeNode ROOTNODE
SERVERMAP
Map<K,V> SERVERMAP
MODEL
MonitorAccumModel MODEL
ROOTSAMPLE
SampleResult ROOTSAMPLE
LEGEND_HEALTH
String LEGEND_HEALTH
LEGEND_LOAD
String LEGEND_LOAD
LEGEND_MEM
String LEGEND_MEM
LEGEND_THREAD
String LEGEND_THREAD
LEGEND_HEALTH_ICON
ImageIcon LEGEND_HEALTH_ICON
LEGEND_LOAD_ICON
ImageIcon LEGEND_LOAD_ICON
LEGEND_MEM_ICON
ImageIcon LEGEND_MEM_ICON
LEGEND_THREAD_ICON
ImageIcon LEGEND_THREAD_ICON
GRID_LABEL_TOP
String GRID_LABEL_TOP
GRID_LABEL_MIDDLE
String GRID_LABEL_MIDDLE
GRID_LABEL_BOTTOM
String GRID_LABEL_BOTTOM
GRID_LABEL_HEALTHY
String GRID_LABEL_HEALTHY
GRID_LABEL_DEAD
String GRID_LABEL_DEAD
PERF_TITLE
String PERF_TITLE
SERVER_TITLE
String SERVER_TITLE
plaintext
Font plaintext
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 1L
systemButton
JCheckBox systemButton
jmeterButton
JCheckBox jmeterButton
tableLabel
JLabel tableLabel
serialVersionUID: 280L
data
double[][] data
title
String title
xAxisTitle
String xAxisTitle
yAxisTitle
String yAxisTitle
yAxisLabel
String yAxisLabel
xAxisLabels
String[] xAxisLabels
width
int width
height
int height
legendLabels
String[] legendLabels
maxYAxisScale
int maxYAxisScale
titleFont
Font titleFont
legendFont
Font legendFont
color
Color[] color
showGrouping
boolean showGrouping
legendPlacement
int legendPlacement
pointShape
Shape pointShape
strokeWidth
float strokeWidth
serialVersionUID: 280L
FONT_SMALL
Font FONT_SMALL
graphPanel
RespTimeGraphChart graphPanel
tabbedGraph
JTabbedPane tabbedGraph
saveGraphToFile
boolean saveGraphToFile
intervalValue
int intervalValue
intervalField
JLabeledTextField intervalField
intervalButton
JButton intervalButton
displayButton
JButton displayButton
saveGraph
JButton saveGraph
samplerSelection
JCheckBox samplerSelection
samplerMatchLabel
JTextField samplerMatchLabel
applyFilterBtn
JButton applyFilterBtn
caseChkBox
JCheckBox caseChkBox
regexpChkBox
JCheckBox regexpChkBox
titleFontNameList
JComboBox titleFontNameList
titleFontSizeList
JComboBox titleFontSizeList
titleFontStyleList
JComboBox titleFontStyleList
fontNameList
JComboBox fontNameList
fontSizeList
JComboBox fontSizeList
fontStyleList
JComboBox fontStyleList
legendPlacementList
JComboBox legendPlacementList
pointShapeLine
JComboBox pointShapeLine
strokeWidthList
JComboBox strokeWidthList
numberShowGrouping
JCheckBox numberShowGrouping
syncWithName
JButton syncWithName
graphTitle
JLabeledTextField graphTitle
xAxisTimeFormat
JLabeledTextField xAxisTimeFormat
maxValueYAxisLabel
JLabeledTextField maxValueYAxisLabel
dynamicGraphSize
JCheckBox dynamicGraphSize
- checkbox for use dynamic graph size
graphWidth
JLabeledTextField graphWidth
graphHeight
JLabeledTextField graphHeight
minStartTime
int minStartTime
maxStartTime
int maxStartTime
seriesNames
Map<K,V> seriesNames
- We want to retain insertion order, so LinkedHashMap is necessary
pList
Map<K,V> pList
- We want to retain insertion order, so LinkedHashMap is necessary
durationTest
int durationTest
colorIdx
int colorIdx
pattern
Pattern pattern
listColors
List<E> listColors
internalList
List<E> internalList
serialVersionUID: 240L
data
long data
average
long average
median
long median
distributionLine
long distributionLine
deviation
long deviation
throughput
double throughput
errorCount
long errorCount
success
boolean success
label
String label
threadName
String threadName
count
long count
endTime
long endTime
bytes
int bytes
serialVersionUID: 240L
serverField
JLabel serverField
timestampField
JLabel timestampField
prefsize
Dimension prefsize
- Preference size for the health icon
healthIcon
JLabel healthIcon
loadIcon
JLabel loadIcon
serialVersionUID: 240L
serialVersionUID: 240L
BACKGROUND_COLOR
Color BACKGROUND_COLOR
MINIMUM_COLOR
Color MINIMUM_COLOR
MAXIMUM_COLOR
Color MAXIMUM_COLOR
AVERAGE_COLOR
Color AVERAGE_COLOR
INCOMING_COLOR
Color INCOMING_COLOR
NUMBERS_TO_DISPLAY
int NUMBERS_TO_DISPLAY
FILL_UP_WITH_ZEROS
boolean FILL_UP_WITH_ZEROS
minimumLabel
JLabel minimumLabel
maximumLabel
JLabel maximumLabel
averageLabel
JLabel averageLabel
incomingLabel
JLabel incomingLabel
minimumNumberLabel
JLabel minimumNumberLabel
maximumNumberLabel
JLabel maximumNumberLabel
averageNumberLabel
JLabel averageNumberLabel
incomingNumberLabel
JLabel incomingNumberLabel
serialVersionUID: 240L
WAITING_COLOR
Color WAITING_COLOR
lastWidth
int lastWidth
lastHeight
int lastHeight
plot
int[] plot
serialVersionUID: 240L
COLUMNS
String[] COLUMNS
GRAPH_COLUMNS
String[] GRAPH_COLUMNS
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
FONT_SMALL
Font FONT_SMALL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
tableRows
Map<K,V> tableRows
graphPanel
AxisGraph graphPanel
settingsPane
JPanel settingsPane
spane
JSplitPane spane
tabbedGraph
JTabbedPane tabbedGraph
displayButton
JButton displayButton
saveGraph
JButton saveGraph
saveTable
JButton saveTable
chooseForeColor
JButton chooseForeColor
syncWithName
JButton syncWithName
saveHeaders
JCheckBox saveHeaders
graphTitle
JLabeledTextField graphTitle
maxLengthXAxisLabel
JLabeledTextField maxLengthXAxisLabel
maxValueYAxisLabel
JLabeledTextField maxValueYAxisLabel
dynamicGraphSize
JCheckBox dynamicGraphSize
- checkbox for use dynamic graph size
graphWidth
JLabeledTextField graphWidth
graphHeight
JLabeledTextField graphHeight
yAxisLabel
String yAxisLabel
yAxisTitle
String yAxisTitle
saveGraphToFile
boolean saveGraphToFile
defaultWidth
int defaultWidth
defaultHeight
int defaultHeight
columnsList
JComboBox columnsList
eltList
List<E> eltList
columnSelection
JCheckBox columnSelection
columnMatchLabel
JTextField columnMatchLabel
applyFilterBtn
JButton applyFilterBtn
caseChkBox
JCheckBox caseChkBox
regexpChkBox
JCheckBox regexpChkBox
titleFontNameList
JComboBox titleFontNameList
titleFontSizeList
JComboBox titleFontSizeList
titleFontStyleList
JComboBox titleFontStyleList
valueFontNameList
JComboBox valueFontNameList
valueFontSizeList
JComboBox valueFontSizeList
valueFontStyleList
JComboBox valueFontStyleList
fontNameList
JComboBox fontNameList
fontSizeList
JComboBox fontSizeList
fontStyleList
JComboBox fontStyleList
legendPlacementList
JComboBox legendPlacementList
drawOutlinesBar
JCheckBox drawOutlinesBar
numberShowGrouping
JCheckBox numberShowGrouping
valueLabelsVertical
JCheckBox valueLabelsVertical
colorBarGraph
Color colorBarGraph
colorForeGraph
Color colorForeGraph
nbColToGraph
int nbColToGraph
pattern
Pattern pattern
serialVersionUID: 240L
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
saveTable
JButton saveTable
saveHeaders
JCheckBox saveHeaders
useGroupName
JCheckBox useGroupName
tableRows
Map<K,V> tableRows
serialVersionUID: 240L
TOTAL_ROW_LABEL
String TOTAL_ROW_LABEL
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
saveTable
JButton saveTable
saveHeaders
JCheckBox saveHeaders
useGroupName
JCheckBox useGroupName
tableRows
Map<K,V> tableRows
serialVersionUID: 240L
totalSamples
long totalSamples
sampleCount
int sampleCount
startTime
long startTime
threadName
String threadName
label
String label
elapsed
long elapsed
success
boolean success
bytes
long bytes
latency
long latency
serialVersionUID: 240L
model
ObjectTableModel model
table
JTable table
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
noSamplesField
JTextField noSamplesField
tableScrollPanel
JScrollPane tableScrollPanel
autoscroll
JCheckBox autoscroll
childSamples
JCheckBox childSamples
format
Format format
serialVersionUID: 240L
serialVersionUID: 7338676747296593842L
mainSplit
JSplitPane mainSplit
root
DefaultMutableTreeNode root
treeModel
DefaultTreeModel treeModel
jTree
JTree jTree
leftSide
Component leftSide
rightSide
JTabbedPane rightSide
selectRenderPanel
JComboBox selectRenderPanel
selectedTab
int selectedTab
resultsRender
ResultRenderer resultsRender
lastSelectionEvent
TreeSelectionEvent lastSelectionEvent
autoScrollCB
JCheckBox autoScrollCB
serialVersionUID: 240L
Package org.apache.jmeter.visualizers.gui |
serialVersionUID: 240L
serialVersionUID: 240L
filePanel
FilePanel filePanel
- A panel allowing results to be saved.
errorLogging
JCheckBox errorLogging
- A checkbox choosing whether or not only errors should be logged.
successOnlyLogging
JCheckBox successOnlyLogging
collector
ResultCollector collector
isStats
boolean isStats
Package org.apache.jorphan.collections |
serialVersionUID: 240L
data
Map<K,V> data
header
List<E> header
currentPos
int currentPos
size
int size
serialVersionUID: 240L
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Method readObject.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
data
Map<K,V> data
serialVersionUID: 240L
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream oos)
throws IOException
- Throws:
IOException
order
List<E> order
serialVersionUID: 233L
Package org.apache.jorphan.gui |
serialVersionUID: 240L
rootNode
TreeNode rootNode
listener
EventListenerList listener
serialVersionUID: 240L
serialVersionUID: 240L
mLabel
JLabel mLabel
choiceList
JComboBox choiceList
mChangeListeners
ArrayList<E> mChangeListeners
delete
JButton delete
add
JButton add
serialVersionUID: 240L
serialVersionUID: 240L
mLabel
JLabel mLabel
mTextArea
JTextArea mTextArea
mChangeListeners
ArrayList<E> mChangeListeners
oldValue
String oldValue
serialVersionUID: 240L
mLabel
JLabel mLabel
mTextField
JTextField mTextField
mChangeListeners
ArrayList<E> mChangeListeners
oldValue
String oldValue
serialVersionUID: 240L
serialVersionUID: 240L
formatter
NumberFormat formatter
serialVersionUID: 240L
readResolve
private Object readResolve()
serialVersionUID: 240L
serialVersionUID: 240L
Package org.apache.jorphan.gui.layout |
serialVersionUID: 240L
vgap
int vgap
- The vertical vgap between components...defaults to 5.
alignment
int alignment
- LEFT, RIGHT, CENTER or BOTH...how the components are justified.
anchor
int anchor
- TOP, BOTTOM or CENTER ...where are the components positioned in an
overlarge space.
Package org.apache.jorphan.io |
serialVersionUID: 240L
encoding
String encoding
- File encoding. null means use the platform's default.
Package org.apache.jorphan.math |
serialVersionUID: 1L
Package org.apache.jorphan.util |
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
serialVersionUID: 240L
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.