public class SnapshotVerbHandler extends java.lang.Object implements IVerbHandler<SnapshotCommand>
Constructor and Description |
---|
SnapshotVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(MessageIn<SnapshotCommand> 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).
|
public void doVerb(MessageIn<SnapshotCommand> message, java.lang.String id)
IVerbHandler
doVerb
in interface IVerbHandler<SnapshotCommand>
message
- - incoming message that needs handling.Copyright © 2013 The Apache Software Foundation