Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine
Interface RemoteJMeterEngine

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteJMeterEngineImpl

public interface RemoteJMeterEngine
extends Remote

Version:
$Revision: 1.5 $ Last updated $Date: 2004/02/12 23:59:01 $

Method Summary
 void configure(HashTree testTree)
           
 void exit()
           
 void reset()
           
 void runTest()
           
 void setHost(String host)
           
 void stopTest()
           
 

Method Detail

configure

public void configure(HashTree testTree)
               throws RemoteException
Throws:
RemoteException

runTest

public void runTest()
             throws RemoteException,
                    JMeterEngineException
Throws:
RemoteException
JMeterEngineException

stopTest

public void stopTest()
              throws RemoteException
Throws:
RemoteException

reset

public void reset()
           throws RemoteException
Throws:
RemoteException

setHost

public void setHost(String host)
             throws RemoteException
Throws:
RemoteException

exit

public void exit()
          throws RemoteException
Throws:
RemoteException

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.