Class PowerOnJobBoardsCommand
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.Command<Integer>
uk.ac.manchester.spinnaker.spalloc.messages.PowerOnJobBoardsCommand
Request to turn on the boards associated with a job.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPowerOnJobBoardsCommand
(int jobId) Create a request to turn on a job's allocated boards. -
Method Summary
-
Constructor Details
-
PowerOnJobBoardsCommand
public PowerOnJobBoardsCommand(int jobId) Create a request to turn on a job's allocated boards.- Parameters:
jobId
- The job to request about.
-