#include <StompConsumerInfo.h>
Inheritance diagram for activemq::connector::stomp::StompConsumerInfo:
Public Member Functions | |
StompConsumerInfo (void) | |
virtual | ~StompConsumerInfo (void) |
virtual const std::string & | getMessageSelector (void) const |
virtual void | setMessageSelector (const std::string &selector) |
virtual unsigned int | getConsumerId (void) const |
virtual void | setConsumerId (const unsigned int id) |
virtual const cms::Destination & | getDestination (void) const |
virtual void | setDestination (const cms::Destination &destination) |
virtual const SessionInfo * | getSessionInfo (void) const |
virtual void | setSessionInfo (const SessionInfo *session) |
Private Attributes | |
std::string | selector |
unsigned int | consumerId |
cms::Destination * | destination |
const SessionInfo * | session |
|
|
|
|
|
Gets the ID that is assigned to this consumer
Implements activemq::connector::ConsumerInfo. |
|
Gets the Destination that this Consumer is subscribed on
Implements activemq::connector::ConsumerInfo. |
|
Gets this message consumer's message selector expression.
Implements activemq::connector::ConsumerInfo. |
|
Gets the Session Info that this consumer is attached too
Implements activemq::connector::ConsumerInfo. |
|
Sets the ID that is assigned to this consumer
Implements activemq::connector::ConsumerInfo. |
|
Sets the destination that this Consumer is listening on
Implements activemq::connector::ConsumerInfo. |
|
Sets this message consumer's message selector expression.
Implements activemq::connector::ConsumerInfo. |
|
Gets the Session Info that this consumer is attached too
Implements activemq::connector::ConsumerInfo. |
|
|
|
|
|
|
|
|