public class SnapshotVerbHandler extends java.lang.Object implements IVerbHandler<SnapshotCommand>
Modifier and Type | Field and Description |
---|---|
static SnapshotVerbHandler |
instance |
Constructor and Description |
---|
SnapshotVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(Message<SnapshotCommand> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
public static final SnapshotVerbHandler instance
public void doVerb(Message<SnapshotCommand> message)
IVerbHandler
doVerb
in interface IVerbHandler<SnapshotCommand>
message
- - incoming message that needs handling.Copyright © 2009- The Apache Software Foundation