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