Class ShutdownTask


  • @Deprecated
    public class ShutdownTask
    extends Object
    Deprecated.
    since 9.2, it is useless to unregister components. Components are stopped and deactivated by the ComponentManager.stop()
    Deactivate components in the proper order to avoid exceptions at shutdown.
    Author:
    Bogdan Stefanescu
    • Constructor Detail

      • ShutdownTask

        public ShutdownTask()
        Deprecated.