Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine
Class RemoteJMeterEngineImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.apache.jmeter.engine.RemoteJMeterEngineImpl
All Implemented Interfaces:
Remote, RemoteJMeterEngine, Serializable

public class RemoteJMeterEngineImpl
extends UnicastRemoteObject
implements RemoteJMeterEngine

Version:
$Revision: 1.16 $ Updated on: $Date: 2004/02/12 23:59:01 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteJMeterEngineImpl()
           
 
Method Summary
 void configure(HashTree testTree)
          Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl object.
 void exit()
           
static void main(String[] args)
          The main program for the RemoteJMeterEngineImpl class.
 void reset()
           
 void runTest()
           
 void setHost(String host)
           
 void stopTest()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteJMeterEngineImpl

public RemoteJMeterEngineImpl()
                       throws RemoteException
Method Detail

setHost

public void setHost(String host)
Specified by:
setHost in interface RemoteJMeterEngine

configure

public void configure(HashTree testTree)
               throws RemoteException
Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl object.

Specified by:
configure in interface RemoteJMeterEngine
Parameters:
testTree - the feature to be added to the ThreadGroup attribute
Throws:
RemoteException

runTest

public void runTest()
             throws RemoteException,
                    JMeterEngineException
Specified by:
runTest in interface RemoteJMeterEngine
Throws:
RemoteException
JMeterEngineException

reset

public void reset()
           throws RemoteException
Specified by:
reset in interface RemoteJMeterEngine
Throws:
RemoteException

stopTest

public void stopTest()
              throws RemoteException
Specified by:
stopTest in interface RemoteJMeterEngine
Throws:
RemoteException

exit

public void exit()
          throws RemoteException
Specified by:
exit in interface RemoteJMeterEngine
Throws:
RemoteException

main

public static void main(String[] args)
The main program for the RemoteJMeterEngineImpl class.

Parameters:
args - the command line arguments

Apache JMeter
2.0.1.20050615

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