public interface IEngineInfo
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)
IDataArea
,
ITestExecutionServices
Modifier and Type | Field and Description |
---|---|
static String |
KEY
Key for the IEngineInfo object in the engine's
DataArea that is provided by IBM Rational Performance Tester. |
Modifier and Type | Method and Description |
---|---|
int |
getActiveUsers() |
int |
getCompletedUsers() |
String |
getDeploymentDirectory() |
String |
getHostName() |
com.ibm.rational.test.lt.kernel.impl.KNetworkInterface |
getNetworkInterface() |
int |
getScheduleActiveUsers()
This method returns the number of active users in the schedule as of the last update from the workbench.
|
int |
getScheduleActiveUsers(String group)
This method returns the number of active users in the given user group as of the last update from the workbench.
|
int |
getScheduleUsers()
This method returns the number of users assigned to the schedule as of the last update from the workbench.
|
int |
getScheduleUsers(String group)
This method returns the number of users assigned to the given user group as of the last update from the workbench.
|
String[] |
getUserGroups() |
String |
getWorkBenchHostName()
get Workbench host name.
|
String |
getWorkBenchUserId()
get Workbench user id.
|
static final String KEY
DataArea
that is provided by IBM Rational Performance Tester.int getActiveUsers()
int getCompletedUsers()
String getHostName()
String getDeploymentDirectory()
String getWorkBenchUserId()
String getWorkBenchHostName()
com.ibm.rational.test.lt.kernel.impl.KNetworkInterface getNetworkInterface()
String[] getUserGroups()
int getScheduleActiveUsers()
int getScheduleActiveUsers(String group)
If the specified group is either null or does not exist, throws IllegalArgumentException.
group
- The name of the group of interest.int getScheduleUsers()
int getScheduleUsers(String group)
If the specified group is either null or does not exist, throws IllegalArgumentException.
group
- The name of the group of interest.© Copyright IBM Corp. 2013. All rights reserved.