#include <ServerResponseEvent.h>
Inheritance diagram for CODEX_Server::ServerResponseEvent:


Public Member Functions | |
| ServerResponseEvent (CODEX_Events::Activity *source, ServerResponseHandler *destination, const CODEX_Quorum::Message &message, int server) | |
| Constructor. | |
| virtual | ~ServerResponseEvent () |
| Virtual destructor. | |
| const CODEX_Quorum::Message & | message () const |
| The response to send. | |
| int | server () const |
| The server to contact. | |
| bool | handle () |
| This virtual method allows a derived class to call the handler for its appropriate Activity, thereby enabling the Activity to distinguish the event by overloading on type. | |
| Activity * | source () |
| The Activity that created this event. | |
Protected Attributes | |
| CODEX_Quorum::Message | m_message |
| The response. | |
| int | m_server |
| The server. | |
| Activity * | m_source |
| Source of this event. | |
Definition at line 33 of file ServerResponseEvent.h.
1.4.1