#include <TxAccept.h>
Inherits qpid::broker::TxOp.
Public Member Functions | |
| TxAccept (framing::SequenceSet &acked, std::list< DeliveryRecord > &unacked) | |
| virtual bool | prepare (TransactionContext *ctxt) throw () |
| virtual void | commit () throw () |
| virtual void | rollback () throw () |
Definition at line 37 of file TxAccept.h.
| qpid::broker::TxAccept::TxAccept | ( | framing::SequenceSet & | acked, | |
| std::list< DeliveryRecord > & | unacked | |||
| ) |
| acked | a representation of the accumulation of acks received | |
| unacked | the record of delivered messages |
1.5.6