Package org.objectweb.transaction.api.event

Specification of the Event API.

See:
          Description

Interface Summary
Event Description of an Event.
EventContext Root interface for Event contexts.
EventEnlistmentFeature Feature allowing the enlistment of EventNotificationFeature interfaces.
EventListenerFeature Feature providing the list of EventNofiticationFeature registered elements.
EventNotificationFeature Definition of the Event notification interface.
 

Package org.objectweb.transaction.api.event Description

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