Jolt 1.2 Developer's Guide

6. Using the Jolt Class Library
The Jolt Class Library provides developers with a set of new object-oriented Java language classes for accessing Compaq NonStop
TM
TUXEDO
services. These classes allow you to extend applications for Internet and intranet transaction processing. The application developer can use the Jolt
Class Library to customize access to NonStop
TM
TUXEDO services from Java applets. The following Jolt topics are included in this section:
Class Library Functionality Overview
Jolt Object Relationships
Jolt Class Functionality
Jolt Class Library Walk-through
Using NonStop
TM
TUXEDO Buffer Types with Jolt
Multithreaded Applications
Event Subscription and Notifications
Clearing Parameter Values
Reusing Objects
Application Deployment and Localization
To use this information, you must to be familiar with the Java programming language and object-oriented programming concepts. All of the
programming examples are in Java code.
Note
AThe program examples are only fragments used to illustrate Jolt capabilities. They are not intended to be compiled and run
as provided; they require additional code to be fully executable.
Class Library Functionality Overview
The Jolt Class Library provides the NonStop
TM
TUXEDO application developer with the tools to develop client-side applications or applets that will
run in a Java-enabled Web browser or as an independent Java application. The bea.jolt package contains the Jolt Class Library. To use the Jolt Class
Library, the client program or applet must import this package.