| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ServerProxy.h>
Public Member Functions | |
| Exchange (FrameHandler &f) | |
| virtual void | declare (const string &exchange, const string &type, const string &alternateExchange, bool passive, bool durable, bool autoDelete, const FieldTable &arguments) |
| virtual void | delete_ (const string &exchange, bool ifUnused) |
| virtual void | query (const string &name) |
| virtual void | bind (const string &queue, const string &exchange, const string &bindingKey, const FieldTable &arguments) |
| virtual void | unbind (const string &queue, const string &exchange, const string &bindingKey) |
| virtual void | bound (const string &exchange, const string &queue, const string &bindingKey, const FieldTable &arguments) |
| void | send (const AMQBody &) |
| ProtocolVersion | getVersion () const |
| FrameHandler & | getHandler () |
| void | setHandler (FrameHandler &) |
Static Public Member Functions | |
| static Exchange & | get (AMQP_ServerProxy &proxy) |
Definition at line 245 of file AMQP_ServerProxy.h.
| qpid::framing::AMQP_ServerProxy::Exchange::Exchange | ( | FrameHandler & | f | ) | [inline] |
Definition at line 249 of file AMQP_ServerProxy.h.
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::bind | ( | const string & | queue, | |
| const string & | exchange, | |||
| const string & | bindingKey, | |||
| const FieldTable & | arguments | |||
| ) | [virtual] |
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::bound | ( | const string & | exchange, | |
| const string & | queue, | |||
| const string & | bindingKey, | |||
| const FieldTable & | arguments | |||
| ) | [virtual] |
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::declare | ( | const string & | exchange, | |
| const string & | type, | |||
| const string & | alternateExchange, | |||
| bool | passive, | |||
| bool | durable, | |||
| bool | autoDelete, | |||
| const FieldTable & | arguments | |||
| ) | [virtual] |
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::delete_ | ( | const string & | exchange, | |
| bool | ifUnused | |||
| ) | [virtual] |
| static Exchange& qpid::framing::AMQP_ServerProxy::Exchange::get | ( | AMQP_ServerProxy & | proxy | ) | [inline, static] |
Definition at line 250 of file AMQP_ServerProxy.h.
| FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
| ProtocolVersion qpid::framing::Proxy::getVersion | ( | ) | const [inherited] |
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::query | ( | const string & | name | ) | [virtual] |
| void qpid::framing::Proxy::send | ( | const AMQBody & | ) | [inherited] |
| void qpid::framing::Proxy::setHandler | ( | FrameHandler & | ) | [inherited] |
| virtual void qpid::framing::AMQP_ServerProxy::Exchange::unbind | ( | const string & | queue, | |
| const string & | exchange, | |||
| const string & | bindingKey | |||
| ) | [virtual] |
1.5.7.1