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.
notMessage
String notMessage
failMessage
String failMessage
comparator
int comparator
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.
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.
duration
JTextField duration
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.
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 |
iterationListeners
LinkedList iterationListeners
subControllersAndSamplers
List subControllersAndSamplers
current
int current
iterCount
int iterCount
done
boolean done
first
boolean first
skipNext
boolean skipNext
doNotIncrement
boolean doNotIncrement
searchStart
TestElement searchStart
currentReturnedAtLeastOne
boolean currentReturnedAtLeastOne
stillSame
boolean stillSame
loopCount
int loopCount
selectedNode
JMeterTreeNode selectedNode
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
globalNumExecutions
ThroughputController.IntegerWrapper globalNumExecutions
globalIteration
ThroughputController.IntegerWrapper globalIteration
numExecutions
int numExecutions
iteration
int iteration
returnTrue
boolean returnTrue
cloned
boolean cloned
i
Integer i
Package org.apache.jmeter.control.gui |
model
InterleaveControl model
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
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.
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
Package org.apache.jmeter.engine |
backingEngine
JMeterEngine backingEngine
runningThread
Thread runningThread
allThreads
Map allThreads
running
boolean running
serialized
boolean serialized
schcdule_run
boolean schcdule_run
test
org.apache.jorphan.collections.HashTree test
testListeners
org.apache.jorphan.collections.SearchByClass testListeners
host
String host
notifier
ListenerNotifier notifier
Package org.apache.jmeter.exceptions |
Package org.apache.jmeter.functions |
myValue
String myValue
myName
String myName
values
Object[] values
myBread
BufferedReader myBread
reopenFile
boolean reopenFile
values
Object[] values
variables
Object[] variables
counter
int[] counter
values
Object[] values
values
Object[] values
values
Object[] values
varName
CompoundVariable varName
minimum
CompoundVariable minimum
maximum
CompoundVariable maximum
values
Object[] values
searchPattern
org.apache.oro.text.regex.Pattern searchPattern
template
Object[] template
valueIndex
String valueIndex
defaultValue
String defaultValue
between
String between
templatePattern
org.apache.oro.text.regex.Pattern templatePattern
name
String name
myValue
String myValue
myName
String myName
values
Object[] values
myBread
BufferedReader myBread
reopenFile
boolean reopenFile
fileName
String fileName
Package org.apache.jmeter.functions.gui |
functionList
org.apache.jorphan.gui.JLabeledChoice functionList
parameterPanel
ArgumentsPanel parameterPanel
cutPasteFunction
org.apache.jorphan.gui.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.
Package org.apache.jmeter.gui.tree |
treeModel
JMeterTreeModel treeModel
enabled
boolean enabled
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_all
JMenuItem file_save_all
file_load
JMenuItem file_load
file_exit
JMenuItem file_exit
file_new
JMenuItem file_new
editMenu
JMenu editMenu
edit_add
JMenu edit_add
edit_add_submenu
JMenu edit_add_submenu
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
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
reportMenu
JMenu reportMenu
analyze
JMenuItem analyze
optionsMenu
JMenu optionsMenu
lafMenu
JMenu lafMenu
sslManager
JMenuItem sslManager
helpMenu
JMenu helpMenu
help_about
JMenuItem help_about
remoteHosts
String[] remoteHosts
model
org.apache.jorphan.collections.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.
current
int current
inLoading
boolean inLoading
inTest
boolean inTest
hosts
Set hosts
Package org.apache.jmeter.samplers |
listener
RemoteSampleListener listener
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
timeStamp
long timeStamp
assertionResults
List assertionResults
subResults
List subResults
dataType
String dataType
success
boolean success
files
Set files
dataEncoding
String dataEncoding
time
long time
Package org.apache.jmeter.samplers.gui |
Package org.apache.jmeter.swing |
Package org.apache.jmeter.testelement |
propMap
Map propMap
runningVersion
boolean runningVersion
threadGroups
List threadGroups
configs
List configs
userDefinedVariables
Map userDefinedVariables
varMap
Map varMap
isRootNode
boolean isRootNode
Package org.apache.jmeter.testelement.property |
name
String name
runningVersion
boolean runningVersion
ownerMap
Map ownerMap
value
boolean value
value
Collection value
savedValue
Collection savedValue
value
double value
value
float value
function
CompoundVariable function
testIteration
int testIteration
cacheValue
String cacheValue
value
int value
value
long value
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
org.apache.jorphan.collections.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
DEFAULT_NUM_THREADS
int DEFAULT_NUM_THREADS
- See Also:
- Constant Field Values
DEFAULT_RAMP_UP
int DEFAULT_RAMP_UP
- See Also:
- Constant Field Values
queue
org.apache.jmeter.threads.ThreadGroup.SampleQueue queue
threadsStarted
int threadsStarted
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
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.
delay
long delay
- Inverse of the configured throughput, in milliseconds. It's the interval
at which sampling should ideally occur to get that throughput.
vars
VariablesCollection vars
variables
JMeterVariables variables
delay
long delay
random
Random random
Package org.apache.jmeter.timers.gui |
DEFAULT_THROUGHPUT
String DEFAULT_THROUGHPUT
- See Also:
- Constant Field Values
THROUGHPUT_FIELD
String THROUGHPUT_FIELD
- See Also:
- Constant Field Values
throughputField
JTextField throughputField
DEFAULT_DELAY
String DEFAULT_DELAY
- The default value for the delay.
- See Also:
- Constant Field Values
DELAY_FIELD
String DELAY_FIELD
- See Also:
- Constant Field Values
delayField
JTextField delayField
DELAY_FIELD
String DELAY_FIELD
- See Also:
- Constant Field Values
RANGE_FIELD
String RANGE_FIELD
- See Also:
- Constant Field Values
DEFAULT_DELAY
String DEFAULT_DELAY
- See Also:
- Constant Field Values
DEFAULT_RANGE
String DEFAULT_RANGE
- See Also:
- Constant Field Values
delayField
JTextField delayField
rangeField
JTextField rangeField
DELAY_FIELD
String DELAY_FIELD
- See Also:
- Constant Field Values
RANGE_FIELD
String RANGE_FIELD
- See Also:
- Constant Field Values
DEFAULT_DELAY
String DEFAULT_DELAY
- See Also:
- Constant Field Values
DEFAULT_RANGE
String DEFAULT_RANGE
- See Also:
- Constant Field Values
delayField
JTextField delayField
rangeField
JTextField rangeField
Package org.apache.jmeter.util |
locale
Locale locale
Package org.apache.jmeter.visualizers |
textArea
JTextArea textArea
data
boolean data
average
boolean average
deviation
boolean deviation
throughput
boolean throughput
median
boolean median
model
GraphModel model
model
GraphAccumModel model
- Description of the Field
visualizer
GraphAccumVisualizer visualizer
- Description of the Field
noLegendYet
boolean noLegendYet
- Description of the Field
previousPts
Point[] previousPts
- Description of the Field
previousPtsAlloc
boolean previousPtsAlloc
- Description of the Field
name
String name
- Description of the Field
samples
List samples
- Description of the Field
listeners
List listeners
- Description of the Field
averageSum
long averageSum
- Description of the Field
variationSum
long variationSum
- Description of the Field
counter
long counter
- Description of the Field
previous
long previous
- Description of the Field
max
long max
- Description of the Field
bigChange
boolean bigChange
- Description of the Field
current
SampleResult current
- Description of the Field
name
String name
samples
List samples
listeners
List listeners
previous
long previous
bigChange
boolean bigChange
current
Sample current
startTime
long startTime
endTime
long endTime
throughputMax
int throughputMax
graphMax
long graphMax
statCalc
org.apache.jorphan.math.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
perSecond
boolean perSecond
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
mainPanel
JPanel mainPanel
panelTitleLabel
JLabel panelTitleLabel
data
long data
- Description of the Field
average
long average
- Description of the Field
median
long median
deviation
long deviation
- Description of the Field
throughput
float throughput
error
boolean error
BACKGROUND_COLOR
Color BACKGROUND_COLOR
- !ToDo (Field description)
MINIMUM_COLOR
Color MINIMUM_COLOR
- !ToDo (Field description)
MAXIMUM_COLOR
Color MAXIMUM_COLOR
- !ToDo (Field description)
AVERAGE_COLOR
Color AVERAGE_COLOR
- !ToDo (Field description)
INCOMING_COLOR
Color INCOMING_COLOR
- !ToDo (Field description)
NUMBERS_TO_DISPLAY
int NUMBERS_TO_DISPLAY
- !ToDo (Field description)
- See Also:
- Constant Field Values
FILL_UP_WITH_ZEROS
boolean FILL_UP_WITH_ZEROS
- !ToDo (Field description)
- 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
- !ToDo (Field description)
WAITING_COLOR
Color WAITING_COLOR
- !ToDo (Field description)
lastWidth
int lastWidth
- !ToDo (Field description)
lastHeight
int lastHeight
- !ToDo (Field description)
plot
int[] plot
- !ToDo (Field description)
myJTable
JTable myJTable
- !ToDo (Field description)
myScrollPane
JScrollPane myScrollPane
- !ToDo (Field description)
sleepTill
long sleepTill
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
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
org.apache.jorphan.gui.JLabeledTextField regexField
templateField
org.apache.jorphan.gui.JLabeledTextField templateField
defaultField
org.apache.jorphan.gui.JLabeledTextField defaultField
matchNumberField
org.apache.jorphan.gui.JLabeledTextField matchNumberField
refNameField
org.apache.jorphan.gui.JLabeledTextField refNameField
Package org.apache.jmeter.modifiers |
perUser
boolean perUser
globalCounter
int globalCounter
currentIterationCount
int currentIterationCount
counter
int counter
lock
Integer lock
Package org.apache.jmeter.modifiers.gui |
startField
org.apache.jorphan.gui.JLabeledTextField startField
incrField
org.apache.jorphan.gui.JLabeledTextField incrField
endField
org.apache.jorphan.gui.JLabeledTextField endField
varNameField
org.apache.jorphan.gui.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
org.apache.jorphan.gui.JLabeledTextField protocol
domain
org.apache.jorphan.gui.JLabeledTextField domain
path
org.apache.jorphan.gui.JLabeledTextField path
port
org.apache.jorphan.gui.JLabeledTextField port
argPanel
HTTPArgumentsPanel argPanel
filenameField
JTextField filenameField
paramNameField
JTextField paramNameField
mimetypeField
JTextField mimetypeField
argsPanel
HTTPArgumentsPanel argsPanel
- !ToDo (Field description)
domain
JTextField domain
port
JTextField port
protocol
JTextField protocol
path
JTextField path
followRedirects
JCheckBox followRedirects
useKeepAlive
JCheckBox useKeepAlive
post
JRadioButton post
get
JRadioButton get
Package org.apache.jmeter.protocol.http.control |
Package org.apache.jmeter.protocol.http.control.gui |
urlConfigGui
UrlConfigGui urlConfigGui
getImages
JCheckBox getImages
urlField
org.apache.jorphan.gui.JLabeledTextField urlField
soapXml
org.apache.jorphan.gui.JLabeledTextArea soapXml
urlField
org.apache.jorphan.gui.JLabeledTextField urlField
soapAction
org.apache.jorphan.gui.JLabeledTextField soapAction
soapXml
org.apache.jorphan.gui.JLabeledTextArea soapXml
wsdlField
org.apache.jorphan.gui.JLabeledTextField wsdlField
wsdlButton
JButton wsdlButton
selectButton
JButton selectButton
wsdlMethods
org.apache.jorphan.gui.JLabeledChoice wsdlMethods
HELPER
WSDLHelper HELPER
soapXmlFile
FilePanel soapXmlFile
randomXmlFile
org.apache.jorphan.gui.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
readMessage
JLabel readMessage
- Text note about read response and it's usage.
readMessage2
JLabel readMessage2
readMessage3
JLabel readMessage3
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
case1
org.apache.oro.text.regex.Pattern case1
case2
org.apache.oro.text.regex.Pattern case2
case3
org.apache.oro.text.regex.Pattern case3
case4
org.apache.oro.text.regex.Pattern case4
allAvailableUsers
UserSequence allAvailableUsers
allUsers
List allUsers
indexOfUsers
Iterator indexOfUsers
Package org.apache.jmeter.protocol.http.modifier.gui |
NAME
String NAME
- See Also:
- Constant Field Values
PREFIX
String PREFIX
- See Also:
- Constant Field Values
LOWERBOUND
String LOWERBOUND
- See Also:
- Constant Field Values
UPPERBOUND
String UPPERBOUND
- See Also:
- Constant Field Values
INCREMENT
String INCREMENT
- See Also:
- Constant Field Values
SUFFIX
String SUFFIX
- See Also:
- Constant Field Values
_fieldName
JTextField _fieldName
_prefix
JTextField _prefix
_lowerBound
JTextField _lowerBound
_upperBound
JTextField _upperBound
_increment
JTextField _increment
_suffix
JTextField _suffix
argumentName
org.apache.jorphan.gui.JLabeledTextField argumentName
pathExt
JCheckBox pathExt
pathExtNoEquals
JCheckBox pathExtNoEquals
fileNameField
JTextField fileNameField
Package org.apache.jmeter.protocol.http.parser |
compilerOptions
int compilerOptions
Package org.apache.jmeter.protocol.http.proxy |
server
Daemon server
DEFAULT_PORT
int DEFAULT_PORT
- See Also:
- Constant Field Values
Package org.apache.jmeter.protocol.http.proxy.gui |
portField
JTextField portField
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 |
imageSampler
HTTPSamplerFull imageSampler
connectionTries
int connectionTries
m_sampledURLs
ArrayList m_sampledURLs
- Holds a list of URLs sampled - so we're not flooding stdout with debug
information
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.
Package org.apache.jmeter.protocol.http.util |
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 |
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 |
Package org.apache.jmeter.protocol.jdbc.util |
readObject
void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
writeObject
void writeObject(ObjectOutputStream oos)
throws IOException
url
String url
username
String username
password
String password
driver
String driver
maxUsage
int maxUsage
maxConnections
int maxConnections
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 |
javaPanel
JavaConfigGui javaPanel
- Panel containing the configuration options.
Package org.apache.jmeter.protocol.java.sampler |
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.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 |
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.