Class XenVMExecuterFactory
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.jobmanager.XenVMExecuterFactory
- All Implemented Interfaces:
JobExecuterFactory
Executer factory that uses Xen VMs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classThe executer core connector. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJobExecuter(JobManager manager, URL baseUrl) Creates a newJobExecuter.protected voidCallback when the executor is finished.
-
Constructor Details
-
XenVMExecuterFactory
public XenVMExecuterFactory()Create a new Xen Executor Factory.
-
-
Method Details
-
createJobExecuter
Description copied from interface:JobExecuterFactoryCreates a newJobExecuter.- Specified by:
createJobExecuterin 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
-
executorFinished
protected void executorFinished()Callback when the executor is finished.
-