org.apache.jmeter.engine
Interface RemoteJMeterEngine
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemoteJMeterEngineImpl
- public interface RemoteJMeterEngine
- extends Remote
- Version:
- $Revision: 1.4 $
configure
public void configure(org.apache.jorphan.collections.HashTree testTree)
throws RemoteException
RemoteException
runTest
public void runTest()
throws RemoteException,
JMeterEngineException
RemoteException
JMeterEngineException
stopTest
public void stopTest()
throws RemoteException
RemoteException
reset
public void reset()
throws RemoteException
RemoteException
setHost
public void setHost(String host)
throws RemoteException
RemoteException
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.