public class StandardJMeterEngine extends Object implements JMeterEngine, Runnable
RemoteJMeterEngineImpl when running in server mode.| Constructor and Description |
|---|
StandardJMeterEngine() |
StandardJMeterEngine(String host) |
| Modifier and Type | Method and Description |
|---|---|
void |
askThreadsToStop() |
void |
configure(HashTree testTree) |
void |
exit() |
boolean |
isActive() |
static void |
register(TestStateListener tl) |
void |
reset() |
void |
run() |
void |
runTest() |
void |
setProperties(Properties p) |
static void |
stopEngine() |
static void |
stopEngineNow() |
void |
stopTest() |
void |
stopTest(boolean now) |
static boolean |
stopThread(String threadName) |
static boolean |
stopThreadNow(String threadName) |
public StandardJMeterEngine()
public StandardJMeterEngine(String host)
public static void stopEngineNow()
public static void stopEngine()
public static void register(TestStateListener tl)
public static boolean stopThread(String threadName)
public static boolean stopThreadNow(String threadName)
public void configure(HashTree testTree)
configure in interface JMeterEnginepublic void runTest()
throws JMeterEngineException
runTest in interface JMeterEngineJMeterEngineExceptionpublic void reset()
reset in interface JMeterEnginepublic void stopTest()
public void stopTest(boolean now)
stopTest in interface JMeterEnginepublic void askThreadsToStop()
public void exit()
exit in interface JMeterEnginepublic void setProperties(Properties p)
setProperties in interface JMeterEnginepublic boolean isActive()
isActive in interface JMeterEngineCopyright © 1998-2016 Apache Software Foundation. All Rights Reserved.