Package | Description |
---|---|
com.ibm.rational.test.lt.kernel.action | |
com.ibm.rational.test.lt.kernel.engine | |
com.ibm.rational.test.lt.kernel.services | |
com.ibm.rational.test.lt.kernel.statistics |
Modifier and Type | Method and Description |
---|---|
IStatTree |
IKAction.getStatTree()
Get the root of the Statistics Tree that contains counters
|
Modifier and Type | Method and Description |
---|---|
void |
IKAction.setStatTree(IStatTree root)
Set the root of the Statistics Tree for this action and its offspring
|
Modifier and Type | Method and Description |
---|---|
void |
IEngine.addSyncPoint(String name,
int timeout,
boolean releaseTogether,
int togetherDwell,
int staggerMinDwell,
int staggerMaxDwell,
int expected,
boolean autoRelease,
IStatTree runStat)
Engine Sync Point Management.
|
Modifier and Type | Method and Description |
---|---|
IStatTree |
IStatisticsManager.getStatTree()
Returns the root of the statistical counter tree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IScalar
The IScalar interface is used for simple integer statistical counters.
|
interface |
IStat
The IStat interface is used for observational statistical counters.
|
interface |
IText
The IText interface is used for text based statistical counters.
|
Modifier and Type | Method and Description |
---|---|
IStatTree |
IStatistics.getStatTree()
The IStatistics interface retrieves the statistics counter tree associated with the current statistics processor.
|
© Copyright IBM Corp. 2013. All rights reserved.