org.apache.jmeter.engine

Interface RemoteJMeterEngine

All Superinterfaces:
Remote
Known Implementing Classes:
RemoteJMeterEngineImpl

public interface RemoteJMeterEngine
extends Remote

Method Summary

void
configure(HashTree testTree, String host)
void
exit()
void
reset()
void
runTest()
void
setProperties(Properties p)
void
stopTest()

Method Details

configure

public void configure(HashTree testTree,
                      String host)
            throws RemoteException

exit

public void exit()
            throws RemoteException

reset

public void reset()
            throws RemoteException

runTest

public void runTest()
            throws RemoteException,
                   JMeterEngineException

setProperties

public void setProperties(Properties p)
            throws RemoteException

stopTest

public void stopTest()
            throws RemoteException

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