Interface IProcessManager

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    ProcessManager

    public interface IProcessManager
    extends java.lang.Runnable
    Manages asynchronous processing logic for all Job instances created.
    Since:
    3.0-Beta3
    • Method Detail

      • run

        void run()
        Runs the processing phase as root. This method should be called in a separate Thread.
        Specified by:
        run in interface java.lang.Runnable
      • runningProcess

        Process runningProcess​(long jobId)
        Returns a running Process for the id or null.