Uses of Interface
uk.ac.manchester.spinnaker.messages.notification.NotificationMessage
Package | Description |
---|---|
uk.ac.manchester.spinnaker.connections |
Classes used to model types of connections that talk to SpiNNaker.
|
uk.ac.manchester.spinnaker.messages.notification |
The messages of the notification protocol.
|
-
Uses of NotificationMessage in uk.ac.manchester.spinnaker.connections
Methods in uk.ac.manchester.spinnaker.connections that return NotificationMessage Modifier and Type Method Description NotificationMessage
NotificationConnection. receiveMessage(int timeout)
Methods in uk.ac.manchester.spinnaker.connections with parameters of type NotificationMessage Modifier and Type Method Description void
NotificationConnection. sendNotification(NotificationMessage notificationMessage)
Sends a notification message down this connection. -
Uses of NotificationMessage in uk.ac.manchester.spinnaker.messages.notification
Classes in uk.ac.manchester.spinnaker.messages.notification that implement NotificationMessage Modifier and Type Class Description class
AbstractNotificationMessage
A base class for concrete notification messages.class
DatabaseConfirmation
Message which contains the path to the job description database created by the toolchain which is to be used by any software which interfaces with SpiNNaker.class
PauseStop
Message which indicates that the toolchain has paused or stopped.class
StartResume
Message which indicates that the toolchain has started or resumed.Methods in uk.ac.manchester.spinnaker.messages.notification that return NotificationMessage Modifier and Type Method Description static NotificationMessage
AbstractNotificationMessage. build(ByteBuffer buffer)
Create a notification message instance from a buffer holding a received message.