zoukankan      html  css  js  c++  java
  • 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 Unique Binary Search Trees
    Leetcode Decode Ways
    Leetcode Range Sum Query 2D
    Leetcode Range Sum Query
    Leetcode Swap Nodes in Pairs
    Leetcode Rotate Image
    Leetcode Game of Life
    Leetcode Set Matrix Zeroes
    Leetcode Linked List Cycle II
    CF1321A
  • 原文地址:https://www.cnblogs.com/luoluoshidafu/p/5110230.html
Copyright © 2011-2022 走看看