Class QueueEmpty
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.QueueEmpty
- All Implemented Interfaces:
QueueNextResponse
A message indicating that the queue is empty.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet any warning returned.void
setWarning
(String warning) Set the warning.
-
Constructor Details
-
QueueEmpty
public QueueEmpty()
-
-
Method Details
-
getWarning
Get any warning returned.- Returns:
- The warning
-
setWarning
Set the warning.- Parameters:
warning
- The warning to set
-