Deactivation

These steps are taken to deactivate a component:

  1. Call the pre-configuration termination method for each notifier.

  2. Deactivate and unload each configuration file in the reverse order in which they were loaded and activated.

  3. Call the post-configuration termination method for each notifier.

  4. Release each notifier instance in the reverse order in which they were created.

[Note]

The execution order of notifier deactivation methods and JVM shutdown hooks is undefined.

Component Deactivation

Figure 10.5. Component Deactivation