public final class RemoteJMeterEngineImpl extends java.rmi.server.UnicastRemoteObject implements RemoteJMeterEngine
| Modifier and Type | Method and Description |
|---|---|
void |
rconfigure(HashTree testTree,
java.lang.String host,
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.Properties p) |
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 host, java.io.File jmxBase, java.lang.String scriptName) throws java.rmi.RemoteException
rconfigure in interface RemoteJMeterEnginetestTree - the feature to be added to the ThreadGroup attributejava.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.Properties p)
throws java.rmi.RemoteException
rsetProperties in interface RemoteJMeterEnginejava.rmi.RemoteExceptionCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.