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