Package edu.jas.util

Class DistPoolThread

java.lang.Object
java.lang.Thread
edu.jas.util.DistPoolThread
All Implemented Interfaces:
Runnable

class DistPoolThread extends Thread
Implements one local part of the distributed thread.
  • Field Details

    • pool

      final DistThreadPool pool
    • ec

    • myId

      final int myId
    • logger

      private static final org.apache.logging.log4j.Logger logger
    • debug

      private static final boolean debug
    • working

      boolean working
  • Constructor Details

  • Method Details

    • run

      public void run()
      Run the thread.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread