Class NotifyJobCommand
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.NotifyJobCommand
Request to get notifications about a job.
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyJobCommand
(int jobId) Create a request to be notified of changes in job state. -
Method Summary
-
Constructor Details
-
NotifyJobCommand
public NotifyJobCommand(int jobId) Create a request to be notified of changes in job state.- Parameters:
jobId
- The job to request about.
-