Class MCRJobThread

All Implemented Interfaces:
Runnable, MCRListenableProgressable, MCRProcessable, MCRProgressable

public class MCRJobThread extends MCRAbstractProcessable implements Runnable
A slave thread of MCRJobMaster. This class execute the specified action for MCRJob and performs MCRJobAction.rollback() if an error occurs.
Author:
René Adler
  • Field Details

  • Constructor Details

    • MCRJobThread

      public MCRJobThread(MCRJob job)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable