IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.kernel.statistics.IStatTree

Packages that use IStatTree
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   
 

Uses of IStatTree in com.ibm.rational.test.lt.kernel.action
 

Methods in com.ibm.rational.test.lt.kernel.action that return IStatTree
 IStatTree IKAction.getStatTree()
          Get the root of the Statistics Tree that contains counters
 

Methods in com.ibm.rational.test.lt.kernel.action with parameters of type IStatTree
 void IKAction.setStatTree(IStatTree root)
          Set the root of the Statistics Tree for this action and its offspring
 

Uses of IStatTree in com.ibm.rational.test.lt.kernel.engine
 

Methods in com.ibm.rational.test.lt.kernel.engine with parameters of type IStatTree
 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.
 

Uses of IStatTree in com.ibm.rational.test.lt.kernel.services
 

Methods in com.ibm.rational.test.lt.kernel.services that return IStatTree
 IStatTree IStatisticsManager.getStatTree()
          Returns the root of the statistical counter tree.
 

Uses of IStatTree in com.ibm.rational.test.lt.kernel.statistics
 

Subinterfaces of IStatTree in com.ibm.rational.test.lt.kernel.statistics
 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.
 

Methods in com.ibm.rational.test.lt.kernel.statistics that return IStatTree
 IStatTree IStatistics.getStatTree()
          The IStatistics interface retrieves the statistics counter tree associated with the current statistics processor.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.