+

Search Tips   |   Advanced Search


com.ibm.rational.test.lt.models.behavior.data package

This package contains classes related to data correlation and custom code.

Data correlation consists of two parts. One part is the source for the data and the other is the consumer of the data. The base class for all data sources is called DataSource and the one for consumer is Substituter.

A model element in the protocol extension that can contain data sources must be marked as a data source host by implementing the DataSourceHost interface. A model element that can contain consumers of data sources must be marked as a consumer host by implementing the DataSourceConsumer interface.

The following diagram shows the relationship between the data source and the consumer:


Data sources

The data sources are model elements that designate data extraction and storage for consumption by other model elements. The following types of data sources are provided by the load test behavior model (LTBM):

For details about these classes, see the Javadoc information.

A protocol extension can provide its own set of built-in data sources using the extension point described in the "Extension points" topic.

The following diagram shows the relationship between these classes:


Substituters

The basic consumer type provided is a Substituter. The following diagram shows the Substituter structure:


Related reference

  • com.ibm.rational.test.lt.models.behavior.lttest package
  • com.ibm.rational.test.lt.models.behavior.common package
  • com.ibm.rational.test.lt.models.behavior.vps package


    Related information

  • API references