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

qpid::framing::ChannelHandler Class Reference

Sets the channel number on outgoing frames. More...

#include <ChannelHandler.h>

List of all members.

Public Types

typedef AMQFrameHandledType
typedef void result_type

Public Member Functions

 ChannelHandler (uint16_t channelId=0, FrameHandler *next=0)
void handle (AMQFrame &frame)
uint16_t get () const
ChannelHandlerset (uint16_t ch)
 operator uint16_t () const
ChannelHandleroperator= (uint16_t ch)
typedef void handleFptr (AMQFrame &)
void operator() (AMQFrame &t)
 Allow functor syntax for calling handle.

Public Attributes

Handler< AMQFrame & > * next
 Pointer to next handler in a linked list.


Detailed Description

Sets the channel number on outgoing frames.

Definition at line 33 of file ChannelHandler.h.


Member Typedef Documentation

typedef AMQFrame & qpid::framing::Handler< AMQFrame & >::HandledType [inherited]

Definition at line 33 of file Handler.h.

typedef void qpid::framing::Handler< AMQFrame & >::result_type [inherited]

Definition at line 35 of file Handler.h.


Constructor & Destructor Documentation

qpid::framing::ChannelHandler::ChannelHandler ( uint16_t  channelId = 0,
FrameHandler next = 0 
) [inline]

Definition at line 36 of file ChannelHandler.h.


Member Function Documentation

uint16_t qpid::framing::ChannelHandler::get (  )  const [inline]

Definition at line 42 of file ChannelHandler.h.

void qpid::framing::ChannelHandler::handle ( AMQFrame frame  )  [inline, virtual]

typedef void qpid::framing::Handler< AMQFrame & >::handleFptr ( AMQFrame  )  [inherited]

qpid::framing::ChannelHandler::operator uint16_t (  )  const [inline]

Definition at line 44 of file ChannelHandler.h.

void qpid::framing::Handler< AMQFrame & >::operator() ( AMQFrame t  )  [inline, inherited]

Allow functor syntax for calling handle.

Definition at line 42 of file Handler.h.

References qpid::framing::Handler< T >::handle().

ChannelHandler& qpid::framing::ChannelHandler::operator= ( uint16_t  ch  )  [inline]

Definition at line 45 of file ChannelHandler.h.

ChannelHandler& qpid::framing::ChannelHandler::set ( uint16_t  ch  )  [inline]

Definition at line 43 of file ChannelHandler.h.


Member Data Documentation

Pointer to next handler in a linked list.

Definition at line 46 of file Handler.h.

Referenced by handle().


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

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