Class NoNotifyJobCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.NoNotifyJobCommand
public class NoNotifyJobCommand extends Command<Integer>
Request to not receive notifications about a job.
- See Also:
- Spalloc Server documentation
-
Constructor Summary
Constructors Constructor Description NoNotifyJobCommand()
Create 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.
-