Uses of Class
uk.ac.manchester.spinnaker.spalloc.exceptions.JobDestroyedException
Packages that use JobDestroyedException
Package
Description
SpiNNaker old-style machine allocation client.
-
Uses of JobDestroyedException in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that throw JobDestroyedExceptionModifier and TypeMethodDescriptionvoidSpallocJob.waitUntilReady(Integer timeout) voidSpallocJobAPI.waitUntilReady(Integer timeout) Block until the job is allocated and ready.Constructors in uk.ac.manchester.spinnaker.spalloc that throw JobDestroyedExceptionModifierConstructorDescriptionSpallocJob(int id) Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, int id) Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, int port, Integer timeout, int id) Create a job client that resumes an existing job given its ID.SpallocJob(String hostname, Integer timeout, int id) Create a job client that resumes an existing job given its ID.