Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_AllOperations.h>
Classes | |
class | Invoker |
Public Member Functions | |
ExchangeHandler () | |
virtual | ~ExchangeHandler () |
virtual void | declare (const string &exchange, const string &type, const string &alternateExchange, bool passive, bool durable, bool autoDelete, const FieldTable &arguments)=0 |
virtual void | delete_ (const string &exchange, bool ifUnused)=0 |
virtual ExchangeQueryResult | query (const string &name)=0 |
virtual void | bind (const string &queue, const string &exchange, const string &bindingKey, const FieldTable &arguments)=0 |
virtual void | unbind (const string &queue, const string &exchange, const string &bindingKey)=0 |
virtual ExchangeBoundResult | bound (const string &exchange, const string &queue, const string &bindingKey, const FieldTable &arguments)=0 |
Definition at line 274 of file AMQP_AllOperations.h.
qpid::framing::AMQP_AllOperations::ExchangeHandler::ExchangeHandler | ( | ) | [inline] |
Definition at line 279 of file AMQP_AllOperations.h.
virtual qpid::framing::AMQP_AllOperations::ExchangeHandler::~ExchangeHandler | ( | ) | [inline, virtual] |
Definition at line 280 of file AMQP_AllOperations.h.
virtual void qpid::framing::AMQP_AllOperations::ExchangeHandler::bind | ( | const string & | queue, | |
const string & | exchange, | |||
const string & | bindingKey, | |||
const FieldTable & | arguments | |||
) | [pure virtual] |
virtual ExchangeBoundResult qpid::framing::AMQP_AllOperations::ExchangeHandler::bound | ( | const string & | exchange, | |
const string & | queue, | |||
const string & | bindingKey, | |||
const FieldTable & | arguments | |||
) | [pure virtual] |
virtual void qpid::framing::AMQP_AllOperations::ExchangeHandler::declare | ( | const string & | exchange, | |
const string & | type, | |||
const string & | alternateExchange, | |||
bool | passive, | |||
bool | durable, | |||
bool | autoDelete, | |||
const FieldTable & | arguments | |||
) | [pure virtual] |
virtual void qpid::framing::AMQP_AllOperations::ExchangeHandler::delete_ | ( | const string & | exchange, | |
bool | ifUnused | |||
) | [pure virtual] |
virtual ExchangeQueryResult qpid::framing::AMQP_AllOperations::ExchangeHandler::query | ( | const string & | name | ) | [pure virtual] |
virtual void qpid::framing::AMQP_AllOperations::ExchangeHandler::unbind | ( | const string & | queue, | |
const string & | exchange, | |||
const string & | bindingKey | |||
) | [pure virtual] |