Interface JobExecuterFactory

All Known Implementing Classes:
DockerExecutorFactory, LocalJobExecuterFactory, XenVMExecuterFactory

public interface JobExecuterFactory
A factory for creating job executers.
See Also:
  • Method Details

    • createJobExecuter

      JobExecuter createJobExecuter(JobManager manager, URL baseUrl) throws IOException
      Creates a new JobExecuter.
      Parameters:
      manager - The manager requesting the creation
      baseUrl - The URL of the manager
      Returns:
      The new executer
      Throws:
      IOException - If there is an error creating the executer