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

qpid::framing::FileConsumeBody Class Reference

#include <FileConsumeBody.h>

List of all members.

Public Types

typedef void ResultType

Public Member Functions

 FileConsumeBody (ProtocolVersion, const string &_queue, const string &_consumerTag, bool _noLocal, bool _noAck, bool _exclusive, bool _nowait, const FieldTable &_arguments)
 FileConsumeBody (ProtocolVersion=ProtocolVersion())
void setQueue (const string &_queue)
const string & getQueue () const
bool hasQueue () const
void clearQueueFlag ()
void setConsumerTag (const string &_consumerTag)
const string & getConsumerTag () const
bool hasConsumerTag () const
void clearConsumerTagFlag ()
void setNoLocal (bool _noLocal)
bool getNoLocal () const
void setNoAck (bool _noAck)
bool getNoAck () const
void setExclusive (bool _exclusive)
bool getExclusive () const
void setNowait (bool _nowait)
bool getNowait () const
void setArguments (const FieldTable &_arguments)
const FieldTablegetArguments () const
FieldTablegetArguments ()
bool hasArguments () const
void clearArgumentsFlag ()
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 = 0x9
static const MethodId METHOD_ID = 0x3


Detailed Description

Definition at line 41 of file FileConsumeBody.h.


Member Typedef Documentation

Definition at line 92 of file FileConsumeBody.h.


Constructor & Destructor Documentation

qpid::framing::FileConsumeBody::FileConsumeBody ( ProtocolVersion  ,
const string &  _queue,
const string &  _consumerTag,
bool  _noLocal,
bool  _noAck,
bool  _exclusive,
bool  _nowait,
const FieldTable _arguments 
) [inline]

Definition at line 49 of file FileConsumeBody.h.

References setExclusive(), setNoAck(), setNoLocal(), and setNowait().

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

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

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

Implements qpid::framing::AMQMethodBody.

Definition at line 102 of file FileConsumeBody.h.

References CLASS_ID.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 103 of file FileConsumeBody.h.

References METHOD_ID.

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

void qpid::framing::FileConsumeBody::clearArgumentsFlag (  ) 

void qpid::framing::FileConsumeBody::clearConsumerTagFlag (  ) 

void qpid::framing::FileConsumeBody::clearQueueFlag (  ) 

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

Implements qpid::framing::AMQBody.

Definition at line 100 of file FileConsumeBody.h.

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

void qpid::framing::FileConsumeBody::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::FileConsumeBody::decodeStructBody ( Buffer ,
uint32_t  = 0 
)

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

uint32_t qpid::framing::FileConsumeBody::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::FileConsumeBody::encodeStructBody ( Buffer  )  const

FieldTable& qpid::framing::FileConsumeBody::getArguments (  ) 

const FieldTable& qpid::framing::FileConsumeBody::getArguments (  )  const

Referenced by invoke().

const string& qpid::framing::FileConsumeBody::getConsumerTag (  )  const

Referenced by invoke().

bool qpid::framing::FileConsumeBody::getExclusive (  )  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::FileConsumeBody::getNoAck (  )  const

Referenced by invoke().

bool qpid::framing::FileConsumeBody::getNoLocal (  )  const

Referenced by invoke().

bool qpid::framing::FileConsumeBody::getNowait (  )  const

Referenced by invoke().

const string& qpid::framing::FileConsumeBody::getQueue (  )  const

Referenced by invoke().

bool qpid::framing::FileConsumeBody::hasArguments (  )  const

bool qpid::framing::FileConsumeBody::hasConsumerTag (  )  const

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

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

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

Implements qpid::framing::AMQMethodBody.

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

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

Implements qpid::framing::AMQMethodBody.

Definition at line 106 of file FileConsumeBody.h.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 105 of file FileConsumeBody.h.

void qpid::framing::FileConsumeBody::setArguments ( const FieldTable _arguments  ) 

void qpid::framing::FileConsumeBody::setConsumerTag ( const string &  _consumerTag  ) 

void qpid::framing::FileConsumeBody::setExclusive ( bool  _exclusive  ) 

Referenced by FileConsumeBody().

void qpid::framing::FileConsumeBody::setNoAck ( bool  _noAck  ) 

Referenced by FileConsumeBody().

void qpid::framing::FileConsumeBody::setNoLocal ( bool  _noLocal  ) 

Referenced by FileConsumeBody().

void qpid::framing::FileConsumeBody::setNowait ( bool  _nowait  ) 

Referenced by FileConsumeBody().

void qpid::framing::FileConsumeBody::setQueue ( const string &  _queue  ) 

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]


Member Data Documentation

Definition at line 47 of file FileConsumeBody.h.

Referenced by amqpClassId().

Definition at line 48 of file FileConsumeBody.h.

Referenced by amqpMethodId().


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

Qpid C++ API Reference
Generated on Thu Mar 19 15:24:07 2009 for Qpid C++ Client API by doxygen 1.5.7.1