Package winstone

Class ShutdownHook

java.lang.Object
java.lang.Thread
winstone.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 Details

    • ShutdownHook

      public ShutdownHook(Launcher launcher)
  • Method Details

    • run

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