Class PoolExecutorJob

  • All Implemented Interfaces:
    java.lang.Runnable

    public class PoolExecutorJob
    extends java.lang.Object
    implements java.lang.Runnable
    Executor which handles job wide tasks, uses 1 task executor per task
    • Method Detail

      • getId

        public long getId()
      • getPriority

        public Priority getPriority()
      • getJob

        public IJob getJob()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable