Serialized Form
Package org.apache.jmeter.assertions |
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.
bshInterpreter
bsh.Interpreter bshInterpreter
comparatorErrorMessage
String comparatorErrorMessage
resultData
byte[] resultData
Package org.apache.jmeter.assertions.gui |
responseStringButton
JRadioButton responseStringButton
- Radio button indicating that the text response should be tested.
labelButton
JRadioButton labelButton
- Radio button indicating that the URL should be tested.
responseMessageButton
JRadioButton responseMessageButton
- Radio button indicating that the responseMessage should be tested.
responseCodeButton
JRadioButton responseCodeButton
- Radio button indicating that the responseCode should be tested.
assumeSuccess
JCheckBox assumeSuccess
- Checkbox to indicate whether the response should be forced successful before testing.
This is intended for use when checking the status code or status message.
containsBox
JRadioButton containsBox
- Radio button indicating to test if the field contains one of the
patterns.
matchesBox
JRadioButton matchesBox
- Radio button indicating to test if the field matches one of the
patterns.
notBox
JCheckBox notBox
- Checkbox indicating to test that the field does NOT contain/match
the patterns.
stringTable
JTable stringTable
- A table of patterns to test against.
addPattern
JButton addPattern
- Button to add a new pattern.
deletePattern
JButton deletePattern
- Button to delete a pattern.
tableModel
PowerTableModel tableModel
- Table model for the pattern table.
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
duration
JTextField duration
errorThresholdField
JTextField errorThresholdField
warningThresholdField
JTextField warningThresholdField
errorsOnly
JCheckBox errorsOnly
docTypeBox
JComboBox docTypeBox
htmlRadioButton
JRadioButton htmlRadioButton
xhtmlRadioButton
JRadioButton xhtmlRadioButton
xmlRadioButton
JRadioButton xmlRadioButton
filePanel
FilePanel filePanel
md5HexInput
JTextField md5HexInput
size
JTextField size
equalButton
JRadioButton equalButton
notequalButton
JRadioButton notequalButton
greaterthanButton
JRadioButton greaterthanButton
lessthanButton
JRadioButton lessthanButton
greaterthanequalButton
JRadioButton greaterthanequalButton
lessthanequalButton
JRadioButton lessthanequalButton
execState
int execState
Package org.apache.jmeter.config |
Package org.apache.jmeter.config.gui |
tableLabel
JLabel tableLabel
- The title label for this component.
add
JButton add
- A button for adding new arguments to the table.
delete
JButton delete
- A button for removing arguments from the table.
standalone
boolean standalone
- Boolean indicating whether this component is a standalong component or
it is intended to be used as a subpanel for another component.
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.
table
JTable table
- The table of configuration parameters.
tableModel
PowerTableModel tableModel
- The model for the parameter table.
add
JButton add
- A button for adding new parameters to the table.
delete
JButton delete
- A button for removing parameters from the table.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its name.
If true, this is a standalone component. If false, this component is
intended to be used as a subpanel for another component.
Package org.apache.jmeter.control |
loopCount
int loopCount
iterationListeners
LinkedList iterationListeners
subControllersAndSamplers
List subControllersAndSamplers
current
int current
iterCount
int iterCount
done
boolean done
first
boolean first
skipNext
boolean skipNext
searchStart
TestElement searchStart
currentReturnedAtLeastOne
boolean currentReturnedAtLeastOne
stillSame
boolean stillSame
loopCount
int loopCount
selectedNode
JMeterTreeNode selectedNode
startTime
long startTime
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
globalNumExecutions
int globalNumExecutions
globalIteration
int globalIteration
numExecutions
int numExecutions
- Number of iterations on which we've chosen to deliver samplers.
iteration
int iteration
- Index of the current iteration. 0-based.
runThisTime
boolean runThisTime
- Whether to deliver samplers on this iteration.
calls
int calls
Package org.apache.jmeter.control.gui |
inputVal
JTextField inputVal
- A field allowing the user to specify the input variable the controller
should loop.
returnVal
JTextField returnVal
- A field allowing the user to specify output variable the controller
should return.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its
name. If true, this is a standalone component. If false, this component
is intended to be used as a subpanel for another component.
theCondition
JTextField theCondition
- A field allowing the user to specify the number of times the controller
should loop.
displayName
boolean displayName
- Boolean indicating whether or not this component should display its
name. If true, this is a standalone component. If false, this component
is intended to be used as a subpanel for another component.
style
JCheckBox style
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.
selected
JMeterTreeNode selected
nodes
JComboBox nodes
nodesModel
DefaultComboBoxModel nodesModel
style
JCheckBox style
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.
functionalMode
JCheckBox functionalMode
- A checkbox allowing the user to specify whether or not JMeter should
do functional testing.
serializedMode
JCheckBox serializedMode
argsPanel
ArgumentsPanel argsPanel
- A panel allowing the user to define variables.
commentPanel
JTextArea commentPanel
- A panel to contain comments on the test plan.
styleBox
JComboBox styleBox
style
int style
throughput
JTextField throughput
perthread
JCheckBox perthread
isPerThread
boolean isPerThread
BYNUMBER_LABEL
String BYNUMBER_LABEL
BYPERCENT_LABEL
String BYPERCENT_LABEL
THROUGHPUT_LABEL
String THROUGHPUT_LABEL
THROUGHPUT
String THROUGHPUT
PERTHREAD_LABEL
String PERTHREAD_LABEL
theCondition
JTextField theCondition
- A field allowing the user to specify the condition (not yet used).
Package org.apache.jmeter.engine |
backingEngine
JMeterEngine backingEngine
running
boolean running
serialized
boolean serialized
schcdule_run
boolean schcdule_run
test
HashTree test
host
String host
Package org.apache.jmeter.exceptions |
Package org.apache.jmeter.functions |
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
values
Object[] values
templatePattern
org.apache.oro.text.regex.Pattern templatePattern
values
Object[] values
myStart
int myStart
myCurrent
int myCurrent
myEnd
int myEnd
Package org.apache.jmeter.functions.gui |
functionList
JLabeledChoice functionList
parameterPanel
ArgumentsPanel parameterPanel
cutPasteFunction
JLabeledTextField cutPasteFunction
functionMap
Map functionMap
generateButton
JButton generateButton
Package org.apache.jmeter.gui |
enabled
boolean enabled
- Flag indicating whether or not this component is enabled.
node
JMeterTreeNode node
- The tree node which this component is associated with.
namePanel
NamePanel namePanel
- A GUI panel containing the name of this component.
menuBar
JMeterMenuBar menuBar
- The menu bar.
mainPanel
JScrollPane mainPanel
- The main panel where components display their GUIs.
treePanel
JScrollPane treePanel
- The panel where the test tree is shown.
tree
JTree tree
- The test tree.
runningIcon
ImageIcon runningIcon
- An image which is displayed when a test is running.
stoppedIcon
ImageIcon stoppedIcon
- An image which is displayed when a test is not currently running.
runningIndicator
JButton runningIndicator
- The button used to display the running/stopped image.
previousDragXLocation
int previousDragXLocation
- The x coordinate of the last location where a component was dragged.
previousDragYLocation
int previousDragYLocation
- The y coordinate of the last location where a component was dragged.
hosts
Set hosts
- The set of currently running hosts.
stoppingMessage
JDialog stoppingMessage
- A message dialog shown while JMeter threads are stopping.
nameField
JTextField nameField
- A text field containing the name.
nameLabel
JLabel nameLabel
- The label for the text field.
node
JMeterTreeNode node
- The node which this component is providing the name for.
continueBox
JRadioButton continueBox
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
Package org.apache.jmeter.gui.tree |
treeModel
JMeterTreeModel treeModel
Package org.apache.jmeter.gui.util |
add
JButton add
delete
JButton delete
edit
JButton edit
load
JButton load
save
JButton save
filename
JTextField filename
label
JLabel label
browse
JButton browse
listeners
List listeners
title
String title
filetype
String filetype
subPanel
Box subPanel
verticalAlign
float verticalAlign
hgap
int hgap
fileMenu
JMenu fileMenu
file_save_as
JMenuItem file_save_as
file_load
JMenuItem file_load
file_merge
JMenuItem file_merge
file_exit
JMenuItem file_exit
file_close
JMenuItem file_close
editMenu
JMenu editMenu
edit_add
JMenu edit_add
edit_remove
JMenuItem edit_remove
runMenu
JMenu runMenu
run_start
JMenuItem run_start
remote_start
JMenu remote_start
remote_start_all
JMenuItem remote_start_all
remote_engine_start
Collection remote_engine_start
run_stop
JMenuItem run_stop
run_shut
JMenuItem run_shut
remote_stop
JMenu remote_stop
remote_stop_all
JMenuItem remote_stop_all
remote_engine_stop
Collection remote_engine_stop
run_clear
JMenuItem run_clear
run_clearAll
JMenuItem run_clearAll
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
remote_exit
JMenu remote_exit
remote_exit_all
JMenuItem remote_exit_all
remote_engine_exit
Collection remote_engine_exit
model
Data model
columnClasses
Class[] columnClasses
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.
value
Object value
- The value of this cell.
subPanel
Box subPanel
horizontalAlign
float horizontalAlign
vgap
int vgap
Package org.apache.jmeter.junit.stubs |
Package org.apache.jmeter.processor.gui |
Package org.apache.jmeter.reporters |
listener
Visualizer listener
data
Hashtable data
failureCount
long failureCount
successCount
long successCount
failureMsgSent
boolean failureMsgSent
siteDown
boolean siteDown
successMsgSent
boolean successMsgSent
changeListener
ChangeListener changeListener
- The listener for changes.
Package org.apache.jmeter.reporters.gui |
errorPanel
OnErrorPanel errorPanel
filename
JTextField filename
errorsOnly
JCheckBox errorsOnly
Package org.apache.jmeter.samplers |
listener
RemoteSampleListener listener
holdSamples
boolean holdSamples
sampleStore
List sampleStore
testListener
TestListener testListener
sampleListener
SampleListener sampleListener
listener
RemoteSampleListener listener
listener
RemoteSampleListener listener
result
SampleResult result
threadGroup
String threadGroup
responseData
byte[] responseData
responseCode
String responseCode
label
String label
samplerData
String samplerData
threadName
String threadName
responseMessage
String responseMessage
responseHeaders
String responseHeaders
contentType
String contentType
requestHeaders
String requestHeaders
timeStamp
long timeStamp
startTime
long startTime
endTime
long endTime
idleTime
long idleTime
pauseTime
long pauseTime
assertionResults
List assertionResults
subResults
List subResults
dataType
String dataType
success
boolean success
files
Set files
dataEncoding
String dataEncoding
time
long time
stopThread
boolean stopThread
stopTest
boolean stopTest
isMonitor
boolean isMonitor
location
URL location
Package org.apache.jmeter.samplers.gui |
Package org.apache.jmeter.swing |
Package org.apache.jmeter.testbeans |
Package org.apache.jmeter.testbeans.gui |
beanInfo
BeanInfo beanInfo
- BeanInfo object for the class of the objects being edited.
descriptors
PropertyDescriptor[] descriptors
- Property descriptors from the beanInfo.
editors
PropertyEditor[] editors
- Property editors -- or null if the property can't be edited.
Unused if customizerClass==null.
propertyFieldLabelMessage
MessageFormat propertyFieldLabelMessage
- Message format for property field labels:
propertyToolTipMessage
MessageFormat propertyToolTipMessage
- Message format for property tooltips:
propertyMap
Map propertyMap
- The Map we're currently customizing. Set by setObject().
testBeanClass
Class testBeanClass
beanInfo
BeanInfo beanInfo
customizerClass
Class customizerClass
customizer
Customizer customizer
- The single customizer if the customizer class implements
SharedCustomizer, null otherwise.
customizers
Map customizers
- TestElement to Customizer map if customizer is null. This is necessary to avoid
the cost of creating a new customizer on each edit. The cache size needs to be
limited, though, to avoid memory issues when editing very large test plans.
customizerIndexInPanel
int customizerIndexInPanel
- Index of the customizer in the JPanel's child component list:
propertyMap
Map propertyMap
- The property name to value map that the active customizer
edits:
initialized
boolean initialized
- Whether the GUI components have been created.
Package org.apache.jmeter.testelement |
propMap
Map propMap
temporaryProperties
Set temporaryProperties
runningVersion
boolean runningVersion
threadGroups
List threadGroups
configs
List configs
varMap
Map varMap
Package org.apache.jmeter.testelement.property |
name
String name
runningVersion
boolean runningVersion
value
boolean value
savedValue
boolean savedValue
value
Collection value
savedValue
Collection savedValue
value
double value
savedValue
double savedValue
value
float value
savedValue
float savedValue
function
CompoundVariable function
testIteration
int testIteration
cacheValue
String cacheValue
value
int value
savedValue
int savedValue
value
long value
savedValue
long savedValue
value
Map value
savedValue
Map savedValue
tempValue
JMeterProperty tempValue
value
String value
savedValue
String savedValue
value
TestElement value
savedValue
TestElement savedValue
Package org.apache.jmeter.threads |
initialDelay
int initialDelay
controller
Controller controller
running
boolean running
testTree
HashTree testTree
compiler
TestCompiler compiler
monitor
JMeterThreadMonitor monitor
threadName
String threadName
threadContext
JMeterContext threadContext
threadVars
JMeterVariables threadVars
testListeners
Collection testListeners
notifier
ListenerNotifier notifier
threadNum
int threadNum
startTime
long startTime
endTime
long endTime
scheduler
boolean scheduler
engine
StandardJMeterEngine engine
onErrorStopTest
boolean onErrorStopTest
onErrorStopThread
boolean onErrorStopThread
queue
org.apache.jmeter.threads.ThreadGroup.SampleQueue queue
listeners
LinkedList listeners
remoteListeners
LinkedList remoteListeners
Package org.apache.jmeter.threads.gui |
loopPanel
LoopControlPanel loopPanel
mainPanel
VerticalPanel mainPanel
threadInput
JTextField threadInput
rampInput
JTextField rampInput
start
JDateField start
end
JDateField end
scheduler
JCheckBox scheduler
duration
JTextField duration
delay
JTextField delay
continueBox
JRadioButton continueBox
stopThrdBox
JRadioButton stopThrdBox
stopTestBox
JRadioButton stopTestBox
Package org.apache.jmeter.timers |
targetTime
long targetTime
- Target time for the start of the next request. The delay provided by
the timer will be calculated so that the next request happens at this
time.
throughput
double throughput
- Desired throughput, in samples per minute.
delay
long delay
random
Random random
Package org.apache.jmeter.timers.gui |
delayField
JTextField delayField
delayField
JTextField delayField
rangeField
JTextField rangeField
delayField
JTextField delayField
rangeField
JTextField rangeField
Package org.apache.jmeter.util |
locale
Locale locale
Package org.apache.jmeter.visualizers |
textArea
JTextArea textArea
wantData
boolean wantData
wantAverage
boolean wantAverage
wantDeviation
boolean wantDeviation
wantThroughput
boolean wantThroughput
wantMedian
boolean wantMedian
model
GraphModel model
model
GraphAccumModel model
visualizer
GraphAccumVisualizer visualizer
noLegendYet
boolean noLegendYet
- Ensure that the legends are only drawn once.
previousPts
Point[] previousPts
- Keep track of previous point. Needed to draw a line joining the
previous point with the current one.
previousPtsAlloc
boolean previousPtsAlloc
- Ensure that previousPts is allocated once only. It'll be reused at each
drawSample. It can't be allocated outside drawSample 'cos the sample
is only passed in here.
name
String name
samples
List samples
listeners
List listeners
averageSum
long averageSum
variationSum
long variationSum
counter
long counter
previous
long previous
max
long max
bigChange
boolean bigChange
current
SampleResult current
name
String name
samples
List samples
listeners
List listeners
bigChange
boolean bigChange
current
Sample current
startTime
long startTime
endTime
long endTime
throughputMax
int throughputMax
graphMax
long graphMax
statCalc
StatCalculator statCalc
model
GraphModel model
maxYField
JTextField maxYField
minYField
JTextField minYField
noSamplesField
JTextField noSamplesField
minute
String minute
graph
Graph graph
data
JCheckBox data
average
JCheckBox average
deviation
JCheckBox deviation
throughput
JCheckBox throughput
median
JCheckBox median
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
throughputField
JTextField throughputField
medianField
JTextField medianField
testerButton
JButton testerButton
addressField
JTextField addressField
fromField
JTextField fromField
smtpHostField
JTextField smtpHostField
failureSubjectField
JTextField failureSubjectField
successSubjectField
JTextField successSubjectField
failureField
JTextField failureField
failureLimitField
JTextField failureLimitField
successLimitField
JTextField successLimitField
MAP
HashMap MAP
listeners
List listeners
DEFAULT_BUFFER
int DEFAULT_BUFFER
- By default, we set the default to 800
MODEL
MonitorAccumModel MODEL
CURRENT
MonitorModel CURRENT
CPU
boolean CPU
HEALTH
boolean HEALTH
LOAD
boolean LOAD
MEM
boolean MEM
THREAD
boolean THREAD
YGRID
boolean YGRID
XGRID
boolean XGRID
COUNT
int COUNT
GRAPHMAX
int GRAPHMAX
SERVERMAP
HashMap SERVERMAP
SERVERS
JPanel SERVERS
MODEL
MonitorAccumModel MODEL
SCROLL
JScrollPane SCROLL
plainText
Font plainText
TABPANE
MonitorTabPane TABPANE
HEALTHPANE
MonitorHealthPanel HEALTHPANE
PERFPANE
MonitorPerformancePanel PERFPANE
MODEL
MonitorAccumModel MODEL
GRAPH
MonitorGraph GRAPH
listeners
List listeners
current
MonitorStats current
TREEPANE
JScrollPane TREEPANE
GRAPHPANEL
JPanel GRAPHPANEL
SERVERTREE
JTree SERVERTREE
TREEMODEL
DefaultTreeModel TREEMODEL
GRAPH
MonitorGraph GRAPH
ROOTNODE
DefaultMutableTreeNode ROOTNODE
SERVERMAP
HashMap SERVERMAP
MODEL
MonitorAccumModel MODEL
ROOTSAMPLE
SampleResult ROOTSAMPLE
plaintext
Font plaintext
health
int health
load
int load
cpuload
int cpuload
memload
int memload
threadload
int threadload
host
String host
port
String port
protocol
String protocol
timestamp
long timestamp
data
long data
average
long average
median
long median
deviation
long deviation
throughput
float throughput
error
boolean error
serverField
JLabel serverField
timestampField
JLabel timestampField
prefsize
Dimension prefsize
- Preference size for the health icon
healthIcon
JLabel healthIcon
loadIcon
JLabel loadIcon
BACKGROUND_COLOR
Color BACKGROUND_COLOR
MINIMUM_COLOR
Color MINIMUM_COLOR
MAXIMUM_COLOR
Color MAXIMUM_COLOR
AVERAGE_COLOR
Color AVERAGE_COLOR
INCOMING_COLOR
Color INCOMING_COLOR
NUMBERS_TO_DISPLAY
int NUMBERS_TO_DISPLAY
- See Also:
- Constant Field Values
FILL_UP_WITH_ZEROS
boolean FILL_UP_WITH_ZEROS
- See Also:
- Constant Field Values
minimumLabel
JLabel minimumLabel
maximumLabel
JLabel maximumLabel
averageLabel
JLabel averageLabel
incomingLabel
JLabel incomingLabel
minimumNumberLabel
JLabel minimumNumberLabel
maximumNumberLabel
JLabel maximumNumberLabel
averageNumberLabel
JLabel averageNumberLabel
incomingNumberLabel
JLabel incomingNumberLabel
reinterpolated
boolean reinterpolated
WAITING_COLOR
Color WAITING_COLOR
lastWidth
int lastWidth
lastHeight
int lastHeight
plot
int[] plot
myJTable
JTable myJTable
myScrollPane
JScrollPane myScrollPane
urlList
List urlList
model
TableDataModel model
table
JTable table
dataField
JTextField dataField
averageField
JTextField averageField
deviationField
JTextField deviationField
noSamplesField
JTextField noSamplesField
tableScrollPanel
JScrollPane tableScrollPanel
textMode
boolean textMode
root
DefaultMutableTreeNode root
treeModel
DefaultTreeModel treeModel
stats
JTextPane stats
results
JEditorPane results
resultsScrollPane
JScrollPane resultsScrollPane
imageLabel
JLabel imageLabel
sampleDataField
JTextArea sampleDataField
textButton
JRadioButton textButton
htmlButton
JRadioButton htmlButton
downloadAll
JCheckBox downloadAll
jTree
JTree jTree
Package org.apache.jmeter.visualizers.gui |
filePanel
FilePanel filePanel
- A panel allowing results to be saved.
errorLogging
JCheckBox errorLogging
- A checkbox choosing whether or not only errors should be logged.
collector
ResultCollector collector
Package org.apache.jmeter.extractor |
template
Object[] template
Package org.apache.jmeter.extractor.gui |
regexField
JLabeledTextField regexField
templateField
JLabeledTextField templateField
defaultField
JLabeledTextField defaultField
matchNumberField
JLabeledTextField matchNumberField
refNameField
JLabeledTextField refNameField
useBody
JRadioButton useBody
useHeaders
JRadioButton useHeaders
Package org.apache.jmeter.modifiers |
globalCounter
int globalCounter
lock
Integer lock
Package org.apache.jmeter.modifiers.gui |
startField
JLabeledTextField startField
incrField
JLabeledTextField incrField
endField
JLabeledTextField endField
varNameField
JLabeledTextField varNameField
perUserField
JCheckBox perUserField
THREAD_COLUMNS
String THREAD_COLUMNS
paramTable
JTable paramTable
tableModel
PowerTableModel tableModel
numUserColumns
int numUserColumns
addParameterButton
JButton addParameterButton
addUserButton
JButton addUserButton
deleteRowButton
JButton deleteRowButton
deleteColumnButton
JButton deleteColumnButton
perIterationCheck
JCheckBox perIterationCheck
Package org.apache.jmeter.protocol.http.config |
boundary
String boundary
filename
String filename
fileField
String fileField
mimetype
String mimetype
args
Arguments args
Package org.apache.jmeter.protocol.http.config.gui |
protocol
JLabeledTextField protocol
domain
JLabeledTextField domain
path
JLabeledTextField path
port
JLabeledTextField port
argPanel
HTTPArgumentsPanel argPanel
filenameField
JTextField filenameField
paramNameField
JTextField paramNameField
mimetypeField
JTextField mimetypeField
argsPanel
HTTPArgumentsPanel argsPanel
domain
JTextField domain
port
JTextField port
protocol
JTextField protocol
path
JTextField path
followRedirects
JCheckBox followRedirects
autoRedirects
JCheckBox autoRedirects
useKeepAlive
JCheckBox useKeepAlive
post
JRadioButton post
get
JRadioButton get
Package org.apache.jmeter.protocol.http.control |
dateFormat
SimpleDateFormat dateFormat
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.
Package org.apache.jmeter.protocol.http.control.gui |
parserClassName
JLabeledTextField parserClassName
generatorClassName
JLabeledTextField generatorClassName
HOSTNAME
JLabeledTextField HOSTNAME
PORT
JLabeledTextField PORT
logFile
FilePanel logFile
getImages
JCheckBox getImages
PORTNUMBER
int PORTNUMBER
DEFAULT_GENERATOR
String DEFAULT_GENERATOR
DEFAULT_PARSER
String DEFAULT_PARSER
SAMPLER
AccessLogSampler SAMPLER
plainText
Font plainText
- This is the font for the note.
noteMessage
JLabel noteMessage
noteMessage2
JLabel noteMessage2
noteMessage3
JLabel noteMessage3
urlConfigGui
UrlConfigGui urlConfigGui
getImages
JCheckBox getImages
isMon
JCheckBox isMon
urlConfigGui
UrlConfigGui urlConfigGui
getImages
JCheckBox getImages
isMon
JCheckBox isMon
urlField
JLabeledTextField urlField
soapXml
JLabeledTextArea soapXml
urlField
JLabeledTextField urlField
soapAction
JLabeledTextField soapAction
soapXml
JLabeledTextArea soapXml
wsdlField
JLabeledTextField wsdlField
wsdlButton
JButton wsdlButton
selectButton
JButton selectButton
wsdlMethods
JLabeledChoice wsdlMethods
HELPER
WSDLHelper HELPER
soapXmlFile
FilePanel soapXmlFile
randomXmlFile
JLabeledTextField randomXmlFile
wsdlMessage
JLabel wsdlMessage
- We create several JLabel objects to display
usage instructions in the GUI. The reason
there are multiple labels is to make sure
it displays correctly.
wsdlMessage2
JLabel wsdlMessage2
wsdlMessage3
JLabel wsdlMessage3
wsdlMessage4
JLabel wsdlMessage4
wsdlMessage5
JLabel wsdlMessage5
plainText
Font plainText
- This is the font for the note.
memCache
JCheckBox memCache
- checkbox for memory cache.
readResponse
JCheckBox readResponse
- checkbox for reading the response
useProxy
JCheckBox useProxy
- checkbox for use proxy
proxyHost
JLabeledTextField proxyHost
- text field for the proxy host
proxyPort
JLabeledTextField proxyPort
- text field for the proxy port
readMessage
JLabel readMessage
- Text note about read response and it's usage.
readMessage2
JLabel readMessage2
readMessage3
JLabel readMessage3
proxyMessage
JLabel proxyMessage
- Text note for proxy
proxyMessage2
JLabel proxyMessage2
proxyMessage3
JLabel proxyMessage3
Package org.apache.jmeter.protocol.http.gui |
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
cookieTable
JTable cookieTable
tableModel
PowerTableModel tableModel
clearEachIteration
JCheckBox clearEachIteration
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
tableModel
org.apache.jmeter.protocol.http.gui.HeaderPanel.InnerTableModel tableModel
headerTable
JTable headerTable
- A table to show the authentication information.
addButton
JButton addButton
deleteButton
JButton deleteButton
loadButton
JButton loadButton
saveButton
JButton saveButton
Package org.apache.jmeter.protocol.http.modifier |
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
pathExtensionEqualsQuestionmarkRegexp
org.apache.oro.text.regex.Pattern pathExtensionEqualsQuestionmarkRegexp
pathExtensionEqualsNoQuestionmarkRegexp
org.apache.oro.text.regex.Pattern pathExtensionEqualsNoQuestionmarkRegexp
parameterRegexp
org.apache.oro.text.regex.Pattern parameterRegexp
pathExtensionNoEqualsQuestionmarkRegexp
org.apache.oro.text.regex.Pattern pathExtensionNoEqualsQuestionmarkRegexp
pathExtensionNoEqualsNoQuestionmarkRegexp
org.apache.oro.text.regex.Pattern pathExtensionNoEqualsNoQuestionmarkRegexp
allAvailableUsers
UserSequence allAvailableUsers
allUsers
List allUsers
indexOfUsers
Iterator indexOfUsers
Package org.apache.jmeter.protocol.http.modifier.gui |
_fieldName
JTextField _fieldName
_prefix
JTextField _prefix
_lowerBound
JTextField _lowerBound
_upperBound
JTextField _upperBound
_increment
JTextField _increment
_suffix
JTextField _suffix
argumentName
JLabeledTextField argumentName
pathExt
JCheckBox pathExt
pathExtNoEquals
JCheckBox pathExtNoEquals
pathExtNoQuestionmark
JCheckBox pathExtNoQuestionmark
fileNameField
JTextField fileNameField
Package org.apache.jmeter.protocol.http.parser |
savedCause
Throwable savedCause
savedCause
Throwable savedCause
Package org.apache.jmeter.protocol.http.proxy |
server
Daemon server
lastTime
long lastTime
addAssertions
boolean addAssertions
groupingMode
int groupingMode
useKeepAlive
boolean useKeepAlive
target
JMeterTreeNode target
- Tree node where the samples should be stored.
This property is not persistent.
Package org.apache.jmeter.protocol.http.proxy.gui |
portField
JTextField portField
httpHeaders
JCheckBox httpHeaders
- Used to indicate that HTTP request headers should be captured.
The default is to capture the HTTP request headers,
which are specific to particular browser settings.
groupingMode
JComboBox groupingMode
- Whether to group requests together based on inactivity separation
periods -- and how to handle such grouping afterwards.
addAssertions
JCheckBox addAssertions
- Add an Assertion to the first sample of each set
useKeepAlive
JCheckBox useKeepAlive
- Set/clear the Use Keep-Alive box on the samplers
(default is true)
targetNodes
JComboBox targetNodes
- List of available target controllers
targetNodesModel
DefaultComboBoxModel targetNodesModel
model
ProxyControl model
excludeTable
JTable excludeTable
excludeModel
PowerTableModel excludeModel
includeTable
JTable includeTable
includeModel
PowerTableModel includeModel
stop
JButton stop
start
JButton start
restart
JButton restart
Package org.apache.jmeter.protocol.http.sampler |
GENERATORCLASS
Class GENERATORCLASS
PARSERCLASS
Class PARSERCLASS
dynamicPath
boolean dynamicPath
method
String method
redirectLocation
String redirectLocation
cookies
String cookies
queryString
String queryString
SOAPACTION
String SOAPACTION
- The SOAPAction is required by MS
webservices and is defined by the
WSDL.
XMLMSG
org.w3c.dom.Document XMLMSG
- The XML document
FILE_COUNT
int FILE_COUNT
- size of File[] array
FILE_LIST
File[] FILE_LIST
- List of files that have .xml extension
RANDOM
Random RANDOM
- Random class for generating random
numbers.
FILE_CONTENTS
String FILE_CONTENTS
Package org.apache.jmeter.protocol.http.util |
Package org.apache.jmeter.protocol.http.util.accesslog |
SAMPLE
HTTPSampler SAMPLE
FILENAME
String FILENAME
FILE
File FILE
Package org.apache.jmeter.protocol.ftp.config |
Package org.apache.jmeter.protocol.ftp.config.gui |
server
JTextField server
filename
JTextField filename
displayName
boolean displayName
Package org.apache.jmeter.protocol.ftp.control.gui |
loginPanel
LoginConfigGui loginPanel
ftpDefaultPanel
FtpConfigGui ftpDefaultPanel
Package org.apache.jmeter.protocol.ftp.sampler |
Package org.apache.jmeter.protocol.jdbc.config.gui |
urlField
JTextField urlField
driverField
JTextField driverField
displayName
boolean displayName
loginGui
LoginConfigGui loginGui
connField
JTextField connField
maxUseField
JTextField maxUseField
displayName
boolean displayName
sqlField
JTextArea sqlField
displayName
boolean displayName
Package org.apache.jmeter.protocol.jdbc.control.gui |
poolGui
PoolConfigGui poolGui
dbGui
DbConfigGui dbGui
sqlGui
SqlConfigGui sqlGui
Package org.apache.jmeter.protocol.jdbc.sampler |
readObject
private void readObject(ObjectInputStream is)
throws NotActiveException,
IOException,
ClassNotFoundException
Package org.apache.jmeter.protocol.jdbc.util |
driver
String driver
url
String url
username
String username
password
String password
Package org.apache.jmeter.protocol.java.config |
Package org.apache.jmeter.protocol.java.config.gui |
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 |
filename
JTextField filename
parameters
JTextField parameters
scriptField
JTextArea scriptField
scriptField
JTextArea scriptField
langField
JTextField langField
filename
JTextField filename
parameters
JTextField parameters
javaPanel
JavaConfigGui javaPanel
- Panel containing the configuration options.
Package org.apache.jmeter.protocol.java.sampler |
bshInterpreter
bsh.Interpreter bshInterpreter
bsfEngine
org.apache.bsf.BSFEngine bsfEngine
Package org.apache.jmeter.protocol.java.test |
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.
sleepTime
long sleepTime
- The base number of milliseconds to sleep during each sample.
sleepMask
long sleepMask
- A mask to be applied to the current time in order to add a
random component to the sleep time.
Package org.apache.jorphan.collections |
data
Map data
header
ArrayList header
currentPos
int currentPos
size
int size
readObject
void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Method readObject.
writeObject
void writeObject(ObjectOutputStream oos)
throws IOException
data
Map data
readObject
void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
writeObject
void writeObject(ObjectOutputStream oos)
throws IOException
order
List order
comparator
Comparator comparator
Package org.apache.jorphan.gui |
mLabel
JLabel mLabel
choiceList
JComboBox choiceList
mChangeListeners
ArrayList mChangeListeners
delete
JButton delete
add
JButton add
mLabel
JLabel mLabel
mTextArea
JTextArea mTextArea
mChangeListeners
ArrayList mChangeListeners
oldValue
String oldValue
mLabel
JLabel mLabel
mTextField
JTextField mTextField
mChangeListeners
ArrayList mChangeListeners
oldValue
String oldValue
Package org.apache.jorphan.gui.layout |
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 |
encoding
String encoding
- File encoding. null means use the platform's default.
Package org.apache.jorphan.math |
values
List values
sum
double sum
sumOfSquares
double sumOfSquares
mean
double mean
deviation
double deviation
count
int count
Package org.apache.jorphan.util |
savedCause
Throwable savedCause
savedCause
Throwable savedCause
Package org.apache.jmeter.protocol.ldap.config |
Package org.apache.jmeter.protocol.ldap.config.gui |
rootdn
JTextField rootdn
searchbase
JTextField searchbase
searchfilter
JTextField searchfilter
delete
JTextField delete
add
JTextField add
modify
JTextField modify
servername
JTextField servername
port
JTextField port
user_Defined
JCheckBox user_Defined
addTest
JRadioButton addTest
modifyTest
JRadioButton modifyTest
deleteTest
JRadioButton deleteTest
searchTest
JRadioButton searchTest
bGroup
ButtonGroup bGroup
displayName
boolean displayName
tableAddPanel
ArgumentsPanel tableAddPanel
tableModifyPanel
ArgumentsPanel tableModifyPanel
cards
JPanel cards
Package org.apache.jmeter.protocol.ldap.control.gui |
loginPanel
LoginConfigGui loginPanel
ldapDefaultPanel
LdapConfigGui ldapDefaultPanel
Package org.apache.jmeter.protocol.ldap.sampler |
searchFoundEntries
boolean searchFoundEntries
Package org.apache.jmeter.protocol.tcp.config |
Package org.apache.jmeter.protocol.tcp.config.gui |
server
JTextField server
port
JTextField port
timeout
JTextField timeout
setNoDelay
JCheckBox setNoDelay
requestData
JTextArea requestData
displayName
boolean displayName
Package org.apache.jmeter.protocol.tcp.control.gui |
loginPanel
LoginConfigGui loginPanel
TcpDefaultPanel
TCPConfigGui TcpDefaultPanel
Package org.apache.jmeter.protocol.tcp.sampler |
Package org.apache.jmeter.examples.sampler |
Package org.apache.jmeter.examples.sampler.gui |
data
JTextField data
Package org.apache.jmeter.examples.testbeans.example1 |
Package org.apache.jmeter.examples.testbeans.example2 |
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.