Previous Topic: Collect Transaction InformationNext Topic: Handle Integrated Output


Integrators

An integrator is an application-specific Java class that coordinates the communication with the running test. For example, an EJB Integrator informs an EJB component whether DevTest integration is turned on.

The com.itko.lisaint.Integrator abstract class provides the base set of functionality for the following integrators:

Each integrator coordinates with the running test on whether DevTest and DevTest integration is turned on. After this is determined, the primary responsibility of the integrator is to start a transaction and provide access to the TransInfo object.

For more information about creating a TransInfo object, see Collect Transaction Information.

For more information about the Integrator class, see the JavaDocs in the doc folder of your installation directory.