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

Data Type List data type choices:
byte--8-bit
short--16-bit
integer--32-bit
float--32-bit
double--64-bit
string--null-terminated character array
carray--variable length 8-bit character array
Direction Lists choices for direction:
Input--Information is directed from the client to the server.
Output--Information is directed from the server to the client.
Both--Information is directed from the client to the server, and from
the server to the client.
Occurrence(s) Number of times that an identical field name can be used. If 0, the field name can
be used an unlimited number of times. Occurrences are used by Jolt to build test
screens; not to limit information sent or retrieved by NonStop
TM
TUXEDO.
Clear Clears the window.
Change Disabled while new parameters are added.
Add Adds new parameters to the service. The parameters are saved when the service
is saved.
Back Returns user to the previous window.
Screen Label Disabled.
Screen Information Disabled.
CARRAY or STRING as a Service Buffer or Parameter Data Type
If CARRAY or STRING is the selected buffer type for a new service, only carray or string can be added
as the data type for the accompanying parameters of a service.
Only one parameter can be added. It is recommended that the parameter name be CARRAY and
STRING.
See also To Add a Service. For more information, refer to Section 6, Using the Jolt Class Library.










