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. |