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

qpid::framing::MessageSetFlowModeBody Class Reference

#include <MessageSetFlowModeBody.h>

Inherits qpid::framing::ModelMethod.

List of all members.

Public Types

typedef void ResultType

Public Member Functions

 MessageSetFlowModeBody (ProtocolVersion, const string &_destination, uint8_t _flowMode)
 MessageSetFlowModeBody (ProtocolVersion=ProtocolVersion())
void setDestination (const string &_destination)
const string & getDestination () const
bool hasDestination () const
void clearDestinationFlag ()
void setFlowMode (uint8_t _flowMode)
uint8_t getFlowMode () const
bool hasFlowMode () const
void clearFlowModeFlag ()
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 = 0x4
static const MethodId METHOD_ID = 0x9


Detailed Description

Definition at line 41 of file MessageSetFlowModeBody.h.


Member Typedef Documentation

typedef void qpid::framing::MessageSetFlowModeBody::ResultType

Definition at line 67 of file MessageSetFlowModeBody.h.


Constructor & Destructor Documentation

qpid::framing::MessageSetFlowModeBody::MessageSetFlowModeBody ( ProtocolVersion  ,
const string &  _destination,
uint8_t  _flowMode 
) [inline]

Definition at line 48 of file MessageSetFlowModeBody.h.

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

Definition at line 57 of file MessageSetFlowModeBody.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::MessageSetFlowModeBody::accept ( MethodBodyConstVisitor v  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

Definition at line 74 of file MessageSetFlowModeBody.h.

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

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

Implements qpid::framing::AMQMethodBody.

Definition at line 77 of file MessageSetFlowModeBody.h.

References CLASS_ID.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 78 of file MessageSetFlowModeBody.h.

References METHOD_ID.

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

void qpid::framing::MessageSetFlowModeBody::clearDestinationFlag (  ) 

void qpid::framing::MessageSetFlowModeBody::clearFlowModeFlag (  ) 

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

Implements qpid::framing::AMQBody.

Definition at line 75 of file MessageSetFlowModeBody.h.

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

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

Implements qpid::framing::AMQBody.

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::MessageSetFlowModeBody::decodeStructBody ( Buffer ,
uint32_t  = 0 
)

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

Implements qpid::framing::AMQBody.

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

Implements qpid::framing::AMQMethodBody.

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::MessageSetFlowModeBody::encodeStructBody ( Buffer  )  const

const string& qpid::framing::MessageSetFlowModeBody::getDestination (  )  const

Referenced by invoke().

uint8_t qpid::framing::MessageSetFlowModeBody::getFlowMode (  )  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.

bool qpid::framing::MessageSetFlowModeBody::hasDestination (  )  const

bool qpid::framing::MessageSetFlowModeBody::hasFlowMode (  )  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::MessageSetFlowModeBody::invoke ( T &  invocable  )  const [inline]

Definition at line 69 of file MessageSetFlowModeBody.h.

References getDestination(), and getFlowMode().

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

Definition at line 53 of file AMQMethodBody.h.

References qpid::framing::AMQMethodBody::amqpClassId(), and qpid::framing::AMQMethodBody::amqpMethodId().

Referenced by qpid::framing::FrameSet::as(), and qpid::framing::FrameSet::isA().

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

Implements qpid::framing::AMQMethodBody.

Definition at line 79 of file MessageSetFlowModeBody.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::MessageSetFlowModeBody::print ( std::ostream &  out  )  const [virtual]

Implements qpid::framing::AMQBody.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 81 of file MessageSetFlowModeBody.h.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 80 of file MessageSetFlowModeBody.h.

void qpid::framing::MessageSetFlowModeBody::setDestination ( const string &  _destination  ) 

void qpid::framing::MessageSetFlowModeBody::setFlowMode ( uint8_t  _flowMode  ) 

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().

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

Implements qpid::framing::AMQBody.

Reimplemented in qpid::framing::ConnectionCloseBody, qpid::framing::ConnectionCloseOkBody, qpid::framing::ConnectionHeartbeatBody, qpid::framing::ConnectionOpenBody, qpid::framing::ConnectionOpenOkBody, qpid::framing::ConnectionRedirectBody, qpid::framing::ConnectionSecureBody, qpid::framing::ConnectionSecureOkBody, qpid::framing::ConnectionStartBody, qpid::framing::ConnectionStartOkBody, qpid::framing::ConnectionTuneBody, qpid::framing::ConnectionTuneOkBody, qpid::framing::SessionAttachBody, qpid::framing::SessionAttachedBody, qpid::framing::SessionCommandPointBody, qpid::framing::SessionCompletedBody, qpid::framing::SessionConfirmedBody, qpid::framing::SessionDetachBody, qpid::framing::SessionDetachedBody, qpid::framing::SessionExpectedBody, qpid::framing::SessionFlushBody, qpid::framing::SessionGapBody, qpid::framing::SessionKnownCompletedBody, qpid::framing::SessionRequestTimeoutBody, and qpid::framing::SessionTimeoutBody.

Definition at line 58 of file AMQMethodBody.h.

References qpid::framing::METHOD_BODY.


Member Data Documentation

const ClassId qpid::framing::MessageSetFlowModeBody::CLASS_ID = 0x4 [static]

Definition at line 46 of file MessageSetFlowModeBody.h.

Referenced by amqpClassId().

const MethodId qpid::framing::MessageSetFlowModeBody::METHOD_ID = 0x9 [static]

Definition at line 47 of file MessageSetFlowModeBody.h.

Referenced by amqpMethodId().


The documentation for this class was generated from the following file:
Qpid C++ API Reference
Generated on Tue Dec 8 15:39:53 2009 for Qpid C++ Client API by doxygen 1.4.7