Class NotifyJobCommand
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.Command<Integer>
uk.ac.manchester.spinnaker.nmpi.machinemanager.commands.NotifyJobCommand
public class NotifyJobCommand extends Command<Integer>
Request to get notifications about a job.
-
Constructor Summary
Constructors Constructor Description 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.
-