Jolt 1.2 Developer's Guide
Table Of Contents
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- Jolt for NonStop(TM) TUXEDO Developer's Guide
- About This Guide
- 1. Introducing Jolt
- 2. Installing Jolt
- 3. Configuring the Jolt System
- 4. Bulk Loading NonStopTM TUXEDO Services
- 5. Using the Jolt Repository Editor
- 6. Using the Jolt Class Library
- 7. Using JoltBeans
- 8. Using Servlet Connectivity for NonStopTM TUXEDO
- 9. Using Jolt 1.2 ASP Connectivity for NonStopTM TUXEDO
- A. NonStopTM TUXEDO Errors
- B. System Messages
- Index

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.










