public interface RemoteJMeterEngine
extends java.rmi.Remote
RemoteJMeterEngineImpl| Modifier and Type | Method and Description |
|---|---|
void |
rconfigure(HashTree testTree,
java.lang.String host,
java.io.File jmxBase,
java.lang.String scriptName) |
void |
rexit() |
void |
rreset() |
void |
rrunTest() |
void |
rsetProperties(java.util.HashMap<java.lang.String,java.lang.String> p) |
void |
rstopTest(boolean now) |
void rconfigure(HashTree testTree, java.lang.String host, java.io.File jmxBase, java.lang.String scriptName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid rrunTest()
throws java.rmi.RemoteException,
JMeterEngineException
java.rmi.RemoteExceptionJMeterEngineExceptionvoid rstopTest(boolean now)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid rreset()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid rsetProperties(java.util.HashMap<java.lang.String,java.lang.String> p)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid rexit()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.