Interface JobExecuterFactory
- All Known Implementing Classes:
DockerExecutorFactory
,LocalJobExecuterFactory
,XenVMExecuterFactory
public interface JobExecuterFactory
A factory for creating job executers.
- See Also:
LocalJobExecuterFactory
,XenVMExecuterFactory
-
Method Summary
Modifier and Type Method Description JobExecuter
createJobExecuter(JobManager manager, URL baseUrl)
Creates a newJobExecuter
.
-
Method Details
-
createJobExecuter
Creates a newJobExecuter
.- Parameters:
manager
- The manager requesting the creationbaseUrl
- The URL of the manager- Returns:
- The new executer
- Throws:
IOException
- If there is an error creating the executer
-