Class EolExecutorThread

  • All Implemented Interfaces:
    Runnable

    public class EolExecutorThread
    extends Thread
    Used to identify threads used in executing EOL. Can have an associated "finally" block in the form of a Runnable which is executed before the thread terminates.
    Since:
    1.6
    Author:
    Sina Madani
    • Field Detail

    • Constructor Detail

      • EolExecutorThread

        public EolExecutorThread​(Runnable target,
                                 String name)
    • Method Detail

      • setTerminationHandler

        public void setTerminationHandler​(Runnable fin)
      • run

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