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


Public Member Functions | |
| SignRequestEvent (CODEX_Events::Activity *source, SignRequestHandler *destination, const CODEX_Quorum::Message &message, CODEX_Quorum::ResponseCallback *cb, bool acknowledge=false) | |
| Constructor. | |
| virtual | ~SignRequestEvent () |
| Virtual destructor. | |
| const CODEX_Quorum::Message & | message () const |
| The marshalled message, with headers. | |
| CODEX_Quorum::ReturnVector & | retVals () |
| The vector of CODEX_Quorum::RemoteServerReturns. | |
| CODEX_Quorum::ResponseCallback * | cb () const |
| The callback that should handle responses to the message. | |
| bool | acknowledge () const |
| Should this event be acknowledged? | |
| bool | bcast () const |
| Has this event been broadcast once? | |
| void | setBcast () |
| Make note that this event has been broadcast once already. | |
| unsigned long | time () const |
| The time (in seconds) of the last broadcast attempt. | |
| void | updateTime (unsigned long time) |
| Update the time of the last broadcast attempt. | |
| bool | handle () |
| Handle this event. | |
| Activity * | source () |
| The Activity that created this event. | |
Protected Attributes | |
| Activity * | m_source |
| Source of this event. | |
Definition at line 37 of file SignRequestEvent.h.
1.4.1