Specification of the Event API.

This part includes only the interfaces dealing with the purpose of event notification. The implementation of a transaction monitor requires to take into account a lot of different kind of event (validation process, lock mechanisms, resources coordinations, ...). So it is necessary to define a common Event Engine for managing the event notifications of the monitor.

Example