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 39 of file AMQP_AllProxy.h.
qpid::framing::AMQP_AllProxy::AMQP_AllProxy | ( | FrameHandler & | out | ) |
Cluster& qpid::framing::AMQP_AllProxy::getCluster | ( | ) | [inline] |
Definition at line 454 of file AMQP_AllProxy.h.
ClusterConnection& qpid::framing::AMQP_AllProxy::getClusterConnection | ( | ) | [inline] |
Definition at line 537 of file AMQP_AllProxy.h.
Connection& qpid::framing::AMQP_AllProxy::getConnection | ( | ) | [inline] |
Definition at line 91 of file AMQP_AllProxy.h.
Dtx& qpid::framing::AMQP_AllProxy::getDtx | ( | ) | [inline] |
Definition at line 260 of file AMQP_AllProxy.h.
Exchange& qpid::framing::AMQP_AllProxy::getExchange | ( | ) | [inline] |
Definition at line 297 of file AMQP_AllProxy.h.
Execution& qpid::framing::AMQP_AllProxy::getExecution | ( | ) | [inline] |
Definition at line 158 of file AMQP_AllProxy.h.
File& qpid::framing::AMQP_AllProxy::getFile | ( | ) | [inline] |
Definition at line 382 of file AMQP_AllProxy.h.
FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
Message& qpid::framing::AMQP_AllProxy::getMessage | ( | ) | [inline] |
Definition at line 208 of file AMQP_AllProxy.h.
Queue& qpid::framing::AMQP_AllProxy::getQueue | ( | ) | [inline] |
Definition at line 323 of file AMQP_AllProxy.h.
Session& qpid::framing::AMQP_AllProxy::getSession | ( | ) | [inline] |
Definition at line 135 of file AMQP_AllProxy.h.
Stream& qpid::framing::AMQP_AllProxy::getStream | ( | ) | [inline] |
Definition at line 425 of file AMQP_AllProxy.h.
Tx& qpid::framing::AMQP_AllProxy::getTx | ( | ) | [inline] |
Definition at line 224 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] |