| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ClientProxy.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_ClientProxy (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_ClientProxy.h.
| qpid::framing::AMQP_ClientProxy::AMQP_ClientProxy | ( | FrameHandler & | out | ) |
| Cluster& qpid::framing::AMQP_ClientProxy::getCluster | ( | ) | [inline] |
Definition at line 284 of file AMQP_ClientProxy.h.
| ClusterConnection& qpid::framing::AMQP_ClientProxy::getClusterConnection | ( | ) | [inline] |
Definition at line 294 of file AMQP_ClientProxy.h.
| Connection& qpid::framing::AMQP_ClientProxy::getConnection | ( | ) | [inline] |
Definition at line 75 of file AMQP_ClientProxy.h.
| Dtx& qpid::framing::AMQP_ClientProxy::getDtx | ( | ) | [inline] |
Definition at line 197 of file AMQP_ClientProxy.h.
| Exchange& qpid::framing::AMQP_ClientProxy::getExchange | ( | ) | [inline] |
Definition at line 207 of file AMQP_ClientProxy.h.
| Execution& qpid::framing::AMQP_ClientProxy::getExecution | ( | ) | [inline] |
Definition at line 142 of file AMQP_ClientProxy.h.
| File& qpid::framing::AMQP_ClientProxy::getFile | ( | ) | [inline] |
Definition at line 250 of file AMQP_ClientProxy.h.
| FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
| Message& qpid::framing::AMQP_ClientProxy::getMessage | ( | ) | [inline] |
Definition at line 177 of file AMQP_ClientProxy.h.
| Queue& qpid::framing::AMQP_ClientProxy::getQueue | ( | ) | [inline] |
Definition at line 217 of file AMQP_ClientProxy.h.
| Session& qpid::framing::AMQP_ClientProxy::getSession | ( | ) | [inline] |
Definition at line 119 of file AMQP_ClientProxy.h.
| Stream& qpid::framing::AMQP_ClientProxy::getStream | ( | ) | [inline] |
Definition at line 274 of file AMQP_ClientProxy.h.
| Tx& qpid::framing::AMQP_ClientProxy::getTx | ( | ) | [inline] |
Definition at line 187 of file AMQP_ClientProxy.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