Class GetJobMachineInfoCommand
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.GetJobMachineInfoCommand
public class GetJobMachineInfoCommand extends Command<Integer>
Request to get machine information relating to a job.
-
Constructor Summary
Constructors Constructor Description GetJobMachineInfoCommand(int jobId)
Create a request to get information about a job's allocated machine. -
Method Summary
-
Constructor Details
-
GetJobMachineInfoCommand
public GetJobMachineInfoCommand(int jobId)Create a request to get information about a job's allocated machine.- Parameters:
jobId
- The job to ask about.
-