Class XenVMExecuterFactory.Executer
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.jobmanager.XenVMExecuterFactory.Executer
- All Implemented Interfaces:
JobExecuter
- Enclosing class:
- XenVMExecuterFactory
protected class XenVMExecuterFactory.Executer extends Object implements JobExecuter
The executer core connector.
-
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
-