Apache JMeter

org.apache.jmeter.engine
Interface RemoteJMeterEngine

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteJMeterEngineImpl

public interface RemoteJMeterEngine
extends java.rmi.Remote


Method Summary
 void configure(HashTree testTree, java.lang.String host)
           
 void exit()
           
 void reset()
           
 void runTest()
           
 void setProperties(java.util.Properties p)
           
 void stopTest()
           
 

Method Detail

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

Apache JMeter

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