Package org.apache.jmeter.engine
package org.apache.jmeter.engine
This package contains the interfaces and classes that are used to run JMeter tests.
-
ClassDescriptionClass to run remote tests from the client JMeter and collect remote samplesConverts the Remoteable Test and Sample Listeners in the test tree by wrapping them with RemoteSampleListeners so that the samples are returned to the client.This class serves all responsibility of starting and stopping distributed tests.This interface is implemented by classes that can run JMeter tests.Exception class for use by
JMeterEngine.runTest()
andRemoteJMeterEngine.rrunTest()
Class to replace function and variable references in the test tree.This is the interface for the RMI server engine, i.e.This is the JMeter server main code.Runs JMeter tests, either directly for local GUI and non-GUI invocations, or started byRemoteJMeterEngineImpl
when running in server mode.Clones the test tree, skipping test elements that implementNoThreadClone
by default.Clones the test tree, skipping test elements that implementTimer
by default.InvokessetRunningVersion(true)
for all matched nodes