Class GetJobMachineInfoCommand

java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.GetJobMachineInfoCommand

public class GetJobMachineInfoCommand
extends Command<Integer>
Request to get machine information relating to a job.
See Also:
Spalloc Server documentation, The basic result type associated with the request
  • Constructor Details

    • GetJobMachineInfoCommand

      public GetJobMachineInfoCommand​(int jobId)
      Create a request to get information about a job's allocated machine.
      Parameters:
      jobId - The job to ask about.