IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.common.models.behavior.CBElementHost

Packages that use CBElementHost
com.ibm.rational.test.common.models.behavior   
com.ibm.rational.test.lt.models.behavior.common   
com.ibm.rational.test.lt.models.behavior.lttest   
com.ibm.rational.test.lt.testgen.core.testgen Provides the classes and interfaces for implementing test generators. 
 

Uses of CBElementHost in com.ibm.rational.test.common.models.behavior
 

Subinterfaces of CBElementHost in com.ibm.rational.test.common.models.behavior
 interface CBLoop
          A Loop is an IAction with a Constraint and one list
 interface com.ibm.rational.test.common.models.behavior.CBTransaction
           
 

Methods in com.ibm.rational.test.common.models.behavior that return CBElementHost
 CBElementHost CBActionElement.getMovingFrom()
          If this element is being moved, where is it moving from?
 

Uses of CBElementHost in com.ibm.rational.test.lt.models.behavior.common
 

Subinterfaces of CBElementHost in com.ibm.rational.test.lt.models.behavior.common
 interface LTContainer
          Deprecated.  
 interface LTFalseContainer
          Deprecated.  
 interface LTTrueContainer
          Deprecated.  
 

Uses of CBElementHost in com.ibm.rational.test.lt.models.behavior.lttest
 

Subinterfaces of CBElementHost in com.ibm.rational.test.lt.models.behavior.lttest
 interface LTLoop
          Deprecated. - see CBLoop
 interface LTTest
          A representation of the model object 'LT Test'
 interface LTTransaction
          Deprecated.  
 

Uses of CBElementHost in com.ibm.rational.test.lt.testgen.core.testgen
 

Methods in com.ibm.rational.test.lt.testgen.core.testgen that return CBElementHost
 CBElementHost ITestStack.peek()
          Returns the current element host in the stack.
 CBElementHost ITestStack.pop(long timestamp)
          Pops the current element host of the stack.
 

Methods in com.ibm.rational.test.lt.testgen.core.testgen with parameters of type CBElementHost
 void ITestStack.push(CBElementHost host, long timestamp, boolean hasThinkTime)
          Pushes a new element host to the stack.
 void ITestStack.push(CBElementHost host, long timestamp, boolean hasThinkTime, Set<String> allowedTestGenerators, boolean breakable)
          Pushes a new element host to the stack.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.