Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <AMQP_ServerOperations.h>
Public Member Functions | |
TxHandler () | |
virtual | ~TxHandler () |
virtual void | select ()=0 |
virtual void | commit ()=0 |
virtual void | rollback ()=0 |
Classes | |
class | Invoker |
Definition at line 202 of file AMQP_ServerOperations.h.
qpid::framing::AMQP_ServerOperations::TxHandler::TxHandler | ( | ) | [inline] |
Definition at line 207 of file AMQP_ServerOperations.h.
virtual qpid::framing::AMQP_ServerOperations::TxHandler::~TxHandler | ( | ) | [inline, virtual] |
Definition at line 208 of file AMQP_ServerOperations.h.
virtual void qpid::framing::AMQP_ServerOperations::TxHandler::commit | ( | ) | [pure virtual] |
virtual void qpid::framing::AMQP_ServerOperations::TxHandler::rollback | ( | ) | [pure virtual] |
virtual void qpid::framing::AMQP_ServerOperations::TxHandler::select | ( | ) | [pure virtual] |