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, unexportObject
getClientHost, getLog, setLog
public static void startServer(int rmiRegistryPort) throws RemoteException
RemoteException
public void rconfigure(HashTree testTree, String hostAndPort, File jmxBase, String scriptName) throws RemoteException
rconfigure
in interface RemoteJMeterEngine
testTree
- the feature to be added to the ThreadGroup attributehostAndPort
- Host and PortjmxBase
- JMX basescriptName
- Name of scriptRemoteException
public void rrunTest() throws RemoteException, JMeterEngineException
rrunTest
in interface RemoteJMeterEngine
RemoteException
JMeterEngineException
public void rreset() throws RemoteException
rreset
in interface RemoteJMeterEngine
RemoteException
public void rstopTest(boolean now) throws RemoteException
rstopTest
in interface RemoteJMeterEngine
RemoteException
public void rexit() throws RemoteException
rexit
in interface RemoteJMeterEngine
RemoteException
public void rsetProperties(HashMap<String,String> map) throws RemoteException
rsetProperties
in interface RemoteJMeterEngine
RemoteException
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.