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