Understanding Events

To be able to successfully use the abstract classes ManagedServiceFactoryBundleActivator and BaseManagedServiceFactoryAdvisor it is helpful to understand how the various events are handled. The flow diagram below should help understand where events come from and how they are handled. As you read this section, refer to both the dialog and the implementation of the example since this will aid your understanding.

Understanding Events

There are two types of events to consider:

While the details of where events come from and how they are handled can be rather complicated studying the diagram and the example while implementing a Managed Service Factory is highly recommended.