The public APIs contain the public interfaces and classes that you can use to extend the run-time environment functionality.
Public APIs for run time
com.ibm.rational.test.lt.kernel
Contains the factory, counter, monitoring, and constants classes.
com.ibm.rational.test.lt.kernel.action
Contains the classes and interfaces necessary to define conditions and the basic functionality that all kernel actions should implement
com.ibm.rational.test.lt.kernel.arbitrary
Contains the IArbitrary interface.
com.ibm.rational.test.lt.kernel.custom
Contains the interfaces that enable additions of custom code to a performance test.
com.ibm.rational.test.lt.kernel.engine
Contains the interfaces used to manage the process of arranging actions onto queues.
com.ibm.rational.test.lt.kernel.io
Contains the interfaces that get the buffer factory.
com.ibm.rational.test.lt.kernel.library
Contains the class that loads the library.
com.ibm.rational.test.lt.kernel.logging
Contains the interfaces to manage the cache.
com.ibm.rational.test.lt.kernel.runner
Contains the IRatlRunner interface.
com.ibm.rational.test.lt.kernel.services
Contains the interfaces for datapool, loop control, test information.
com.ibm.rational.test.lt.kernel.statistics
Contains the interfaces for statistical counters.
com.ibm.rational.test.lt.kernel.util
Contains the interfaces and classes for kernel utilities.
For details about the packages, classes and interfaces, see the Javadoc information.
Related information
API references