Package org.apache.jmeter.util
Class BeanShellServer
java.lang.Object
org.apache.jmeter.util.BeanShellServer
- All Implemented Interfaces:
Runnable
Implements a BeanShell server to allow access to JMeter variables and
methods.
To enable, define the JMeter property: beanshell.server.port (see
JMeter.java) beanshell.server.file (optional, startup file)
-
Constructor Summary
ConstructorDescriptionBeanShellServer
(int port, String file) Constructor which sets the port for this server and the path to an optional init file -
Method Summary
-
Constructor Details
-
BeanShellServer
Constructor which sets the port for this server and the path to an optional init file- Parameters:
port
- the port for the server to usefile
- the path to an init file, or an empty string, if no init file should be used
-
-
Method Details