Public APIs for LTBM
The load test behavior model (LTBM) contains multiple packages. Each package contains the interfaces that define the LTBM. In addition, each package has a corresponding implementation package that contains the implementation classes for these interfaces.
com.ibm.rational.test.lt.models.behavior.lttest
com.ibm.rational.test.lt.models.behavior.common
com.ibm.rational.test.lt.models.behavior.data
com.ibm.rational.test.lt.models.behavior.vps.impl
The implementation classes are contained in the corresponding
implementation packages, such as com.ibm.rational.test.lt.models.behavior.lttest.impl,
com.ibm.rational.test.lt.models.behavior.common.impl, com.ibm.rational.test.lt.models.behavior.data.impl
and com.ibm.rational.test.lt.models.behavior.vps.impl
.
Each of these packages also contains factory classes that enable you to create a model element from that package. For best results, use the factory classes to create model elements. For example, to create a loop, use this method:LTTestFactory.eINSTANCE.createCBLoop()
The LTBM provides common constructs that can be reused by protocol extensions. These constructs are included in various packages in the LTBM. The Javadoc information explains each available interface in more detail.
The Javadoc for the test execution services interfaces and classes can be accessed from the product by clicking
.