Uses of Interface
uk.ac.manchester.spinnaker.spalloc.messages.Notification
Package | Description |
---|---|
uk.ac.manchester.spinnaker.spalloc |
SpiNNaker old-style machine allocation client.
|
uk.ac.manchester.spinnaker.spalloc.messages |
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 Notification Modifier and Type Field Description protected Queue<Notification>
SpallocConnection. notifications
A queue of unprocessed notifications.Methods in uk.ac.manchester.spinnaker.spalloc that return Notification Modifier and Type Method Description default Notification
SpallocAPI. waitForNotification()
Return the next notification to arrive.Notification
SpallocAPI. waitForNotification(Integer timeout)
Return the next notification to arrive.Notification
SpallocClient. waitForNotification(Integer timeout)
-
Uses of Notification in uk.ac.manchester.spinnaker.spalloc.messages
Classes in uk.ac.manchester.spinnaker.spalloc.messages that implement Notification Modifier and Type Class Description class
JobsChangedNotification
A response that describes what jobs have changed state.class
MachinesChangedNotification
A response that describes what machines have changed state.