Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ServerProxy.h>
Public Member Functions | |
File (FrameHandler &f) | |
virtual void | qos (uint32_t prefetchSize, uint16_t prefetchCount, bool global) |
virtual void | consume (const string &queue, const string &consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, const FieldTable &arguments) |
virtual void | cancel (const string &consumerTag) |
virtual void | open (const string &identifier, uint64_t contentSize) |
virtual void | openOk (uint64_t stagedSize) |
virtual void | stage () |
virtual void | publish (const string &exchange, const string &routingKey, bool mandatory, bool immediate, const string &identifier) |
virtual void | ack (uint64_t deliveryTag, bool multiple) |
virtual void | reject (uint64_t deliveryTag, bool requeue) |
void | send (const AMQBody &) |
ProtocolVersion | getVersion () const |
FrameHandler & | getHandler () |
void | setHandler (FrameHandler &) |
Static Public Member Functions | |
static File & | get (AMQP_ServerProxy &proxy) |
Definition at line 308 of file AMQP_ServerProxy.h.
qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::File | ( | FrameHandler & | f | ) | [inline] |
Definition at line 312 of file AMQP_ServerProxy.h.
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::ack | ( | uint64_t | deliveryTag, | |
bool | multiple | |||
) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::cancel | ( | const string & | consumerTag | ) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::consume | ( | const string & | queue, | |
const string & | consumerTag, | |||
bool | noLocal, | |||
bool | noAck, | |||
bool | exclusive, | |||
bool | nowait, | |||
const FieldTable & | arguments | |||
) | [virtual] |
static File& qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::get | ( | AMQP_ServerProxy & | proxy | ) | [inline, static] |
Definition at line 313 of file AMQP_ServerProxy.h.
FrameHandler& qpid::framing::Proxy::getHandler | ( | ) | [inherited] |
ProtocolVersion qpid::framing::Proxy::getVersion | ( | ) | const [inherited] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::open | ( | const string & | identifier, | |
uint64_t | contentSize | |||
) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::openOk | ( | uint64_t | stagedSize | ) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::publish | ( | const string & | exchange, | |
const string & | routingKey, | |||
bool | mandatory, | |||
bool | immediate, | |||
const string & | identifier | |||
) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::qos | ( | uint32_t | prefetchSize, | |
uint16_t | prefetchCount, | |||
bool | global | |||
) | [virtual] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::reject | ( | uint64_t | deliveryTag, | |
bool | requeue | |||
) | [virtual] |
void qpid::framing::Proxy::send | ( | const AMQBody & | ) | [inherited] |
void qpid::framing::Proxy::setHandler | ( | FrameHandler & | ) | [inherited] |
virtual void qpid::framing::AMQP_ServerProxy::AMQP_ServerProxy::File::stage | ( | ) | [virtual] |