| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Represents events that occur, unsolicited, from ResilientConnection. More...
#include <qmf/engine/ResilientConnection.h>
Public Types | |
| enum | EventKind { CONNECTED = 1, DISCONNECTED = 2, SESSION_CLOSED = 3, RECV = 4 } |
Public Attributes | |
| EventKind | kind |
| void * | sessionContext |
| char * | errorText |
| Message | message |
Represents events that occur, unsolicited, from ResilientConnection.
Definition at line 35 of file ResilientConnection.h.
| Enumerator | |
|---|---|
| CONNECTED | |
| DISCONNECTED | |
| SESSION_CLOSED | |
| RECV | |
Definition at line 36 of file ResilientConnection.h.
| char* qmf::engine::ResilientConnectionEvent::errorText |
Definition at line 45 of file ResilientConnection.h.
| EventKind qmf::engine::ResilientConnectionEvent::kind |
Definition at line 43 of file ResilientConnection.h.
| Message qmf::engine::ResilientConnectionEvent::message |
Definition at line 46 of file ResilientConnection.h.
| void* qmf::engine::ResilientConnectionEvent::sessionContext |
Definition at line 44 of file ResilientConnection.h.
1.8.5