JoltUserEventBean
The JoltUserEventBean provides access to Oracle Tuxedo events. You define the Oracle Tuxedo event to which you subscribe or unsubscribe 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.
The following table shows the JoltUserEventBean properties and descriptions.
Table 5-3 JoltUserEventBean Properties and Descriptions
Property | Description |
---|---|
EventName | Set the name of the user event represented by the bean. |
Filter | Set the event filter. |
Session | The JoltSessionBean associated with the bean that allows access to the Oracle Tuxedo client session. |
Parent topic: The JoltBeans Toolkit