Package org.apache.jmeter.engine
Class StandardJMeterEngine
java.lang.Object
org.apache.jmeter.engine.StandardJMeterEngine
- All Implemented Interfaces:
Runnable
,JMeterEngine
Runs JMeter tests, either directly for local GUI and non-GUI invocations,
or started by
RemoteJMeterEngineImpl
when running in server mode.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardJMeterEngine
public StandardJMeterEngine() -
StandardJMeterEngine
-
-
Method Details
-
stopEngineNow
public static void stopEngineNow() -
stopEngine
public static void stopEngine() -
register
-
stopThread
-
stopThreadNow
-
configure
- Specified by:
configure
in interfaceJMeterEngine
-
runTest
- Specified by:
runTest
in interfaceJMeterEngine
- Throws:
JMeterEngineException
-
reset
public void reset()- Specified by:
reset
in interfaceJMeterEngine
-
stopTest
public void stopTest() -
stopTest
public void stopTest(boolean now) - Specified by:
stopTest
in interfaceJMeterEngine
-
run
public void run() -
askThreadsToStop
public void askThreadsToStop() -
exit
public void exit()- Specified by:
exit
in interfaceJMeterEngine
-
setProperties
- Specified by:
setProperties
in interfaceJMeterEngine
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceJMeterEngine
-