Jolt 1.2 Developer's Guide

Perform the necessary transaction processing.4.
Log the client off of the NonStop
TM
TUXEDO system.5.
Each of these activities is handled through the use of the Jolt Class Library classes. These classes include methods for setting and clearing data and
for handling remote service actions. The following section describes the Jolt Class Library classes in more detail.
Jolt Object Relationships
Figure 6-2 illustrates the relationship between the instantiated objects of the Jolt Class Library classes.
Figure 6-2. Jolt Object Relationships
As objects, the Jolt classes interact in various relationships with each other. In Figure 6-2, the relationships are divided into three basic categories:
Uses-a relationship. An object can use another object without containing it. For example, a JoltSession can use the JoltSessionAttributes
object to obtain the host and port information.
Contains-a relationship. At the class level an object can contain other objects. For example, a JoltTransaction stores (or contains) a
JoltSession object.
Is-a relationship. The is-a relationship usually occurs at the class instance or sub-object level and denotes that the object is an instance of a
particular object.