Apache JMeter
1.9

Serialized Form


Package org.apache.jmeter.assertions

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

Serialized Fields

failure

boolean failure
True if the assertion failed.


error

boolean error
True if there was an error checking the assertion.


failureMessage

String failureMessage
A message describing the failure.

Class org.apache.jmeter.assertions.DurationAssertion implements Serializable

Class org.apache.jmeter.assertions.ResponseAssertion implements Serializable

Serialized Fields

notMessage

String notMessage

failMessage

String failMessage

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

Serialized Fields

comparator

int comparator

comparatorErrorMessage

String comparatorErrorMessage

resultData

byte[] resultData

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


Package org.apache.jmeter.assertions.gui

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

Class org.apache.jmeter.assertions.gui.AssertionGui implements Serializable

Serialized Fields

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.

Class org.apache.jmeter.assertions.gui.DurationAssertionGui implements Serializable

Serialized Fields

duration

JTextField duration

Class org.apache.jmeter.assertions.gui.SizeAssertionGui implements Serializable

Serialized Fields

size

JTextField size

equalButton

JRadioButton equalButton

notequalButton

JRadioButton notequalButton

greaterthanButton

JRadioButton greaterthanButton

lessthanButton

JRadioButton lessthanButton

greaterthanequalButton

JRadioButton greaterthanequalButton

lessthanequalButton

JRadioButton lessthanequalButton

execState

int execState

Class org.apache.jmeter.assertions.gui.XMLAssertionGui implements Serializable


Package org.apache.jmeter.config

Class org.apache.jmeter.config.Argument implements Serializable

Class org.apache.jmeter.config.Arguments implements Serializable

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

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


Package org.apache.jmeter.config.gui

Class org.apache.jmeter.config.gui.AbstractConfigGui implements Serializable

Class org.apache.jmeter.config.gui.ArgumentsPanel implements Serializable

Serialized Fields

tableLabel

JLabel tableLabel
The title label for this component.


add

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


delete

JButton delete
A button for removing arguments from the table.

Class org.apache.jmeter.config.gui.LoginConfigGui implements Serializable

Serialized Fields

username

JTextField username
Field allowing the user to enter a username.


password

JPasswordField password
Field allowing the user to enter a password.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.config.gui.SimpleConfigGui implements Serializable

Serialized Fields

table

JTable table
The table of configuration parameters.


tableModel

PowerTableModel tableModel
The model for the parameter table.


add

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


delete

JButton delete
A button for removing parameters from the table.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.


Package org.apache.jmeter.control

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

Serialized Fields

iterationListeners

LinkedList iterationListeners

subControllersAndSamplers

List subControllersAndSamplers

current

int current

iterCount

int iterCount

done

boolean done

first

boolean first

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

Serialized Fields

skipNext

boolean skipNext

doNotIncrement

boolean doNotIncrement

searchStart

TestElement searchStart

currentReturnedAtLeastOne

boolean currentReturnedAtLeastOne

stillSame

boolean stillSame

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

Serialized Fields

loopCount

int loopCount

Class org.apache.jmeter.control.ModuleController implements Serializable

Serialized Fields

selectedNode

JMeterTreeNode selectedNode

Class org.apache.jmeter.control.NextIsNullException implements Serializable

Class org.apache.jmeter.control.NoEntryException implements Serializable

Class org.apache.jmeter.control.OnceOnlyController implements Serializable

Class org.apache.jmeter.control.RandomController implements Serializable

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

globalNumExecutions

ThroughputController.IntegerWrapper globalNumExecutions

globalIteration

ThroughputController.IntegerWrapper globalIteration

numExecutions

int numExecutions

iteration

int iteration

returnTrue

boolean returnTrue

cloned

boolean cloned

Class org.apache.jmeter.control.ThroughputController.IntegerWrapper implements Serializable

Serialized Fields

i

Integer i


Package org.apache.jmeter.control.gui

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

Class org.apache.jmeter.control.gui.InterleaveControlGui implements Serializable

Serialized Fields

model

InterleaveControl model

style

JCheckBox style

Class org.apache.jmeter.control.gui.LogicControllerGui implements Serializable

Class org.apache.jmeter.control.gui.LoopControlPanel implements Serializable

Serialized Fields

infinite

JCheckBox infinite
A checkbox allowing the user to specify whether or not the controller should loop forever.


loops

JTextField loops
A field allowing the user to specify the number of times the controller should loop.


displayName

boolean displayName
Boolean indicating whether or not this component should display its name. If true, this is a standalone component. If false, this component is intended to be used as a subpanel for another component.

Class org.apache.jmeter.control.gui.ModuleControllerGui implements Serializable

Serialized Fields

selected

JMeterTreeNode selected

nodes

JComboBox nodes

nodesModel

DefaultComboBoxModel nodesModel

Class org.apache.jmeter.control.gui.OnceOnlyControllerGui implements Serializable

Class org.apache.jmeter.control.gui.RandomControlGui implements Serializable

Serialized Fields

style

JCheckBox style

Class org.apache.jmeter.control.gui.TestPlanGui implements Serializable

Serialized Fields

functionalMode

JCheckBox functionalMode
A checkbox allowing the user to specify whether or not JMeter should do functional testing.


serializedMode

JCheckBox serializedMode

argsPanel

ArgumentsPanel argsPanel
A panel allowing the user to define variables.

Class org.apache.jmeter.control.gui.ThroughputControllerGui implements Serializable

Serialized Fields

styleBox

JComboBox styleBox

style

int style

throughput

JTextField throughput

perthread

JCheckBox perthread

isPerThread

boolean isPerThread

BYNUMBER_LABEL

String BYNUMBER_LABEL

BYPERCENT_LABEL

String BYPERCENT_LABEL

THROUGHPUT_LABEL

String THROUGHPUT_LABEL

THROUGHPUT

String THROUGHPUT

PERTHREAD_LABEL

String PERTHREAD_LABEL

Class org.apache.jmeter.control.gui.WorkBenchGui implements Serializable


Package org.apache.jmeter.engine

Class org.apache.jmeter.engine.JMeterEngineException implements Serializable

Class org.apache.jmeter.engine.RemoteJMeterEngineImpl implements Serializable

Serialized Fields

backingEngine

JMeterEngine backingEngine

Class org.apache.jmeter.engine.StandardJMeterEngine implements Serializable

Serialized Fields

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

Class org.apache.jmeter.exceptions.IllegalUserActionException implements Serializable


Package org.apache.jmeter.functions

Class org.apache.jmeter.functions.CSVRead implements Serializable

Serialized Fields

myValue

String myValue

myName

String myName

values

Object[] values

myBread

BufferedReader myBread

reopenFile

boolean reopenFile

Class org.apache.jmeter.functions.IntSum implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.InvalidVariableException implements Serializable

Class org.apache.jmeter.functions.IterationCounter implements Serializable

Serialized Fields

variables

Object[] variables

counter

int[] counter

Class org.apache.jmeter.functions.JavaScript implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.MachineName implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.Property implements Serializable

Serialized Fields

values

Object[] values

Class org.apache.jmeter.functions.Random implements Serializable

Serialized Fields

varName

CompoundVariable varName

minimum

CompoundVariable minimum

maximum

CompoundVariable maximum

Class org.apache.jmeter.functions.RegexFunction implements Serializable

Serialized Fields

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

Class org.apache.jmeter.functions.StringFromFile implements Serializable

Serialized Fields

myValue

String myValue

myName

String myName

values

Object[] values

myBread

BufferedReader myBread

reopenFile

boolean reopenFile

fileName

String fileName

Class org.apache.jmeter.functions.ThreadNumber implements Serializable


Package org.apache.jmeter.functions.gui

Class org.apache.jmeter.functions.gui.FunctionHelper implements Serializable

Serialized Fields

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

Class org.apache.jmeter.gui.AbstractJMeterGuiComponent implements Serializable

Serialized Fields

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.

Class org.apache.jmeter.gui.MainFrame implements Serializable

Serialized Fields

menuBar

JMeterMenuBar menuBar
The menu bar.


mainPanel

JScrollPane mainPanel
The main panel where components display their GUIs.


treePanel

JScrollPane treePanel
The panel where the test tree is shown.


tree

JTree tree
The test tree.


runningIcon

ImageIcon runningIcon
An image which is displayed when a test is running.


stoppedIcon

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


runningIndicator

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


previousDragXLocation

int previousDragXLocation
The x coordinate of the last location where a component was dragged.


previousDragYLocation

int previousDragYLocation
The y coordinate of the last location where a component was dragged.


hosts

Set hosts
The set of currently running hosts.


stoppingMessage

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

Class org.apache.jmeter.gui.NamePanel implements Serializable

Serialized Fields

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

Class org.apache.jmeter.gui.tree.JMeterCellRenderer implements Serializable

Class org.apache.jmeter.gui.tree.JMeterTreeModel implements Serializable

Class org.apache.jmeter.gui.tree.JMeterTreeNode implements Serializable

Serialized Fields

treeModel

JMeterTreeModel treeModel

enabled

boolean enabled


Package org.apache.jmeter.gui.util

Class org.apache.jmeter.gui.util.ButtonPanel implements Serializable

Serialized Fields

add

JButton add

delete

JButton delete

edit

JButton edit

load

JButton load

save

JButton save

Class org.apache.jmeter.gui.util.FilePanel implements Serializable

Serialized Fields

filename

JTextField filename

label

JLabel label

browse

JButton browse

listeners

List listeners

title

String title

filetype

String filetype

Class org.apache.jmeter.gui.util.HorizontalPanel implements Serializable

Serialized Fields

subPanel

Box subPanel

verticalAlign

float verticalAlign

hgap

int hgap

Class org.apache.jmeter.gui.util.JDateField implements Serializable

Class org.apache.jmeter.gui.util.JMeterColor implements Serializable

Class org.apache.jmeter.gui.util.JMeterMenuBar implements Serializable

Serialized Fields

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

Class org.apache.jmeter.gui.util.PowerTableModel implements Serializable

Serialized Fields

model

org.apache.jorphan.collections.Data model

columnClasses

Class[] columnClasses

Class org.apache.jmeter.gui.util.TextAreaTableCellEditor implements Serializable

Serialized Fields

editorComponent

JTextArea editorComponent
The Swing component being edited.


delegate

TextAreaTableCellEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.

Class org.apache.jmeter.gui.util.TextAreaTableCellEditor.EditorDelegate implements Serializable

Serialized Fields

value

Object value
The value of this cell.

Class org.apache.jmeter.gui.util.VerticalPanel implements Serializable

Serialized Fields

subPanel

Box subPanel

horizontalAlign

float horizontalAlign

vgap

int vgap


Package org.apache.jmeter.junit.stubs

Class org.apache.jmeter.junit.stubs.TestSampler implements Serializable


Package org.apache.jmeter.processor.gui

Class org.apache.jmeter.processor.gui.AbstractPostProcessorGui implements Serializable

Class org.apache.jmeter.processor.gui.AbstractPreProcessorGui implements Serializable


Package org.apache.jmeter.reporters

Class org.apache.jmeter.reporters.AbstractListenerElement implements Serializable

Serialized Fields

listener

Visualizer listener

Class org.apache.jmeter.reporters.FileReporter implements Serializable

Serialized Fields

data

Hashtable data

Class org.apache.jmeter.reporters.MailerModel implements Serializable

Serialized Fields

failureCount

long failureCount

successCount

long successCount

failureMsgSent

boolean failureMsgSent

siteDown

boolean siteDown

successMsgSent

boolean successMsgSent

changeListener

ChangeListener changeListener
The listener for changes.

Class org.apache.jmeter.reporters.MailerResultCollector implements Serializable

Class org.apache.jmeter.reporters.ResultCollector implements Serializable

Serialized Fields

current

int current

inLoading

boolean inLoading

inTest

boolean inTest

hosts

Set hosts


Package org.apache.jmeter.samplers

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

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

Serialized Fields

listener

RemoteSampleListener listener

Class org.apache.jmeter.samplers.RemoteSampleListenerImpl implements Serializable

Serialized Fields

testListener

TestListener testListener

sampleListener

SampleListener sampleListener

Class org.apache.jmeter.samplers.RemoteSampleListenerWrapper implements Serializable

Serialized Fields

listener

RemoteSampleListener listener

Class org.apache.jmeter.samplers.RemoteTestListenerWrapper implements Serializable

Serialized Fields

listener

RemoteSampleListener listener

Class org.apache.jmeter.samplers.SampleEvent implements Serializable

Serialized Fields

result

SampleResult result

threadGroup

String threadGroup

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

Serialized Fields

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

Class org.apache.jmeter.samplers.gui.AbstractSamplerGui implements Serializable


Package org.apache.jmeter.swing

Class org.apache.jmeter.swing.HtmlPane implements Serializable


Package org.apache.jmeter.testelement

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

Serialized Fields

propMap

Map propMap

runningVersion

boolean runningVersion

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

Serialized Fields

threadGroups

List threadGroups

configs

List configs

userDefinedVariables

Map userDefinedVariables

Class org.apache.jmeter.testelement.VariablesCollection implements Serializable

Serialized Fields

varMap

Map varMap

Class org.apache.jmeter.testelement.WorkBench implements Serializable

Serialized Fields

isRootNode

boolean isRootNode


Package org.apache.jmeter.testelement.property

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

Serialized Fields

name

String name

runningVersion

boolean runningVersion

ownerMap

Map ownerMap

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

Serialized Fields

value

boolean value

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

Serialized Fields

value

Collection value

savedValue

Collection savedValue

Class org.apache.jmeter.testelement.property.DoubleProperty implements Serializable

Serialized Fields

value

double value

Class org.apache.jmeter.testelement.property.FloatProperty implements Serializable

Serialized Fields

value

float value

Class org.apache.jmeter.testelement.property.FunctionProperty implements Serializable

Serialized Fields

function

CompoundVariable function

testIteration

int testIteration

cacheValue

String cacheValue

Class org.apache.jmeter.testelement.property.IntegerProperty implements Serializable

Serialized Fields

value

int value

Class org.apache.jmeter.testelement.property.LongProperty implements Serializable

Serialized Fields

value

long value

Class org.apache.jmeter.testelement.property.MapProperty implements Serializable

Serialized Fields

value

Map value

savedValue

Map savedValue

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

Class org.apache.jmeter.testelement.property.NullProperty implements Serializable

Serialized Fields

tempValue

JMeterProperty tempValue

Class org.apache.jmeter.testelement.property.NumberProperty implements Serializable

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

Serialized Fields

value

String value

savedValue

String savedValue

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

Serialized Fields

value

TestElement value

savedValue

TestElement savedValue


Package org.apache.jmeter.threads

Class org.apache.jmeter.threads.JMeterContextService implements Serializable

Class org.apache.jmeter.threads.JMeterThread implements Serializable

Serialized Fields

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

Class org.apache.jmeter.threads.ReflectionThreadGroup implements Serializable

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

Serialized Fields

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

Class org.apache.jmeter.threads.gui.ThreadGroupGui implements Serializable

Serialized Fields

loopPanel

LoopControlPanel loopPanel

mainPanel

VerticalPanel mainPanel

threadInput

JTextField threadInput

rampInput

JTextField rampInput

start

JDateField start

end

JDateField end

scheduler

JCheckBox scheduler


Package org.apache.jmeter.timers

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

Serialized Fields

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.

Class org.apache.jmeter.timers.ConstantTimer implements Serializable

Serialized Fields

vars

VariablesCollection vars

variables

JMeterVariables variables

delay

long delay

Class org.apache.jmeter.timers.GaussianRandomTimer implements Serializable

Class org.apache.jmeter.timers.RandomTimer implements Serializable

Serialized Fields

random

Random random

Class org.apache.jmeter.timers.UniformRandomTimer implements Serializable


Package org.apache.jmeter.timers.gui

Class org.apache.jmeter.timers.gui.AbstractTimerGui implements Serializable

Class org.apache.jmeter.timers.gui.ConstantThroughputTimerGui implements Serializable

Serialized Fields

DEFAULT_THROUGHPUT

String DEFAULT_THROUGHPUT
See Also:
Constant Field Values

THROUGHPUT_FIELD

String THROUGHPUT_FIELD
See Also:
Constant Field Values

throughputField

JTextField throughputField

Class org.apache.jmeter.timers.gui.ConstantTimerGui implements Serializable

Serialized Fields

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

Class org.apache.jmeter.timers.gui.GaussianRandomTimerGui implements Serializable

Serialized Fields

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

Class org.apache.jmeter.timers.gui.UniformRandomTimerGui implements Serializable

Serialized Fields

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

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

Serialized Fields

locale

Locale locale


Package org.apache.jmeter.visualizers

Class org.apache.jmeter.visualizers.AssertionVisualizer implements Serializable

Serialized Fields

textArea

JTextArea textArea

Class org.apache.jmeter.visualizers.Graph implements Serializable

Serialized Fields

data

boolean data

average

boolean average

deviation

boolean deviation

throughput

boolean throughput

median

boolean median

model

GraphModel model

Class org.apache.jmeter.visualizers.GraphAccum implements Serializable

Serialized Fields

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

Class org.apache.jmeter.visualizers.GraphAccumModel implements Serializable

Serialized Fields

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

Class org.apache.jmeter.visualizers.GraphAccumVisualizer implements Serializable

Class org.apache.jmeter.visualizers.GraphModel implements Serializable

Serialized Fields

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

Class org.apache.jmeter.visualizers.GraphVisualizer implements Serializable

Serialized Fields

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

Class org.apache.jmeter.visualizers.MailerVisualizer implements Serializable

Serialized Fields

testerButton

JButton testerButton

addressField

JTextField addressField

fromField

JTextField fromField

smtpHostField

JTextField smtpHostField

failureSubjectField

JTextField failureSubjectField

successSubjectField

JTextField successSubjectField

failureField

JTextField failureField

failureLimitField

JTextField failureLimitField

successLimitField

JTextField successLimitField

mainPanel

JPanel mainPanel

panelTitleLabel

JLabel panelTitleLabel

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

Serialized Fields

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

Class org.apache.jmeter.visualizers.SimpleDataWriter implements Serializable

Class org.apache.jmeter.visualizers.SplineVisualizer implements Serializable

Serialized Fields

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

Class org.apache.jmeter.visualizers.SplineVisualizer.SplineGraph implements Serializable

Serialized Fields

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)

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

Serialized Fields

myJTable

JTable myJTable
!ToDo (Field description)


myScrollPane

JScrollPane myScrollPane
!ToDo (Field description)


sleepTill

long sleepTill

Class org.apache.jmeter.visualizers.TableDataModel implements Serializable

Serialized Fields

urlList

List urlList

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

Serialized Fields

model

TableDataModel model

table

JTable table

dataField

JTextField dataField

averageField

JTextField averageField

deviationField

JTextField deviationField

noSamplesField

JTextField noSamplesField

tableScrollPanel

JScrollPane tableScrollPanel

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

Serialized Fields

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

Class org.apache.jmeter.visualizers.gui.AbstractVisualizer implements Serializable

Serialized Fields

filePanel

FilePanel filePanel
A panel allowing results to be saved.


errorLogging

JCheckBox errorLogging
A checkbox choosing whether or not only errors should be logged.


collector

ResultCollector collector


Package org.apache.jmeter.extractor

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

Serialized Fields

template

Object[] template


Package org.apache.jmeter.extractor.gui

Class org.apache.jmeter.extractor.gui.RegexExtractorGui implements Serializable

Serialized Fields

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

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

Serialized Fields

perUser

boolean perUser

globalCounter

int globalCounter

currentIterationCount

int currentIterationCount

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

Serialized Fields

counter

int counter

lock

Integer lock


Package org.apache.jmeter.modifiers.gui

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

Serialized Fields

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

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

Serialized Fields

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

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

Serialized Fields

boundary

String boundary

filename

String filename

fileField

String fileField

mimetype

String mimetype

args

Arguments args


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

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

Serialized Fields

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

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

Serialized Fields

filenameField

JTextField filenameField

paramNameField

JTextField paramNameField

mimetypeField

JTextField mimetypeField

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

Serialized Fields

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

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

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

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

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

Class org.apache.jmeter.protocol.http.control.Header implements Serializable

Class org.apache.jmeter.protocol.http.control.HeaderManager implements Serializable

Class org.apache.jmeter.protocol.http.control.RecordingController implements Serializable


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

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

Serialized Fields

urlConfigGui

UrlConfigGui urlConfigGui

getImages

JCheckBox getImages

Class org.apache.jmeter.protocol.http.control.gui.RecordController implements Serializable

Class org.apache.jmeter.protocol.http.control.gui.SoapSamplerGui implements Serializable

Serialized Fields

urlField

org.apache.jorphan.gui.JLabeledTextField urlField

soapXml

org.apache.jorphan.gui.JLabeledTextArea soapXml

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

Serialized Fields

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

Class org.apache.jmeter.protocol.http.gui.AuthPanel implements Serializable

Serialized Fields

tableModel

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

authTable

JTable authTable
A table to show the authentication information


addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

Class org.apache.jmeter.protocol.http.gui.CookiePanel implements Serializable

Serialized Fields

cookieTable

JTable cookieTable

tableModel

PowerTableModel tableModel

clearEachIteration

JCheckBox clearEachIteration

addButton

JButton addButton

deleteButton

JButton deleteButton

loadButton

JButton loadButton

saveButton

JButton saveButton

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

Serialized Fields

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

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


Package org.apache.jmeter.protocol.http.modifier

Class org.apache.jmeter.protocol.http.modifier.AnchorModifier implements Serializable

Class org.apache.jmeter.protocol.http.modifier.ParamMask implements Serializable

Serialized Fields

PREFIX

String PREFIX

FIELD_NAME

String FIELD_NAME

UPPER_BOUND

String UPPER_BOUND

LOWER_BOUND

String LOWER_BOUND

INCREMENT

String INCREMENT

SUFFIX

String SUFFIX

_value

long _value

Class org.apache.jmeter.protocol.http.modifier.ParamModifier implements Serializable

Class org.apache.jmeter.protocol.http.modifier.URLRewritingModifier implements Serializable

Serialized Fields

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

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

Serialized Fields

allAvailableUsers

UserSequence allAvailableUsers

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

Serialized Fields

allUsers

List allUsers

indexOfUsers

Iterator indexOfUsers


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

Class org.apache.jmeter.protocol.http.modifier.gui.AnchorModifierGui implements Serializable

Class org.apache.jmeter.protocol.http.modifier.gui.ParamModifierGui implements Serializable

Serialized Fields

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

Class org.apache.jmeter.protocol.http.modifier.gui.URLRewritingModifierGui implements Serializable

Serialized Fields

argumentName

org.apache.jorphan.gui.JLabeledTextField argumentName

pathExt

JCheckBox pathExt

pathExtNoEquals

JCheckBox pathExtNoEquals

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

Serialized Fields

fileNameField

JTextField fileNameField


Package org.apache.jmeter.protocol.http.parser

Class org.apache.jmeter.protocol.http.parser.HtmlParser implements Serializable

Serialized Fields

compilerOptions

int compilerOptions


Package org.apache.jmeter.protocol.http.proxy

Class org.apache.jmeter.protocol.http.proxy.ProxyControl implements Serializable

Serialized Fields

server

Daemon server

DEFAULT_PORT

int DEFAULT_PORT
See Also:
Constant Field Values


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

Class org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui implements Serializable

Serialized Fields

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

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

Serialized Fields

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

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

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

Serialized Fields

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

Class org.apache.jmeter.protocol.http.util.HTTPArgument implements Serializable

Class org.apache.jmeter.protocol.http.util.WSDLException implements Serializable


Package org.apache.jmeter.protocol.ftp.config

Class org.apache.jmeter.protocol.ftp.config.FtpConfig implements Serializable


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

Class org.apache.jmeter.protocol.ftp.config.gui.FtpConfigGui implements Serializable

Serialized Fields

server

JTextField server

filename

JTextField filename

displayName

boolean displayName


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

Class org.apache.jmeter.protocol.ftp.control.gui.FtpTestSamplerGui implements Serializable

Serialized Fields

loginPanel

LoginConfigGui loginPanel

ftpDefaultPanel

FtpConfigGui ftpDefaultPanel


Package org.apache.jmeter.protocol.ftp.sampler

Class org.apache.jmeter.protocol.ftp.sampler.FTPSampler implements Serializable


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

Class org.apache.jmeter.protocol.jdbc.config.DbConfig implements Serializable

Class org.apache.jmeter.protocol.jdbc.config.PoolConfig implements Serializable

Class org.apache.jmeter.protocol.jdbc.config.SqlConfig implements Serializable


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

Class org.apache.jmeter.protocol.jdbc.config.gui.DbConfigGui implements Serializable

Serialized Fields

urlField

JTextField urlField

driverField

JTextField driverField

displayName

boolean displayName

loginGui

LoginConfigGui loginGui

Class org.apache.jmeter.protocol.jdbc.config.gui.PoolConfigGui implements Serializable

Serialized Fields

connField

JTextField connField

maxUseField

JTextField maxUseField

displayName

boolean displayName

Class org.apache.jmeter.protocol.jdbc.config.gui.SqlConfigGui implements Serializable

Serialized Fields

sqlField

JTextArea sqlField

displayName

boolean displayName


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

Class org.apache.jmeter.protocol.jdbc.control.gui.JdbcTestSampleGui implements Serializable

Serialized Fields

poolGui

PoolConfigGui poolGui

dbGui

DbConfigGui dbGui

sqlGui

SqlConfigGui sqlGui


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

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


Package org.apache.jmeter.protocol.jdbc.util

Class org.apache.jmeter.protocol.jdbc.util.DBKey implements Serializable

Serialization Methods

readObject

void readObject(ObjectInputStream ois)
          throws ClassNotFoundException,
                 IOException

writeObject

void writeObject(ObjectOutputStream oos)
           throws IOException
Serialized Fields

url

String url

username

String username

password

String password

driver

String driver

maxUsage

int maxUsage

maxConnections

int maxConnections

Class org.apache.jmeter.protocol.jdbc.util.NoConnectionsAvailableException implements Serializable


Package org.apache.jmeter.protocol.java.config

Class org.apache.jmeter.protocol.java.config.JavaConfig implements Serializable


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

Class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui implements Serializable

Serialized Fields

classnameCombo

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


displayName

boolean displayName
Indicates whether or not the name of this component should be displayed as part of the GUI. If true, this is a standalone component. If false, it is embedded in some other component.


argsPanel

ArgumentsPanel argsPanel
A panel allowing the user to set arguments for this test.


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

Class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui implements Serializable

Serialized Fields

javaPanel

JavaConfigGui javaPanel
Panel containing the configuration options.


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

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


Package org.apache.jmeter.protocol.java.test

Class org.apache.jmeter.protocol.java.test.JavaTest implements Serializable

Serialized Fields

sleepTime

long sleepTime
The base number of milliseconds to sleep during each sample.


sleepMask

long sleepMask
A mask to be applied to the current time in order to add a semi-random component to the sleep time.


label

String label
The label to store in the sample result.


responseMessage

String responseMessage
The response message to store in the sample result.


responseCode

String responseCode
The response code to be stored in the sample result.


samplerData

String samplerData
The sampler data (shown as Request Data in the Tree display).


resultData

String resultData
Holds the result data (shown as Response Data in the Tree display).


success

boolean success
The success status to be stored in the sample result.

Class org.apache.jmeter.protocol.java.test.SleepTest implements Serializable

Serialized Fields

sleepTime

long sleepTime
The base number of milliseconds to sleep during each sample.


sleepMask

long sleepMask
A mask to be applied to the current time in order to add a random component to the sleep time.


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

Class org.apache.jmeter.protocol.ldap.config.LdapConfig implements Serializable


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

Class org.apache.jmeter.protocol.ldap.config.gui.LdapConfigGui implements Serializable

Serialized Fields

rootdn

JTextField rootdn

searchbase

JTextField searchbase

searchfilter

JTextField searchfilter

delete

JTextField delete

add

JTextField add

modify

JTextField modify

servername

JTextField servername

port

JTextField port

user_Defined

JCheckBox user_Defined

addTest

JRadioButton addTest

modifyTest

JRadioButton modifyTest

deleteTest

JRadioButton deleteTest

searchTest

JRadioButton searchTest

bGroup

ButtonGroup bGroup

displayName

boolean displayName

tableAddPanel

ArgumentsPanel tableAddPanel

tableModifyPanel

ArgumentsPanel tableModifyPanel

cards

JPanel cards


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

Class org.apache.jmeter.protocol.ldap.control.gui.LdapTestSamplerGui implements Serializable

Serialized Fields

loginPanel

LoginConfigGui loginPanel

ldapDefaultPanel

LdapConfigGui ldapDefaultPanel


Package org.apache.jmeter.protocol.ldap.sampler

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


Apache JMeter
1.9

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