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

qpid::framing::ClusterConnectionShadowReadyBody Class Reference

#include <ClusterConnectionShadowReadyBody.h>

Inherits qpid::framing::ModelMethod.

List of all members.

Public Types

typedef void ResultType

Public Member Functions

 ClusterConnectionShadowReadyBody (ProtocolVersion, uint64_t _memberId, uint64_t _connectionId, const string &_userName, const string &_fragment, uint32_t _sendMax)
 ClusterConnectionShadowReadyBody (ProtocolVersion=ProtocolVersion())
void setMemberId (uint64_t _memberId)
uint64_t getMemberId () const
bool hasMemberId () const
void clearMemberIdFlag ()
void setConnectionId (uint64_t _connectionId)
uint64_t getConnectionId () const
bool hasConnectionId () const
void clearConnectionIdFlag ()
void setUserName (const string &_userName)
const string & getUserName () const
bool hasUserName () const
void clearUserNameFlag ()
void setFragment (const string &_fragment)
const string & getFragment () const
bool hasFragment () const
void clearFragmentFlag ()
void setSendMax (uint32_t _sendMax)
uint32_t getSendMax () const
bool hasSendMax () const
void clearSendMaxFlag ()
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 = 0x81
static const MethodId METHOD_ID = 0x20


Detailed Description

Definition at line 41 of file ClusterConnectionShadowReadyBody.h.


Member Typedef Documentation

typedef void qpid::framing::ClusterConnectionShadowReadyBody::ResultType

Definition at line 91 of file ClusterConnectionShadowReadyBody.h.


Constructor & Destructor Documentation

qpid::framing::ClusterConnectionShadowReadyBody::ClusterConnectionShadowReadyBody ( ProtocolVersion  ,
uint64_t  _memberId,
uint64_t  _connectionId,
const string &  _userName,
const string &  _fragment,
uint32_t  _sendMax 
) [inline]

Definition at line 51 of file ClusterConnectionShadowReadyBody.h.

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

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

Implements qpid::framing::AMQMethodBody.

Definition at line 98 of file ClusterConnectionShadowReadyBody.h.

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

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

Implements qpid::framing::AMQMethodBody.

Definition at line 101 of file ClusterConnectionShadowReadyBody.h.

References CLASS_ID.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 102 of file ClusterConnectionShadowReadyBody.h.

References METHOD_ID.

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

void qpid::framing::ClusterConnectionShadowReadyBody::clearConnectionIdFlag (  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::clearFragmentFlag (  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::clearMemberIdFlag (  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::clearSendMaxFlag (  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::clearUserNameFlag (  ) 

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

Implements qpid::framing::AMQBody.

Definition at line 99 of file ClusterConnectionShadowReadyBody.h.

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

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

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

Implements qpid::framing::AMQBody.

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

uint64_t qpid::framing::ClusterConnectionShadowReadyBody::getConnectionId (  )  const

Referenced by invoke().

const string& qpid::framing::ClusterConnectionShadowReadyBody::getFragment (  )  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.

uint64_t qpid::framing::ClusterConnectionShadowReadyBody::getMemberId (  )  const

Referenced by invoke().

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.

uint32_t qpid::framing::ClusterConnectionShadowReadyBody::getSendMax (  )  const

Referenced by invoke().

const string& qpid::framing::ClusterConnectionShadowReadyBody::getUserName (  )  const

Referenced by invoke().

bool qpid::framing::ClusterConnectionShadowReadyBody::hasConnectionId (  )  const

bool qpid::framing::ClusterConnectionShadowReadyBody::hasFragment (  )  const

bool qpid::framing::ClusterConnectionShadowReadyBody::hasMemberId (  )  const

bool qpid::framing::ClusterConnectionShadowReadyBody::hasSendMax (  )  const

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

Definition at line 93 of file ClusterConnectionShadowReadyBody.h.

References getConnectionId(), getFragment(), getMemberId(), getSendMax(), and getUserName().

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::ClusterConnectionShadowReadyBody::isContentBearing (  )  const [inline, virtual]

Implements qpid::framing::AMQMethodBody.

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

Implements qpid::framing::AMQBody.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 105 of file ClusterConnectionShadowReadyBody.h.

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

Implements qpid::framing::AMQMethodBody.

Definition at line 104 of file ClusterConnectionShadowReadyBody.h.

void qpid::framing::ClusterConnectionShadowReadyBody::setConnectionId ( uint64_t  _connectionId  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::setFragment ( const string &  _fragment  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::setMemberId ( uint64_t  _memberId  ) 

void qpid::framing::ClusterConnectionShadowReadyBody::setSendMax ( uint32_t  _sendMax  ) 

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::ClusterConnectionShadowReadyBody::setUserName ( const string &  _userName  ) 

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::ClusterConnectionShadowReadyBody::CLASS_ID = 0x81 [static]

Definition at line 49 of file ClusterConnectionShadowReadyBody.h.

Referenced by amqpClassId().

const MethodId qpid::framing::ClusterConnectionShadowReadyBody::METHOD_ID = 0x20 [static]

Definition at line 50 of file ClusterConnectionShadowReadyBody.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:41 2009 for Qpid C++ Client API by doxygen 1.4.7