| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ServerOperations.h>
Classes | |
| class | Invoker |
Public Member Functions | |
| FileHandler () | |
| virtual | ~FileHandler () |
| virtual void | qos (uint32_t prefetchSize, uint16_t prefetchCount, bool global)=0 |
| virtual void | consume (const string &queue, const string &consumerTag, bool noLocal, bool noAck, bool exclusive, bool nowait, const FieldTable &arguments)=0 |
| virtual void | cancel (const string &consumerTag)=0 |
| virtual void | open (const string &identifier, uint64_t contentSize)=0 |
| virtual void | openOk (uint64_t stagedSize)=0 |
| virtual void | publish (const string &exchange, const string &routingKey, bool mandatory, bool immediate, const string &identifier)=0 |
| virtual void | ack (uint64_t deliveryTag, bool multiple)=0 |
| virtual void | reject (uint64_t deliveryTag, bool requeue)=0 |
Definition at line 325 of file AMQP_ServerOperations.h.
| qpid::framing::AMQP_ServerOperations::FileHandler::FileHandler | ( | ) | [inline] |
Definition at line 330 of file AMQP_ServerOperations.h.
| virtual qpid::framing::AMQP_ServerOperations::FileHandler::~FileHandler | ( | ) | [inline, virtual] |
Definition at line 331 of file AMQP_ServerOperations.h.
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::ack | ( | uint64_t | deliveryTag, | |
| bool | multiple | |||
| ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::cancel | ( | const string & | consumerTag | ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::consume | ( | const string & | queue, | |
| const string & | consumerTag, | |||
| bool | noLocal, | |||
| bool | noAck, | |||
| bool | exclusive, | |||
| bool | nowait, | |||
| const FieldTable & | arguments | |||
| ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::open | ( | const string & | identifier, | |
| uint64_t | contentSize | |||
| ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::openOk | ( | uint64_t | stagedSize | ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::publish | ( | const string & | exchange, | |
| const string & | routingKey, | |||
| bool | mandatory, | |||
| bool | immediate, | |||
| const string & | identifier | |||
| ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::qos | ( | uint32_t | prefetchSize, | |
| uint16_t | prefetchCount, | |||
| bool | global | |||
| ) | [pure virtual] |
| virtual void qpid::framing::AMQP_ServerOperations::FileHandler::reject | ( | uint64_t | deliveryTag, | |
| bool | requeue | |||
| ) | [pure virtual] |
1.5.7.1