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