|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jmeter.engine.ClientJMeterEngine
public class ClientJMeterEngine
Class to run remote tests from the client JMeter and collect remote samples
Constructor Summary | |
---|---|
ClientJMeterEngine(String host)
|
Method Summary | |
---|---|
void |
configure(HashTree testTree)
|
void |
exit()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientJMeterEngine(String host) throws MalformedURLException, NotBoundException, RemoteException
MalformedURLException
NotBoundException
RemoteException
Method Detail |
---|
public void configure(HashTree testTree)
configure
in interface JMeterEngine
public void stopTest(boolean now)
stopTest
in interface JMeterEngine
public void reset()
reset
in interface JMeterEngine
public void runTest() throws JMeterEngineException
runTest
in interface JMeterEngine
JMeterEngineException
public static void tidyRMI(org.apache.log.Logger logger)
logger
- where to log the informationpublic void exit()
exit
in interface JMeterEngine
public void setProperties(Properties p)
setProperties
in interface JMeterEngine
public boolean isActive()
isActive
in interface JMeterEngine
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |