| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/engine/Console.h>
Public Member Functions | |
| BrokerProxy (Console &console) | |
| ~BrokerProxy () | |
| void | sessionOpened (SessionHandle &sh) |
| void | sessionClosed () |
| void | startProtocol () |
| void | handleRcvMessage (Message &message) |
| bool | getXmtMessage (Message &item) const |
| void | popXmt () |
| bool | getEvent (BrokerEvent &event) const |
| void | popEvent () |
| uint32_t | agentCount () const |
| const AgentProxy * | getAgent (uint32_t idx) const |
| void | sendQuery (const Query &query, void *context, const AgentProxy *agent=0) |
Definition at line 155 of file Console.h.
| qmf::engine::BrokerProxy::BrokerProxy | ( | Console & | console | ) |
| qmf::engine::BrokerProxy::~BrokerProxy | ( | ) |
| uint32_t qmf::engine::BrokerProxy::agentCount | ( | ) | const |
| const AgentProxy* qmf::engine::BrokerProxy::getAgent | ( | uint32_t | idx | ) | const |
| bool qmf::engine::BrokerProxy::getEvent | ( | BrokerEvent & | event | ) | const |
| bool qmf::engine::BrokerProxy::getXmtMessage | ( | Message & | item | ) | const |
| void qmf::engine::BrokerProxy::handleRcvMessage | ( | Message & | message | ) |
| void qmf::engine::BrokerProxy::popEvent | ( | ) |
| void qmf::engine::BrokerProxy::popXmt | ( | ) |
| void qmf::engine::BrokerProxy::sendQuery | ( | const Query & | query, | |
| void * | context, | |||
| const AgentProxy * | agent = 0 | |||
| ) |
| void qmf::engine::BrokerProxy::sessionClosed | ( | ) |
| void qmf::engine::BrokerProxy::sessionOpened | ( | SessionHandle & | sh | ) |
| void qmf::engine::BrokerProxy::startProtocol | ( | ) |
1.4.7