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