| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/engine/Console.h>
Public Types | |
| AGENT_ADDED = 1 | |
| AGENT_DELETED = 2 | |
| NEW_PACKAGE = 3 | |
| NEW_CLASS = 4 | |
| OBJECT_UPDATE = 5 | |
| EVENT_RECEIVED = 7 | |
| AGENT_HEARTBEAT = 8 | |
| enum | EventKind { AGENT_ADDED = 1, AGENT_DELETED = 2, NEW_PACKAGE = 3, NEW_CLASS = 4, OBJECT_UPDATE = 5, EVENT_RECEIVED = 7, AGENT_HEARTBEAT = 8 } |
Public Attributes | |
| EventKind | kind |
| AgentProxy * | agent |
| char * | name |
| const SchemaClassKey * | classKey |
| Object * | object |
| void * | context |
| Event * | event |
| uint64_t | timestamp |
| QueryResponse * | queryResponse |
| bool | hasProps |
| bool | hasStats |
Definition at line 83 of file Console.h.
1.4.7