Class LocalJobExecuterFactory.Executer
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.jobmanager.LocalJobExecuterFactory.Executer
- All Implemented Interfaces:
JobExecuter
- Enclosing class:
- LocalJobExecuterFactory
protected class LocalJobExecuterFactory.Executer extends Object implements JobExecuter
The executer thread.
-
Method Summary
Modifier and Type Method Description String
getExecuterId()
Gets the id of the executer.void
startExecuter()
Starts the external job.
-
Method Details
-
getExecuterId
Description copied from interface:JobExecuter
Gets the id of the executer.- Specified by:
getExecuterId
in interfaceJobExecuter
- Returns:
- The id
-
startExecuter
public void startExecuter()Description copied from interface:JobExecuter
Starts the external job. Expected to launch a thread and/or process immediately.- Specified by:
startExecuter
in interfaceJobExecuter
-