public final class RemoteJMeterEngineImpl extends java.rmi.server.UnicastRemoteObject implements RemoteJMeterEngine
| Modifier and Type | Method and Description |
|---|---|
void |
rconfigure(HashTree testTree,
java.lang.String hostAndPort,
java.io.File jmxBase,
java.lang.String scriptName)
Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl
object.
|
void |
rexit() |
void |
rreset() |
void |
rrunTest() |
void |
rsetProperties(java.util.HashMap<java.lang.String,java.lang.String> map) |
void |
rstopTest(boolean now) |
static void |
startServer(int rmiRegistryPort) |
clone, exportObject, exportObject, exportObject, unexportObjectpublic static void startServer(int rmiRegistryPort)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void rconfigure(HashTree testTree, java.lang.String hostAndPort, java.io.File jmxBase, java.lang.String scriptName) throws java.rmi.RemoteException
rconfigure in interface RemoteJMeterEnginetestTree - the feature to be added to the ThreadGroup attributehostAndPort - Host and PortjmxBase - JMX basescriptName - Name of scriptjava.rmi.RemoteExceptionpublic void rrunTest()
throws java.rmi.RemoteException,
JMeterEngineException
rrunTest in interface RemoteJMeterEnginejava.rmi.RemoteExceptionJMeterEngineExceptionpublic void rreset()
throws java.rmi.RemoteException
rreset in interface RemoteJMeterEnginejava.rmi.RemoteExceptionpublic void rstopTest(boolean now)
throws java.rmi.RemoteException
rstopTest in interface RemoteJMeterEnginejava.rmi.RemoteExceptionpublic void rexit()
throws java.rmi.RemoteException
rexit in interface RemoteJMeterEnginejava.rmi.RemoteExceptionpublic void rsetProperties(java.util.HashMap<java.lang.String,java.lang.String> map)
throws java.rmi.RemoteException
rsetProperties in interface RemoteJMeterEnginejava.rmi.RemoteExceptionCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.