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