Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/console/Agent.h>
Public Types | |
typedef std::vector< Agent * > | Vector |
Public Member Functions | |
QPID_CONSOLE_INLINE_EXTERN | Agent (Broker *_broker, uint32_t _bank, const std::string &_label) |
QPID_CONSOLE_INLINE_EXTERN Broker * | getBroker () const |
QPID_CONSOLE_INLINE_EXTERN uint32_t | getBrokerBank () const |
QPID_CONSOLE_INLINE_EXTERN uint32_t | getAgentBank () const |
QPID_CONSOLE_INLINE_EXTERN const std::string & | getLabel () const |
typedef std::vector<Agent*> qpid::console::Agent::Vector |
QPID_CONSOLE_INLINE_EXTERN qpid::console::Agent::Agent | ( | Broker * | _broker, |
uint32_t | _bank, | ||
const std::string & | _label | ||
) | [inline] |
QPID_CONSOLE_INLINE_EXTERN uint32_t qpid::console::Agent::getAgentBank | ( | ) | const [inline] |
QPID_CONSOLE_INLINE_EXTERN Broker* qpid::console::Agent::getBroker | ( | ) | const [inline] |
QPID_CONSOLE_INLINE_EXTERN uint32_t qpid::console::Agent::getBrokerBank | ( | ) | const [inline] |
QPID_CONSOLE_INLINE_EXTERN const std::string& qpid::console::Agent::getLabel | ( | ) | const [inline] |