IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.kernel.action.ILoop

Packages that use ILoop
com.ibm.rational.test.lt.kernel.action   
com.ibm.rational.test.lt.kernel.services   
 

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

Subinterfaces of ILoop in com.ibm.rational.test.lt.kernel.action
 interface IFor
          A 'for' loop.
 interface IPacedLoop
           
 interface IWhile
          A 'while' loop.
 

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

Methods in com.ibm.rational.test.lt.kernel.services that return ILoop
 ILoop RPTLoopEvent.getTargetLoop()
           
 

Methods in com.ibm.rational.test.lt.kernel.services with parameters of type ILoop
 void RPTLoopEvent.setTargetLoop(ILoop target)
          Sets the loop which is to catch this event and perform either the break or continue.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.