Class WorkerThread

    • Constructor Detail

      • WorkerThread

        public WorkerThread​(JobEntry je)
        Creates a new worker to run the specified JobEntry.
        Parameters:
        je - The JobEntry to create a worker for.
    • Method Detail

      • run

        public void run()
        Run the job.
        Specified by:
        run in interface Runnable