Class WorkerExecutor

java.lang.Object
fr.gouv.vitam.processing.distributor.core.WorkerExecutor
All Implemented Interfaces:
Runnable

public class WorkerExecutor extends Object implements Runnable
manage one worker with n thread
  • Constructor Details

  • Method Details

    • run

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

      public void stop()
      send a message to notify all thread that the worker will be stop.
    • getWorkerBean

      public WorkerBean getWorkerBean()