Class CreateJobCommand
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.CreateJobCommand
public class CreateJobCommand extends Command<Integer>
Request to create a job.
-
Constructor Summary
Constructors Constructor Description CreateJobCommand(int numBoards, String owner)
Create a request to create a job. -
Method Summary
-
Constructor Details
-
CreateJobCommand
Create a request to create a job.- Parameters:
numBoards
- The number of boards to request.owner
- The owner of the job to create.
-