| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/XaResult.h>
Public Member Functions | |
| XaResult (uint16_t _status) | |
| XaResult () | |
| void | setStatus (uint16_t _status) |
| uint16_t | getStatus () const |
| bool | hasStatus () const |
| void | clearStatusFlag () |
| void | encode (Buffer &) const |
| void | decode (Buffer &, uint32_t=0) |
| void | encodeStructBody (Buffer &) const |
| void | decodeStructBody (Buffer &, uint32_t=0) |
| uint32_t | encodedSize () const |
| uint32_t | bodySize () const |
| void | print (std::ostream &out) const |
Static Public Attributes | |
| static const uint16_t | TYPE = 1537 |
Friends | |
| std::ostream & | operator<< (std::ostream &, const XaResult &) |
Definition at line 38 of file XaResult.h.
| qpid::framing::XaResult::XaResult | ( | uint16_t | _status | ) | [inline] |
Definition at line 43 of file XaResult.h.
| qpid::framing::XaResult::XaResult | ( | ) | [inline] |
Definition at line 49 of file XaResult.h.
| uint32_t qpid::framing::XaResult::bodySize | ( | ) | const |
| void qpid::framing::XaResult::clearStatusFlag | ( | ) |
| void qpid::framing::XaResult::encode | ( | Buffer & | ) | const |
| uint32_t qpid::framing::XaResult::encodedSize | ( | ) | const |
| void qpid::framing::XaResult::encodeStructBody | ( | Buffer & | ) | const |
| uint16_t qpid::framing::XaResult::getStatus | ( | ) | const |
| bool qpid::framing::XaResult::hasStatus | ( | ) | const |
| void qpid::framing::XaResult::print | ( | std::ostream & | out | ) | const |
| void qpid::framing::XaResult::setStatus | ( | uint16_t | _status | ) |
| std::ostream& operator<< | ( | std::ostream & | , | |
| const XaResult & | ||||
| ) | [friend] |
const uint16_t qpid::framing::XaResult::TYPE = 1537 [static] |
Definition at line 42 of file XaResult.h.
1.4.7