|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.engine.ClientJMeterEngine
public class ClientJMeterEngine
Class to run remote tests from the client JMeter and collect remote samples
Constructor Summary | |
---|---|
ClientJMeterEngine(java.lang.String host)
|
Method Summary | |
---|---|
void |
configure(HashTree testTree)
|
void |
exit()
|
void |
reset()
|
void |
run()
|
void |
runTest()
|
void |
setProperties(java.util.Properties p)
|
void |
stopTest()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientJMeterEngine(java.lang.String host) throws java.net.MalformedURLException, java.rmi.NotBoundException, java.rmi.RemoteException
java.net.MalformedURLException
java.rmi.NotBoundException
java.rmi.RemoteException
Method Detail |
---|
public void configure(HashTree testTree)
configure
in interface JMeterEngine
public void runTest()
runTest
in interface JMeterEngine
public void stopTest()
stopTest
in interface JMeterEngine
public void reset()
reset
in interface JMeterEngine
public void run()
run
in interface java.lang.Runnable
public void exit()
exit
in interface JMeterEngine
public void setProperties(java.util.Properties p)
setProperties
in interface JMeterEngine
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |