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 Response
SpallocClient.parseResponse
(String line) Parse a line of response from the spalloc server, which should be a complete JSON object.protected abstract Response
SpallocConnection.parseResponse
(String line) Parse a response line from the server.protected Response
SpallocConnection.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 TypeClassDescriptionclass
A response to a request that indicates a failure.class
A response that describes what jobs have changed state.class
A response that describes what machines have changed state.class
A response that is the successful result of a request.