Interface JobExecuter

All Known Implementing Classes:
DockerExecutorFactory.Executor, LocalJobExecuterFactory.Executer, XenVMExecuterFactory.Executer

public interface JobExecuter
Executes jobs in an external process.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the id of the executer.
    void
    Starts the external job.
  • Method Details

    • getExecuterId

      String getExecuterId()
      Gets the id of the executer.
      Returns:
      The id
    • startExecuter

      void startExecuter()
      Starts the external job. Expected to launch a thread and/or process immediately.