public class ClientJMeterEngine extends Object implements JMeterEngine
| Constructor and Description |
|---|
ClientJMeterEngine(String host) |
| Modifier and Type | Method and 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(org.apache.log.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(org.apache.log.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-2016 Apache Software Foundation. All Rights Reserved.