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