org.apache.jmeter.engine
Interface RemoteJMeterEngine
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemoteJMeterEngineImpl
public interface RemoteJMeterEngine
- extends Remote
configure
void configure(HashTree testTree,
String host)
throws RemoteException
- Throws:
RemoteException
runTest
void runTest()
throws RemoteException,
JMeterEngineException
- Throws:
RemoteException
JMeterEngineException
stopTest
void stopTest()
throws RemoteException
- Throws:
RemoteException
reset
void reset()
throws RemoteException
- Throws:
RemoteException
setProperties
void setProperties(Properties p)
throws RemoteException
- Throws:
RemoteException
exit
void exit()
throws RemoteException
- Throws:
RemoteException
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.