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 Details

    • NotifyJobCommand

      public NotifyJobCommand​(int jobId)
      Create a request to be notified of changes in job state.
      Parameters:
      jobId - The job to request about.