public interface ServerShutdownHandler
Any specific things that need to be done before the server is shutdown should be handled by an
implementation of this interface. Please note that this interface is not intended for doing
cleaning up on bundle deactivation. That should be done within each respective bundle.
Any pre-shutdown work that needs to be done, can be registered as an implementation of this
interface