Uses of Interface
uk.ac.manchester.spinnaker.spalloc.messages.Response
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 Response in uk.ac.manchester.spinnaker.spalloc
Methods in uk.ac.manchester.spinnaker.spalloc that return Response Modifier and Type Method Description protected 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.messages Modifier and Type Interface Description interface
Notification
Notifications all implement.Classes in uk.ac.manchester.spinnaker.spalloc.messages that implement Response Modifier and Type Class Description class
ExceptionResponse
A response to a request that indicates a failure.class
JobsChangedNotification
A response that describes what jobs have changed state.class
MachinesChangedNotification
A response that describes what machines have changed state.class
ReturnResponse
A response that is the successful result of a request.