Interface JobExecuter

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

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

    Modifier and Type Method Description
    String getExecuterId()
    Gets the id of the executer.
    void startExecuter()
    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.