Class KillableProcessHandler

  • All Implemented Interfaces:
    Runnable

    public class KillableProcessHandler
    extends Thread
    Checks and handles KillableProcess regularly, killing them if are marked as should_be_killed It only runs if the scheduler is configured to use the OpenbravoPersistentJobStore
    • Constructor Detail

      • KillableProcessHandler

        public KillableProcessHandler()
    • Method Detail

      • initialize

        public void initialize​(org.quartz.spi.ThreadExecutor executor)
      • shutdown

        public void shutdown()
      • run

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