Event Manager with InfoSphere MDM

The Event Manager services layer consists of two InfoSphere® MDM stateless session beans: ProcessController bean and EventService bean.

The ProcessController bean provides operational interfaces for business systems to call Event Manager at the end of business transactions. It also offers a local interface to be used by the business system transaction when it is deployed together with Event Manager to improve performance.

The EventService bean provides operational interfaces for customer service representative front end tools to persist explicit events.

Event Manager queries the business system for business data prior to executing the business rules. During the integration phase, the new business adapter class implementing IEventBusinessAdapter interface needs to be written. The following class diagram outlines this relationship:
The class diagram shows the Event Manager classes and interface