Uses of Interface
uk.ac.manchester.spinnaker.spalloc.messages.Notification
Packages that use Notification
Package
Description
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of Notification in uk.ac.manchester.spinnaker.spalloc
Fields in uk.ac.manchester.spinnaker.spalloc with type parameters of type NotificationModifier and TypeFieldDescriptionprotected final Queue<Notification>
SpallocConnection.notifications
A queue of unprocessed notifications.Methods in uk.ac.manchester.spinnaker.spalloc that return NotificationModifier and TypeMethodDescriptiondefault Notification
SpallocAPI.waitForNotification()
Return the next notification to arrive.SpallocAPI.waitForNotification
(Integer timeout) Return the next notification to arrive.SpallocClient.waitForNotification
(Integer timeout) -
Uses of Notification in uk.ac.manchester.spinnaker.spalloc.messages
Classes in uk.ac.manchester.spinnaker.spalloc.messages that implement NotificationModifier and TypeClassDescriptionclass
A response that describes what jobs have changed state.class
A response that describes what machines have changed state.