Class NoNotifyJobCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.NoNotifyJobCommand
Request to not receive notifications about a job.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a request to not be notified of changes in all jobs' state.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.
-
NoNotifyJobCommand
public NoNotifyJobCommand()Create a request to not be notified of changes in all jobs' state.
-