Class LocalJobExecuterFactory
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.jobmanager.LocalJobExecuterFactory
- All Implemented Interfaces:
JobExecuterFactory
public class LocalJobExecuterFactory extends Object implements JobExecuterFactory
An executer that runs its subprocesses on the local machine.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
LocalJobExecuterFactory.Executer
The executer thread. -
Constructor Summary
Constructors Constructor Description LocalJobExecuterFactory()
Create a new local executor. -
Method Summary
Modifier and Type Method Description JobExecuter
createJobExecuter(JobManager manager, URL baseUrl)
Creates a newJobExecuter
.
-
Constructor Details
-
LocalJobExecuterFactory
public LocalJobExecuterFactory()Create a new local executor.
-
-
Method Details
-
createJobExecuter
Description copied from interface:JobExecuterFactory
Creates a newJobExecuter
.- Specified by:
createJobExecuter
in interfaceJobExecuterFactory
- 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
-