![]() |
![]() |
|
|
JavaBeans Events and BEA Tuxedo Events
JavaBeans communicate through events. An event in a BEA Tuxedo system is different from an event in a JavaBeans environment. In a BEA Tuxedo application, an event is raised from one part of an application to another part of the same application. JoltBeans events are communicated between beans.
Using BEA Tuxedo Event Subscription and Notification with JoltBeans
BEA Tuxedo supports brokered and unsolicited event notification. Jolt provides a mechanism for Jolt clients to receive BEA Tuxedo events. JoltBeans also include this capability.
Note: BEA Tuxedo event subscription and notification is different from JavaBeans events.
The following procedure illustrates how the BEA Tuxedo asynchronous notification mechanism is used in JoltBeans applications.
When the client no longer needs to receive the event, it calls unsubscribe() on the JoltUserEventBean.
Note: If the client will only subscribe to unsolicited events, use setEventName ("\\.UNSOLMSG"), which can be set using the property sheet. EventName and Filter are properties of the JoltUserEventBean.
![]() |
![]() |
![]() |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|