public class ReadVerbHandler extends java.lang.Object implements IVerbHandler<ReadCommand>
| Constructor and Description |
|---|
ReadVerbHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doVerb(MessageIn<ReadCommand> message,
java.lang.String id)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
static ReadResponse |
getResponse(ReadCommand command,
Row row) |
public void doVerb(MessageIn<ReadCommand> message, java.lang.String id)
IVerbHandlerdoVerb in interface IVerbHandler<ReadCommand>message - - incoming message that needs handling.public static ReadResponse getResponse(ReadCommand command, Row row)
Copyright © 2014 The Apache Software Foundation