| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ServerProxy.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_ServerProxy (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_ServerProxy.h.
| qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy | ( | FrameHandler & | out | ) |
| Cluster& qpid::framing::AMQP_ServerProxy::getCluster | ( | ) | [inline] |
Definition at line 388 of file AMQP_ServerProxy.h.
| ClusterConnection& qpid::framing::AMQP_ServerProxy::getClusterConnection | ( | ) | [inline] |
Definition at line 398 of file AMQP_ServerProxy.h.
| Connection& qpid::framing::AMQP_ServerProxy::getConnection | ( | ) | [inline] |
Definition at line 74 of file AMQP_ServerProxy.h.
| Dtx& qpid::framing::AMQP_ServerProxy::getDtx | ( | ) | [inline] |
Definition at line 243 of file AMQP_ServerProxy.h.
| Exchange& qpid::framing::AMQP_ServerProxy::getExchange | ( | ) | [inline] |
Definition at line 280 of file AMQP_ServerProxy.h.
| Execution& qpid::framing::AMQP_ServerProxy::getExecution | ( | ) | [inline] |
Definition at line 141 of file AMQP_ServerProxy.h.
| File& qpid::framing::AMQP_ServerProxy::getFile | ( | ) | [inline] |
Definition at line 349 of file AMQP_ServerProxy.h.
| FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
| Message& qpid::framing::AMQP_ServerProxy::getMessage | ( | ) | [inline] |
Definition at line 191 of file AMQP_ServerProxy.h.
| Queue& qpid::framing::AMQP_ServerProxy::getQueue | ( | ) | [inline] |
Definition at line 306 of file AMQP_ServerProxy.h.
| Session& qpid::framing::AMQP_ServerProxy::getSession | ( | ) | [inline] |
Definition at line 118 of file AMQP_ServerProxy.h.
| Stream& qpid::framing::AMQP_ServerProxy::getStream | ( | ) | [inline] |
Definition at line 378 of file AMQP_ServerProxy.h.
| Tx& qpid::framing::AMQP_ServerProxy::getTx | ( | ) | [inline] |
Definition at line 207 of file AMQP_ServerProxy.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