| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/console/Broker.h>
Inherits qpid::client::MessageListener.
Public Member Functions | |
| Broker (SessionManager &sm, client::ConnectionSettings &settings) | |
| ~Broker () | |
| bool | isConnected () const |
| const std::string & | getError () const |
| const std::string & | getSessionId () const |
| const framing::Uuid & | getBrokerId () const |
| uint32_t | getBrokerBank () const |
| void | addBinding (const std::string &key) |
| std::string | getUrl () const |
| void | waitForStable () |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Broker &k) |
Classes | |
| class | ConnectionThread |
Definition at line 52 of file Broker.h.
| qpid::console::Broker::Broker | ( | SessionManager & | sm, | |
| client::ConnectionSettings & | settings | |||
| ) |
| qpid::console::Broker::~Broker | ( | ) |
| void qpid::console::Broker::addBinding | ( | const std::string & | key | ) | [inline] |
| uint32_t qpid::console::Broker::getBrokerBank | ( | ) | const [inline] |
| const framing::Uuid& qpid::console::Broker::getBrokerId | ( | ) | const [inline] |
| const std::string& qpid::console::Broker::getError | ( | ) | const [inline] |
| const std::string& qpid::console::Broker::getSessionId | ( | ) | const [inline] |
| std::string qpid::console::Broker::getUrl | ( | ) | const |
| void qpid::console::Broker::waitForStable | ( | ) |
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const Broker & | k | |||
| ) | [friend] |
1.4.7