| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_AllProxy.h>
Classes | |
| class | Cluster |
| class | ClusterConnection |
| class | Connection |
| class | Dtx |
| class | Exchange |
| class | Execution |
| class | File |
| class | Message |
| class | Queue |
| class | Session |
| class | Stream |
| class | Tx |
Public Member Functions | |
| AMQP_AllProxy (FrameHandler &out) | |
| Connection & | getConnection () |
| Session & | getSession () |
| Execution & | getExecution () |
| Message & | getMessage () |
| Tx & | getTx () |
| Dtx & | getDtx () |
| Exchange & | getExchange () |
| Queue & | getQueue () |
| File & | getFile () |
| Stream & | getStream () |
| Cluster & | getCluster () |
| ClusterConnection & | getClusterConnection () |
| void | send (const AMQBody &) |
| ProtocolVersion | getVersion () const |
| FrameHandler & | getHandler () |
| void | setHandler (FrameHandler &) |
Definition at line 38 of file AMQP_AllProxy.h.
| qpid::framing::AMQP_AllProxy::AMQP_AllProxy | ( | FrameHandler & | out | ) |
| Cluster& qpid::framing::AMQP_AllProxy::getCluster | ( | ) | [inline] |
Definition at line 447 of file AMQP_AllProxy.h.
| ClusterConnection& qpid::framing::AMQP_AllProxy::getClusterConnection | ( | ) | [inline] |
Definition at line 517 of file AMQP_AllProxy.h.
| Connection& qpid::framing::AMQP_AllProxy::getConnection | ( | ) | [inline] |
Definition at line 90 of file AMQP_AllProxy.h.
| Dtx& qpid::framing::AMQP_AllProxy::getDtx | ( | ) | [inline] |
Definition at line 259 of file AMQP_AllProxy.h.
| Exchange& qpid::framing::AMQP_AllProxy::getExchange | ( | ) | [inline] |
Definition at line 296 of file AMQP_AllProxy.h.
| Execution& qpid::framing::AMQP_AllProxy::getExecution | ( | ) | [inline] |
Definition at line 157 of file AMQP_AllProxy.h.
| File& qpid::framing::AMQP_AllProxy::getFile | ( | ) | [inline] |
Definition at line 381 of file AMQP_AllProxy.h.
| FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
| Message& qpid::framing::AMQP_AllProxy::getMessage | ( | ) | [inline] |
Definition at line 207 of file AMQP_AllProxy.h.
| Queue& qpid::framing::AMQP_AllProxy::getQueue | ( | ) | [inline] |
Definition at line 322 of file AMQP_AllProxy.h.
| Session& qpid::framing::AMQP_AllProxy::getSession | ( | ) | [inline] |
Definition at line 134 of file AMQP_AllProxy.h.
| Stream& qpid::framing::AMQP_AllProxy::getStream | ( | ) | [inline] |
Definition at line 424 of file AMQP_AllProxy.h.
| Tx& qpid::framing::AMQP_AllProxy::getTx | ( | ) | [inline] |
Definition at line 223 of file AMQP_AllProxy.h.
| ProtocolVersion qpid::framing::Proxy::getVersion | ( | ) | const [inherited] |
| void qpid::framing::Proxy::send | ( | const AMQBody & | ) | [inherited] |
| void qpid::framing::Proxy::setHandler | ( | FrameHandler & | ) | [inherited] |
1.5.7.1