com.ibm.rational.test.lt.kernel.services
Interface IEngineInfo


public interface IEngineInfo

The IEngineInfo interface provides information about the performance testing execution engine.

IEngineInfo is the interface implemented by the object stored in the EngineDataArea DataArea under the key EngineInfo. This object is accessed from ICustomCode2 by calling ITestExecutionServices.findDataArea(IDataArea.ENGINE).get(IEngineInfo.KEY)

See Also:
IDataArea, ITestExecutionServices

Field Summary
static java.lang.String KEY
          Key for the IEngineInfo object in the engine's DataArea that is provided by IBM Rational Performance Tester.
 
Method Summary
 int getActiveUsers()
           
 int getCompletedUsers()
           
 java.lang.String getDeploymentDirectory()
           
 java.lang.String getHostName()
           
 KNetworkInterface getNetworkInterface()
           
 

Field Detail

KEY

public static final java.lang.String KEY
Key for the IEngineInfo object in the engine's DataArea that is provided by IBM Rational Performance Tester.

See Also:
Constant Field Values
Method Detail

getActiveUsers

public int getActiveUsers()
Returns:
The number of virtual users currently running in this engine.

getCompletedUsers

public int getCompletedUsers()
Returns:
The number of virtual users in this engine that have completed.

getHostName

public java.lang.String getHostName()
Returns:
The hostname of the computer on which this engine is running.

getDeploymentDirectory

public java.lang.String getDeploymentDirectory()
Returns:
The local directory in which IBM Rational Performance Tester deployed all test assets.

getNetworkInterface

public KNetworkInterface getNetworkInterface()
Returns:
The kernel network interface for this driver.


Copyright (c) IBM Corp. and others 2005. All rights reserved