#include <FailureEvent.h>
Inheritance diagram for CODEX_APSS::FailureEvent:


Public Member Functions | |
| FailureEvent (CODEX_Events::Activity *source, CODEX_Server::ServerResponseHandler *destination, const CODEX_Server::RoutingInfo &ri) | |
| Constructor. | |
| virtual | ~FailureEvent () |
| 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 30 of file FailureEvent.h.
|
||||||||||||||||
|
Constructor. This builds the message for the response from the routing information provided.
Definition at line 24 of file FailureEvent.cc. References CODEX_Quorum::Message::fill(). |
1.4.1