Package org.apache.jmeter.engine
Class RemoteJMeterEngineImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.jmeter.engine.RemoteJMeterEngineImpl
- All Implemented Interfaces:
- Serializable,- Remote,- RemoteJMeterEngine
This is the JMeter server main code.
- See Also:
- 
Field SummaryFields inherited from class java.rmi.server.RemoteObjectref
- 
Method SummaryModifier and TypeMethodDescriptionvoidrconfigure(HashTree testTree, String hostAndPort, File jmxBase, String scriptName) Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl object.voidrexit()voidrreset()voidrrunTest()voidrsetProperties(HashMap<String, String> map) voidrstopTest(boolean now) static voidstartServer(int rmiRegistryPort) Methods inherited from class java.rmi.server.UnicastRemoteObjectclone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServergetClientHost, getLog, setLog
- 
Method Details- 
startServer- Throws:
- RemoteException
 
- 
rconfigurepublic void rconfigure(HashTree testTree, String hostAndPort, File jmxBase, String scriptName) throws RemoteException Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl object.- Specified by:
- rconfigurein interface- RemoteJMeterEngine
- Parameters:
- testTree- the feature to be added to the ThreadGroup attribute
- hostAndPort- Host and Port
- jmxBase- JMX base
- scriptName- Name of script
- Throws:
- RemoteException
 
- 
rrunTest- Specified by:
- rrunTestin interface- RemoteJMeterEngine
- Throws:
- RemoteException
- JMeterEngineException
 
- 
rreset- Specified by:
- rresetin interface- RemoteJMeterEngine
- Throws:
- RemoteException
 
- 
rstopTest- Specified by:
- rstopTestin interface- RemoteJMeterEngine
- Throws:
- RemoteException
 
- 
rexit- Specified by:
- rexitin interface- RemoteJMeterEngine
- Throws:
- RemoteException
 
- 
rsetProperties- Specified by:
- rsetPropertiesin interface- RemoteJMeterEngine
- Throws:
- RemoteException
 
 
-