org.apache.jmeter.engine
Class RemoteJMeterEngineImpl
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.apache.jmeter.engine.RemoteJMeterEngineImpl
- All Implemented Interfaces:
- Remote, RemoteJMeterEngine, Serializable
- public class RemoteJMeterEngineImpl
- extends UnicastRemoteObject
- implements RemoteJMeterEngine
- Version:
- $Revision: 1.9 $
- See Also:
- Serialized Form
Method Summary |
void |
configure(org.apache.jorphan.collections.HashTree testTree)
Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl
object. |
static void |
main(String[] args)
The main program for the RemoteJMeterEngineImpl class. |
void |
reset()
|
void |
runTest()
|
void |
setHost(String host)
|
void |
stopTest()
|
RemoteJMeterEngineImpl
public RemoteJMeterEngineImpl()
throws RemoteException
setHost
public void setHost(String host)
- Specified by:
setHost
in interface RemoteJMeterEngine
configure
public void configure(org.apache.jorphan.collections.HashTree testTree)
throws RemoteException
- Adds a feature to the ThreadGroup attribute of the RemoteJMeterEngineImpl
object.
- Specified by:
configure
in interface RemoteJMeterEngine
RemoteException
runTest
public void runTest()
throws RemoteException,
JMeterEngineException
- Specified by:
runTest
in interface RemoteJMeterEngine
RemoteException
JMeterEngineException
reset
public void reset()
throws RemoteException
- Specified by:
reset
in interface RemoteJMeterEngine
RemoteException
stopTest
public void stopTest()
throws RemoteException
- Specified by:
stopTest
in interface RemoteJMeterEngine
RemoteException
main
public static void main(String[] args)
- The main program for the RemoteJMeterEngineImpl class.
- Parameters:
args
- the command line arguments
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.