Uses of Interface
uk.ac.manchester.spinnaker.nmpi.model.QueueNextResponse
Packages that use QueueNextResponse
Package
Description
Model bits and pieces.
The REST interface.
-
Uses of QueueNextResponse in uk.ac.manchester.spinnaker.nmpi.model
Classes in uk.ac.manchester.spinnaker.nmpi.model that implement QueueNextResponseModifier and TypeClassDescriptionclass
A message indicating that the queue is empty.class
A Job that is a response from the queue.class
A Job that is a response from the queue. -
Uses of QueueNextResponse in uk.ac.manchester.spinnaker.nmpi.rest
Methods in uk.ac.manchester.spinnaker.nmpi.rest that return QueueNextResponseModifier and TypeMethodDescriptionNMPIQueue.getNextJob
(String apiKey, String hardware) Get the next queue item for a specific hardware system.NMPIQueueCompat.getNextJob
(String authHeader, String hardware) Get the next queue item for a specific hardware system.