Jolt 1.2 Developer's Guide

Transactional Set to TRUE if this JoltServiceBean is to be included in the transaction that
was started by its JoltSessionBean.
JoltUserEventBean
The JoltUserEventBean provides access to NonStop
TM
TUXEDO events. The NonStop
TM
TUXEDO event to subscribe
to or unsubscribe from is defined by setting the appropriate properties of this bean (event name and event filter). The
actual event notification is delivered in the form of a JoltOutputEvent from the JoltSessionBean.
Table 7-3 shows the JoltUserEventBean properties and descriptions.
Table 7-3. JoltUserEventBean Properties
Property Description
EventName Sets the name of the user event represented by the bean.
Filter Sets the event filter.
Session The JoltSessionBean associated with the bean that allows access to the
NonStop
TM
TUXEDO client session.
Jolt Aware GUI Beans
The Jolt aware GUI Beans consist of Java AWT Beans and Swing Beans and are inherited from the JDK 1.1 Abstract
Windowing Toolkit. They include:
JoltTextField
JoltLabel
JoltList
JoltCheckbox
JoltChoice
Note
To avoid errors when compiling, it is recommended that you use only the AWT beans
together, or the Swing beans together, rather than mixing beans from these two packages.
JoltTextField
JoltTextField contains parts of the input for a service. A JoltServiceBean may listen to events raised by a
JoltTextField. JoltTextField sends JoltInputEvents to its listeners (typically JoltServiceBeans) when its content
changes.
JoltTextField displays output from a service. In this case, JoltTextField listens to JoltOutputEvents from
JoltServiceBeans and updates its contents according to the occurrence of the field to which it is linked.
JoltLabel
This is a Jolt-aware extension of java.awt.Label that is linked to a specific field in the Jolt output buffer by its
JoltFieldName property. If the field occurs multiple times, the occurrence this text field is linked to is specified by the
occurrenceIndex property of this bean. JoltLabel can be connected with JoltServiceBeans to display output from a
service. A JoltLabel listens to JoltOutputEvents from JoltServiceBeans and updates its contents according to the
occurrence of the field to which it is linked.