onEvent() - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T04:07:07.148709
Interface

com.enterworks.shared.event.SessionEventConsumer

Parameters

com.enterworks.shared.event.EventNotification notification

Description

This method is called when an event notification is received for a client application that matches the event registrations that where defined in the SessionEventConsumer before the start() method was called.

EventNotification objects contain the subject and aspect of the original event that was generated from the transaction in the EJB Container, as well as a reference to the subclass of the com.enterworks.shared.model.BaseValueObject, which was created or modified as a result of the transaction. For generic transaction event notifications, the EventNotification object will contain a collection of nested EventNotification objects that have the transaction details for each object as described above.