Uses of Interface
uk.ac.manchester.spinnaker.spalloc.messages.Response
Packages that use Response
Package
Description
SpiNNaker old-style machine allocation client.
Commands to send to Spalloc, and responses received from Spalloc.
-
Uses of Response in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return ResponseModifier and TypeMethodDescriptionprotected ResponseSpallocClient.parseResponse(String line) Parse a line of response from the spalloc server, which should be a complete JSON object.protected abstract ResponseSpallocConnection.parseResponse(String line) Parse a response line from the server.protected ResponseSpallocConnection.receiveResponse(Integer timeout) Receive a line from the server with a response. -
Uses of Response in uk.ac.manchester.spinnaker.spalloc.messages
Subinterfaces of Response in uk.ac.manchester.spinnaker.spalloc.messagesClasses in uk.ac.manchester.spinnaker.spalloc.messages that implement ResponseModifier and TypeClassDescriptionclassA response to a request that indicates a failure.classA response that describes what jobs have changed state.classA response that describes what machines have changed state.classA response that is the successful result of a request.