Joltbeans toolkit class library reference, Joltinputevent class, Joltinputevent constructors – HP NonStop G-Series User Manual

Page 204

Advertising
background image

4. JoltBeans Toolkit Class Library
Reference

The JoltBeans Toolkit class library provides a JavaBeans compliant interface to Jolt for
NonStop TUXEDO. JoltBeans wrap the existing Jolt class library into reusable bean
components, such as the JoltSessionBean or the JoltServiceBean. JoltBeans components are not
specific to any given application.

Note

For information on the Jolt aware AWT Beans, that include JoltLabel, JoltCheckbox,
JoltTextField, JoltChoice, and JoltList, refer to

Section 5, Jolt Aware AWT Beans Class

Library Reference

The bea.jolt.beans package includes the following classes:

JoltInputEvent Class

JoltOutputEvent Class

JoltServiceBean Class

JoltSessionBean Class

JoltUserEventBean Class

JoltInputEvent Class

java.lang.Object
|
+----java.util.EventObject
|
+----bea.jolt.beans.JoltInputEvent

JoltInputEvent carries information about input data to JoltServiceBeans. An instance of
JoltInputEvent represents a single input field (possibly with multiple occurrences) to a
TUXEDO service. Typically, this event is sent by a GUI element when its data content changes.

JoltInputEvent Constructors

The JoltInputEvent constructors create objects that carry information about input data to
JoltServiceBeans. The input field can be a single data element, one of many occurrence of an
element, or an entire array. Input data can be either a string or a native datatype (e.g. Float,

Advertising