JMeterEnginepublic class ClientJMeterEngine extends Object implements JMeterEngine
| Constructor | Description |
|---|---|
ClientJMeterEngine(String host) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(HashTree testTree) |
|
void |
exit() |
|
String |
getHost() |
|
boolean |
isActive() |
|
void |
reset() |
|
void |
runTest() |
|
void |
setProperties(Properties p) |
|
void |
stopTest(boolean now) |
|
static void |
tidyRMI(Logger logger) |
Tidy up RMI access to allow JMeter client to exit.
|
public ClientJMeterEngine(String host) throws MalformedURLException, NotBoundException, RemoteException
public void configure(HashTree testTree)
configure in interface JMeterEnginepublic void stopTest(boolean now)
stopTest in interface JMeterEnginepublic void reset()
reset in interface JMeterEnginepublic void runTest()
throws JMeterEngineException
runTest in interface JMeterEngineJMeterEngineExceptionpublic static void tidyRMI(Logger logger)
logger - where to log the informationpublic void exit()
exit in interface JMeterEnginepublic void setProperties(Properties p)
setProperties in interface JMeterEnginepublic boolean isActive()
isActive in interface JMeterEnginepublic String getHost()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.