类 DubboShutdownHook

  • 所有已实现的接口:

    public class DubboShutdownHook
    extends 
    The shutdown hook thread to do the clean up stuff. This is a singleton in order to ensure there is only one shutdown hook registered. Because ApplicationShutdownHooks use to store the shutdown hooks.
    • 嵌套类概要

      • 从类继承的嵌套类/接口 java.lang.

        ,
    • 字段概要

      • 从类继承的字段 java.lang.

        , ,
    • 方法详细资料

      • run

        public void run()
        指定者:
         在接口中 
        覆盖:
         在类中 
      • destroyAll

        public void destroyAll()
        Destroy all the resources, including registries and protocols.