Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid::framing::ClusterErrorCheckBody Class Reference

#include <ClusterErrorCheckBody.h>

List of all members.

Public Types

typedef void ResultType

Public Member Functions

 ClusterErrorCheckBody (ProtocolVersion, uint8_t _type, uint64_t _frameSeq)
 ClusterErrorCheckBody (ProtocolVersion=ProtocolVersion())
void setType (uint8_t _type)
uint8_t getType () const
bool hasType () const
void clearTypeFlag ()
void setFrameSeq (uint64_t _frameSeq)
uint64_t getFrameSeq () const
bool hasFrameSeq () const
void clearFrameSeqFlag ()
template<class T >
ResultType invoke (T &invocable) const
void accept (MethodBodyConstVisitor &v) const
boost::intrusive_ptr< AMQBodyclone () const
ClassId amqpClassId () const
MethodId amqpMethodId () const
bool isContentBearing () const
bool resultExpected () const
bool responseExpected () const
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
virtual void encodeHeader (Buffer &buffer) const
virtual void decodeHeader (Buffer &buffer, uint32_t size=0)
virtual uint32_t headerSize () const
virtual bool isSync () const
virtual void setSync (bool on) const
HeadergetHeader ()
const HeadergetHeader () const
void accept (AMQBodyConstVisitor &v) const
template<class T >
bool isA () const
virtual uint8_t type () const
AMQMethodBodygetMethod ()
const AMQMethodBodygetMethod () const

Static Public Member Functions

static bool match (const AMQBody &, const AMQBody &)
 Match if same type and same class/method ID for methods.

Static Public Attributes

static const ClassId CLASS_ID = 0x80
static const MethodId METHOD_ID = 0x14


Detailed Description

Definition at line 42 of file ClusterErrorCheckBody.h.


Member Typedef Documentation

Definition at line 68 of file ClusterErrorCheckBody.h.


Constructor & Destructor Documentation

qpid::framing::ClusterErrorCheckBody::ClusterErrorCheckBody ( ProtocolVersion  ,
uint8_t  _type,
uint64_t  _frameSeq 
) [inline]

Definition at line 49 of file ClusterErrorCheckBody.h.

qpid::framing::ClusterErrorCheckBody::ClusterErrorCheckBody ( ProtocolVersion  = ProtocolVersion()  )  [inline]

Definition at line 58 of file ClusterErrorCheckBody.h.


Member Function Documentation

void qpid::framing::AMQMethodBody::accept ( AMQBodyConstVisitor v  )  const [inline, virtual, inherited]

Implements qpid::framing::AMQBody.

Definition at line 65 of file AMQMethodBody.h.

References qpid::framing::AMQBodyConstVisitor::visit().

void qpid::framing::ClusterErrorCheckBody::accept ( MethodBodyConstVisitor v  )  const [inline, virtual]

ClassId qpid::framing::ClusterErrorCheckBody::amqpClassId (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 78 of file ClusterErrorCheckBody.h.

References CLASS_ID.

MethodId qpid::framing::ClusterErrorCheckBody::amqpMethodId (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 79 of file ClusterErrorCheckBody.h.

References METHOD_ID.

uint32_t qpid::framing::ClusterErrorCheckBody::bodySize (  )  const

void qpid::framing::ClusterErrorCheckBody::clearFrameSeqFlag (  ) 

void qpid::framing::ClusterErrorCheckBody::clearTypeFlag (  ) 

boost::intrusive_ptr<AMQBody> qpid::framing::ClusterErrorCheckBody::clone (  )  const [inline, virtual]

Implements qpid::framing::AMQBody.

Definition at line 76 of file ClusterErrorCheckBody.h.

References qpid::framing::BodyFactory::copy().

void qpid::framing::ClusterErrorCheckBody::decode ( Buffer ,
uint32_t  = 0 
) [virtual]

virtual void qpid::framing::ModelMethod::decodeHeader ( Buffer buffer,
uint32_t  size = 0 
) [inline, virtual, inherited]

Definition at line 37 of file ModelMethod.h.

References qpid::framing::Header::decode().

void qpid::framing::ClusterErrorCheckBody::decodeStructBody ( Buffer ,
uint32_t  = 0 
)

void qpid::framing::ClusterErrorCheckBody::encode ( Buffer  )  const [virtual]

uint32_t qpid::framing::ClusterErrorCheckBody::encodedSize (  )  const [virtual]

virtual void qpid::framing::ModelMethod::encodeHeader ( Buffer buffer  )  const [inline, virtual, inherited]

Definition at line 36 of file ModelMethod.h.

References qpid::framing::Header::encode().

void qpid::framing::ClusterErrorCheckBody::encodeStructBody ( Buffer  )  const

uint64_t qpid::framing::ClusterErrorCheckBody::getFrameSeq (  )  const

Referenced by invoke().

const Header& qpid::framing::ModelMethod::getHeader (  )  const [inline, inherited]

Definition at line 42 of file ModelMethod.h.

Header& qpid::framing::ModelMethod::getHeader (  )  [inline, inherited]

Definition at line 41 of file ModelMethod.h.

const AMQMethodBody* qpid::framing::AMQMethodBody::getMethod (  )  const [inline, virtual, inherited]

Reimplemented from qpid::framing::AMQBody.

Definition at line 64 of file AMQMethodBody.h.

AMQMethodBody* qpid::framing::AMQMethodBody::getMethod (  )  [inline, virtual, inherited]

Reimplemented from qpid::framing::AMQBody.

Definition at line 63 of file AMQMethodBody.h.

uint8_t qpid::framing::ClusterErrorCheckBody::getType (  )  const

Referenced by invoke().

bool qpid::framing::ClusterErrorCheckBody::hasFrameSeq (  )  const

bool qpid::framing::ClusterErrorCheckBody::hasType (  )  const

virtual uint32_t qpid::framing::ModelMethod::headerSize (  )  const [inline, virtual, inherited]

Definition at line 38 of file ModelMethod.h.

References qpid::framing::Header::encodedSize().

template<class T >
ResultType qpid::framing::ClusterErrorCheckBody::invoke ( T &  invocable  )  const [inline]

Definition at line 70 of file ClusterErrorCheckBody.h.

References getFrameSeq(), and getType().

template<class T >
bool qpid::framing::AMQMethodBody::isA (  )  const [inline, inherited]

bool qpid::framing::ClusterErrorCheckBody::isContentBearing (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 80 of file ClusterErrorCheckBody.h.

virtual bool qpid::framing::ModelMethod::isSync (  )  const [inline, virtual, inherited]

Reimplemented from qpid::framing::AMQMethodBody.

Definition at line 39 of file ModelMethod.h.

References qpid::framing::Header::getSync().

static bool qpid::framing::AMQBody::match ( const AMQBody ,
const AMQBody  
) [static, inherited]

Match if same type and same class/method ID for methods.

void qpid::framing::ClusterErrorCheckBody::print ( std::ostream &  out  )  const [virtual]

bool qpid::framing::ClusterErrorCheckBody::responseExpected (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 82 of file ClusterErrorCheckBody.h.

bool qpid::framing::ClusterErrorCheckBody::resultExpected (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 81 of file ClusterErrorCheckBody.h.

void qpid::framing::ClusterErrorCheckBody::setFrameSeq ( uint64_t  _frameSeq  ) 

virtual void qpid::framing::ModelMethod::setSync ( bool  on  )  const [inline, virtual, inherited]

Reimplemented from qpid::framing::AMQMethodBody.

Definition at line 40 of file ModelMethod.h.

References qpid::framing::Header::setSync().

void qpid::framing::ClusterErrorCheckBody::setType ( uint8_t  _type  ) 

virtual uint8_t qpid::framing::AMQMethodBody::type (  )  const [inline, virtual, inherited]


Member Data Documentation

Definition at line 47 of file ClusterErrorCheckBody.h.

Referenced by amqpClassId().

Definition at line 48 of file ClusterErrorCheckBody.h.

Referenced by amqpMethodId().


The documentation for this class was generated from the following file:

Qpid C++ API Reference
Generated on Thu Jul 2 13:32:16 2009 for Qpid C++ Client API by doxygen 1.5.8