Package winstone

Class ShutdownHook

  • All Implemented Interfaces:
    Runnable

    public class ShutdownHook
    extends Thread
    A jvm hook to force the calling of the web-app destroy before the process terminates
    Version:
    $Id: ShutdownHook.java,v 1.3 2006/02/28 07:32:47 rickknowles Exp $
    Author:
    Rick Knowles
    • Constructor Detail

      • ShutdownHook

        public ShutdownHook​(Launcher launcher)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread