IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.kernel.logging.IKLog

Packages that use IKLog
com.ibm.rational.test.lt.execution.core.impl   
com.ibm.rational.test.lt.kernel.action   
com.ibm.rational.test.lt.kernel.action.impl   
com.ibm.rational.test.lt.kernel.arbitrary   
com.ibm.rational.test.lt.kernel.custom   
com.ibm.rational.test.lt.kernel.engine   
com.ibm.rational.test.lt.kernel.io   
 

Uses of IKLog in com.ibm.rational.test.lt.execution.core.impl
 

Classes in com.ibm.rational.test.lt.execution.core.impl that implement IKLog
 class LTTestScript
           
 

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

Subinterfaces of IKLog in com.ibm.rational.test.lt.kernel.action
 interface ICondition
          Interface for defining a condition.
 interface IContainer
          Interface for a collection of related actions.
 interface IFor
          A 'for' loop.
 interface IIf
          An 'if' block.
 interface IKAction
          Defines basic functionality that all Kernel actions should implement.
 interface IKLoadTestSchedule
          Define load test schedule behavior.
 interface IKTransaction
           
 interface IKUserGroup
          Define functionality a load test user group should implement.
 interface ILoop
          Special container to support looping.
 interface IPacedLoop
           
 interface IParallel
          Still under constuction...
 interface IWhile
          A 'while' loop.
 

Uses of IKLog in com.ibm.rational.test.lt.kernel.action.impl
 

Classes in com.ibm.rational.test.lt.kernel.action.impl that implement IKLog
 class com.ibm.rational.test.lt.kernel.action.impl.Container
           
 class com.ibm.rational.test.lt.kernel.action.impl.KAction
           
 class KCatchRPTEvent
          This is a generic exception catching action that logs a message to the testLog and exits.
 class com.ibm.rational.test.lt.kernel.action.impl.KContainer
           
 class com.ibm.rational.test.lt.kernel.action.impl.KScript
           
 

Uses of IKLog in com.ibm.rational.test.lt.kernel.arbitrary
 

Methods in com.ibm.rational.test.lt.kernel.arbitrary with parameters of type IKLog
 String IArbitrary.arbitrary(IKLog log, String[] args)
           
 

Uses of IKLog in com.ibm.rational.test.lt.kernel.custom
 

Methods in com.ibm.rational.test.lt.kernel.custom with parameters of type IKLog
 String ICustomCode.exec(IKLog log, String[] args)
          The method containing the user supplied code to execute.
 

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

Subinterfaces of IKLog in com.ibm.rational.test.lt.kernel.engine
 interface IEngine
          Interfaces for Test Execution.
 

Uses of IKLog in com.ibm.rational.test.lt.kernel.io
 

Subinterfaces of IKLog in com.ibm.rational.test.lt.kernel.io
 interface IKChannel
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.