Interface JobExecuterFactory
- All Known Implementing Classes:
DockerExecutorFactory,LocalJobExecuterFactory,XenVMExecuterFactory
public interface JobExecuterFactory
A factory for creating job executers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateJobExecuter(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
-