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