These steps are taken to deactivate a component:
Call the pre-configuration termination method for each notifier.
Deactivate and unload each configuration file in the reverse order in which they were loaded and activated.
Call the post-configuration termination method for each notifier.
Release each notifier instance in the reverse order in which they were created.
![]() | |
The execution order of notifier deactivation methods and JVM shutdown hooks is undefined. |