Skip navigation links
Apache JMeter
A B C D F G I J M O P R S T 

A

AbstractJavaSamplerClient - Class in org.apache.jmeter.protocol.java.sampler
An abstract implementation of the JavaSamplerClient interface.
AbstractJavaSamplerClient() - Constructor for class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
 
addArgument(String, String) - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Adds an argument to the list of arguments for this JavaConfig object.
applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.java.sampler.BSFSampler
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
applies(ConfigTestElement) - Method in class org.apache.jmeter.protocol.java.sampler.JSR223Sampler
 
ARGUMENTS - Static variable in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Property key representing the arguments for the JavaSamplerClient.

B

BeanShellSampler - Class in org.apache.jmeter.protocol.java.sampler
A sampler which understands BeanShell
BeanShellSampler() - Constructor for class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
BeanShellSamplerGui - Class in org.apache.jmeter.protocol.java.control.gui
 
BeanShellSamplerGui() - Constructor for class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
 
BSFSampler - Class in org.apache.jmeter.protocol.java.sampler
A sampler which understands BSF
BSFSampler() - Constructor for class org.apache.jmeter.protocol.java.sampler.BSFSampler
 
BSFSamplerBeanInfo - Class in org.apache.jmeter.protocol.java.sampler
BSF Sampler Bean Info
BSFSamplerBeanInfo() - Constructor for class org.apache.jmeter.protocol.java.sampler.BSFSamplerBeanInfo
 

C

CLASSNAME - Static variable in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Property key representing the classname of the JavaSamplerClient to user.
clearGui() - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
 
clearGui() - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
Implements JMeterGUIComponent.clearGui
clearGui() - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
 
clone() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
clone() - Method in class org.apache.jmeter.protocol.java.sampler.JSR223Sampler
 
configure(TestElement) - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
configure(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
 
configure(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
 
containsParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Determine whether or not a value has been specified for the parameter with this name.
createTestElement() - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
createTestElement() - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
 
createTestElement() - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
 

D

DEFAULT_SLEEP_MASK - Static variable in class org.apache.jmeter.protocol.java.test.JavaTest
The default value of the SleepMask parameter.
DEFAULT_SLEEP_TIME - Static variable in class org.apache.jmeter.protocol.java.test.JavaTest
The default value of the SleepTime parameter, in milliseconds.

F

FILENAME - Static variable in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 

G

getArguments() - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Gets the arguments for this JavaConfig object.
getArguments() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Get the arguments (parameters) for the JavaSamplerClient to be executed with.
getClassname() - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Gets the class name attribute of the JavaConfig object.
getClassname() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Gets the Classname attribute of the JavaConfig object
getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
 
getDefaultParameters() - Method in interface org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
Provide a list of parameters which this test supports.
getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.test.JavaTest
Provide a list of parameters which this test supports.
getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.test.SleepTest
Provide a list of parameters which this test supports.
getFilename() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
getInitFileProperty() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
getIntParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specified parameter as an integer.
getIntParameter(String, int) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specified parameter as an integer, or return the specified default value if the value was not specified or is not an integer.
getJMeterContext() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Returns JMeterContext for the current thread.
getJMeterProperties() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Returns JMeter properties.
getJMeterVariables() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Returns JMeterVariables for the current thread.
getLabelResource() - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
getLabelResource() - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
 
getLabelResource() - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
 
getLongParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specified parameter as a long.
getLongParameter(String, long) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specified parameter as along, or return the specified default value if the value was not specified or is not a long.
getNewLogger() - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
Get a Logger instance which can be used by subclasses to log information.
getParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specific parameter as a String, or null if the value was not specified.
getParameter(String, String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get the value of a specified parameter as a String, or return the specified default value if the value was not specified.
getParameterNamesIterator() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Get an iterator of the parameter names.
getParameters() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
getScript() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 

I

INIT_FILE - Static variable in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
interrupt() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
interrupt() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
interrupt() - Method in class org.apache.jmeter.protocol.java.test.JavaTest
 
interrupt() - Method in class org.apache.jmeter.protocol.java.test.SleepTest
 
isResetInterpreter() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 

J

JavaConfig - Class in org.apache.jmeter.protocol.java.config
The JavaConfig class contains the configuration data necessary for the Java protocol.
JavaConfig() - Constructor for class org.apache.jmeter.protocol.java.config.JavaConfig
Constructor for the JavaConfig object
JavaConfigGui - Class in org.apache.jmeter.protocol.java.config.gui
The JavaConfigGui class provides the user interface for the JavaConfig object.
JavaConfigGui() - Constructor for class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
Create a new JavaConfigGui as a standalone component.
JavaConfigGui(boolean) - Constructor for class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
Create a new JavaConfigGui as either a standalone or an embedded component.
JavaSampler - Class in org.apache.jmeter.protocol.java.sampler
A sampler for executing custom Java code in each sample.
JavaSampler() - Constructor for class org.apache.jmeter.protocol.java.sampler.JavaSampler
Create a JavaSampler.
JavaSamplerClient - Interface in org.apache.jmeter.protocol.java.sampler
This interface defines the interactions between the JavaSampler and external Java programs which can be executed by JMeter.
JavaSamplerContext - Class in org.apache.jmeter.protocol.java.sampler
JavaSamplerContext is used to provide context information to a JavaSamplerClient implementation.
JavaSamplerContext(Arguments) - Constructor for class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
Create a new JavaSampler with the specified initialization parameters.
JavaTest - Class in org.apache.jmeter.protocol.java.test
The JavaTest class is a simple sampler which is intended for use when developing test plans.
JavaTest() - Constructor for class org.apache.jmeter.protocol.java.test.JavaTest
Default constructor for JavaTest.
JavaTestSamplerGui - Class in org.apache.jmeter.protocol.java.control.gui
The JavaTestSamplerGui class provides the user interface for the JavaSampler.
JavaTestSamplerGui() - Constructor for class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
Constructor for JavaTestSamplerGui
JSR223Sampler - Class in org.apache.jmeter.protocol.java.sampler
 
JSR223Sampler() - Constructor for class org.apache.jmeter.protocol.java.sampler.JSR223Sampler
 
JSR223SamplerBeanInfo - Class in org.apache.jmeter.protocol.java.sampler
 
JSR223SamplerBeanInfo() - Constructor for class org.apache.jmeter.protocol.java.sampler.JSR223SamplerBeanInfo
 

M

modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
Modifies a given TestElement to mirror the data in the gui components.
modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
 

O

org.apache.jmeter.protocol.java.config - package org.apache.jmeter.protocol.java.config
 
org.apache.jmeter.protocol.java.config.gui - package org.apache.jmeter.protocol.java.config.gui
 
org.apache.jmeter.protocol.java.control.gui - package org.apache.jmeter.protocol.java.control.gui
 
org.apache.jmeter.protocol.java.sampler - package org.apache.jmeter.protocol.java.sampler
 
org.apache.jmeter.protocol.java.test - package org.apache.jmeter.protocol.java.test
 

P

PARAMETERS - Static variable in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 

R

removeArguments() - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Removes all of the arguments associated with this JavaConfig object.
RESET_INTERPRETER - Static variable in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
runTest(JavaSamplerContext) - Method in interface org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
Perform a single sample for each iteration.
runTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.test.JavaTest
Perform a single sample.
In this case, this method will simply sleep for some amount of time.
runTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.test.SleepTest
Perform a single sample.

S

sample(Entry) - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
sample(Entry) - Method in class org.apache.jmeter.protocol.java.sampler.BSFSampler
 
sample(Entry) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Performs a test sample.
sample(Entry) - Method in class org.apache.jmeter.protocol.java.sampler.JSR223Sampler
 
SCRIPT - Static variable in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
 
setArguments(Arguments) - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Set all of the arguments for this JavaConfig object.
setArguments(Arguments) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Set the arguments (parameters) for the JavaSamplerClient to be executed with.
setClassname(String) - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
Sets the class name attribute of the JavaConfig object.
setClassname(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Sets the Classname attribute of the JavaConfig object
setupTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
 
setupTest(JavaSamplerContext) - Method in interface org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
Do any initialization required by this client.
setupTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.test.JavaTest
Do any initialization required by this client.
setupTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.test.SleepTest
Do any initialization required by this client.
SleepTest - Class in org.apache.jmeter.protocol.java.test
The SleepTest class is a simple example class for a JMeter Java protocol client.
SleepTest() - Constructor for class org.apache.jmeter.protocol.java.test.SleepTest
Default constructor for SleepTest.
stateChanged(ChangeEvent) - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
Handle change events for this component.

T

teardownTest(JavaSamplerContext) - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
 
teardownTest(JavaSamplerContext) - Method in interface org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
Do any clean-up required by this test at the end of a test run.
testEnded() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
Method called at the end of the test.
testEnded(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
testStarted() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
testStarted(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
 
A B C D F G I J M O P R S T 
Skip navigation links
Apache JMeter

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