Class MaintenanceThread

  • All Implemented Interfaces:
    Runnable

    public class MaintenanceThread
    extends Thread
    This thread performs maintenance functions, such as marking episodes as "abandoned"
    • Method Detail

      • init

        public static void init()
        This can be called any time someone wants to make sure the maintenance thread has been started
      • destroy

        public static void destroy()
        This should be called when the application is undeployed, from the context listener
      • run

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