|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
IDataArea
,
ITestExecutionServices
Field Summary | |
---|---|
static 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()
|
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. |
Field Detail |
---|
static final String KEY
DataArea
that is provided by IBM Rational Performance Tester.
Method Detail |
---|
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.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |