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


Public Methods | |
| 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 |
| |
| CODEX_Quorum::ReturnVector & | retVals () |
| |
| CODEX_Quorum::ResponseCallback * | cb () const |
| |
| bool | acknowledge () const |
| |
| bool | bcast () const |
| |
| void | setBcast () |
| Make note that this event has been broadcast once already. | |
| unsigned long | time () const |
| |
| void | updateTime (unsigned long time) |
| Update the time of the last broadcast attempt. | |
| bool | handle () |
| Handle this event. | |
Definition at line 34 of file SignRequestEvent.h.
1.2.18