Class MCRShutdownThread

java.lang.Object
java.lang.Thread
org.mycore.common.events.MCRShutdownThread
All Implemented Interfaces:
Runnable

public class MCRShutdownThread extends Thread
is a shutdown hook for the current Runtime. This class registers itself as a shutdown hook to the JVM. There is no way to instanciate this class somehow. This will be done by MCRShutdownHandler.
Since:
1.3
Author:
Thomas Scheffler (yagee)
See Also:
  • Method Details

    • run

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