Class Worker

java.lang.Object
java.lang.Thread
com.logicaldoc.util.exec.Worker
All Implemented Interfaces:
Runnable

public class Worker extends Thread
A simple thread that waits for completion of a given Process.
Since:
7.1.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • Worker

      public Worker(Process process)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • getExit

      public Integer getExit()