#include <MessageDispatcher.h>
Inheritance diagram for CODEX_Quorum::QuorumDispatcher:

Public Member Functions | |
| virtual void | operator() (const void *request, ResponseInfo *ri)=0 |
| Method used to dispatch a collection of responses to a request. | |
In order to implement a QuorumSystem and poll for incoming messages a derived class must be written that implements operator(). This will be called by the concrete QuorumSystem::poll() method when a quorum of messages have been received for a request sent out by the local server.
Definition at line 55 of file MessageDispatcher.h.
|
||||||||||||
|
Method used to dispatch a collection of responses to a request. The QuorumDispatcher takes ownership of both parameters passed to it, and is responsible for ensuring that their memory is freed.
|
1.4.1