Apache JMeter
1.9

org.apache.jmeter.engine
Interface RemoteJMeterEngine

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteJMeterEngineImpl

public interface RemoteJMeterEngine
extends Remote

Version:
$Revision: 1.4 $

Method Summary
 void configure(org.apache.jorphan.collections.HashTree testTree)
           
 void reset()
           
 void runTest()
           
 void setHost(String host)
           
 void stopTest()
           
 

Method Detail

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

Apache JMeter
1.9

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