Automatically executes code when the "Java"--java or Java Web virtual machine is stopped (there is always some code that needs to be performed when the virtual machine stops) __HTML5

Source: Internet
Author: User
Tags java web

This scenario typically shuts down the virtual machine and waits for some tasks to be completed before they are closed.

If the virtual machine was kill-9 forced to kill, then the invalid.

See Code:

Runtime.getruntime (). Addshutdownhook (New Thread () {public

            void run () {
                try {
                    logger.info ("# # Clear some Dongdong");
                    The business to execute
                catch (Throwable e) {
                    logger.warn ("# #清理失败了:", e);
                } finally {
                    logger.info ("# # ended.");}}

        );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.