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
This is the JMeter server main code.
- See Also:
- Serialized Form
DEFAULT_RMI_PORT
public static final int DEFAULT_RMI_PORT
RemoteJMeterEngineImpl
public RemoteJMeterEngineImpl()
throws RemoteException
RemoteJMeterEngineImpl
public RemoteJMeterEngineImpl(int port)
throws RemoteException
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
setProperties
public void setProperties(Properties p)
throws RemoteException
- Specified by:
setProperties
in interface RemoteJMeterEngine
- Throws:
RemoteException
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.