• org.apache.catalina.Lifecycle


    org.apache.catalina.Lifecycle

     

               start()

     *  -----------------------------

     *  |                           |

     *  | init()                    |

     * NEW ->-- INITIALIZING        |

     * | |           |              |     ------------------<-----------------------

     * | |           |auto          |     |                                        |

     * | |          |/    start() |/   |/     auto          auto         stop() |

     * | |      INITIALIZED -->-- STARTING_PREP -->- STARTING -->- STARTED -->---  |

     * | |         |                                                  |         |  |

     * | |         |                                                  |         |  |

     * | |         |                                                  |         |  |

     * | |destroy()|                                                  |         |  |

     * | -->-----<--       auto                    auto               |         |  |

     * |     |       ---------<----- MUST_STOP ---------------------<--         |  |

     * |     |       |                                                          |  |

     * |    |/      ---------------------------<--------------------------------  ^

     * |     |       |                                                             |

     * |     |      |/            auto                 auto              start()  |

     * |     |  STOPPING_PREP ------>----- STOPPING ------>----- STOPPED ---->------

     * |     |                                ^                  |  |  ^

     * |     |               stop()           |                  |  |  |

     * |     |       --------------------------                  |  |  |

     * |     |       |                                  auto     |  |  |

     * |     |       |                  MUST_DESTROY------<-------  |  |

     * |     |       |                    |                         |  |

     * |     |       |                    |auto                     |  |

     * |     |       |    destroy()      |/              destroy() |  |

     * |     |    FAILED ---->------ DESTROYING ---<-----------------  |

     * |     |                        ^     |                          |

     * |     |     destroy()          |     |auto                      |

     * |     -------->-----------------    |/                         |

     * |                                 DESTROYED                     |

     * |                                                               |

     * |                            stop()                             |

     * --->------------------------------>------------------------------

  • 相关阅读:
    leetcode 137
    leetcode 134
    133. Clone Graph
    leetcode 131
    leetcode 130
    mac uwsgi ssl issue handler
    leetcode 85 Maximal Rectangle golang
    leetcode 84 golang
    leetcode 61
    C# 后台实现一次上传多个文件
  • 原文地址:https://www.cnblogs.com/luoluoshidafu/p/5110230.html
Copyright © 2020-2023  润新知