| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/engine/Agent.h>
Public Types | |
| GET_QUERY = 1 | |
| START_SYNC = 2 | |
| END_SYNC = 3 | |
| METHOD_CALL = 4 | |
| DECLARE_QUEUE = 5 | |
| DELETE_QUEUE = 6 | |
| BIND = 7 | |
| UNBIND = 8 | |
| SETUP_COMPLETE = 9 | |
| enum | EventKind { GET_QUERY = 1, START_SYNC = 2, END_SYNC = 3, METHOD_CALL = 4, DECLARE_QUEUE = 5, DELETE_QUEUE = 6, BIND = 7, UNBIND = 8, SETUP_COMPLETE = 9 } |
Public Attributes | |
| EventKind | kind |
| uint32_t | sequence |
| char * | authUserId |
| char * | authToken |
| char * | name |
| Object * | object |
| ObjectId * | objectId |
| Query * | query |
| Value * | arguments |
| char * | exchange |
| char * | bindingKey |
| const SchemaObjectClass * | objectClass |
This structure represents a QMF event coming from the agent to the application.
Definition at line 40 of file Agent.h.
1.4.7