Class ShutdownMonitorThread

java.lang.Object
java.lang.Thread
net.glowstone.util.ShutdownMonitorThread
All Implemented Interfaces:
Runnable

public class ShutdownMonitorThread extends Thread
Thread started on shutdown that monitors for and kills rogue non-daemon threads.
  • Constructor Details

    • ShutdownMonitorThread

      public ShutdownMonitorThread()
  • Method Details

    • run

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