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 | |
Agent (Broker *_broker, uint32_t _bank, const std::string &_label) | |
Broker * | getBroker () const |
uint32_t | getBrokerBank () const |
uint32_t | getAgentBank () const |
const std::string & | getLabel () const |
typedef std::vector<Agent*> qpid::console::Agent::Vector |
qpid::console::Agent::Agent | ( | Broker * | _broker, |
uint32_t | _bank, | ||
const std::string & | _label | ||
) | [inline] |
uint32_t qpid::console::Agent::getAgentBank | ( | ) | const [inline] |
Broker* qpid::console::Agent::getBroker | ( | ) | const [inline] |
uint32_t qpid::console::Agent::getBrokerBank | ( | ) | const [inline] |
const std::string& qpid::console::Agent::getLabel | ( | ) | const [inline] |