#include <StompProducerInfo.h>
Inheritance diagram for activemq::connector::stomp::StompProducerInfo:
Public Member Functions | |
StompProducerInfo (void) | |
virtual | ~StompProducerInfo (void) |
virtual const cms::Destination & | getDestination (void) const |
virtual void | setDestination (const cms::Destination &destination) |
virtual unsigned int | getProducerId (void) const |
virtual void | setProducerId (const unsigned int id) |
virtual const SessionInfo * | getSessionInfo (void) const |
virtual void | setSessionInfo (const SessionInfo *session) |
Private Attributes | |
unsigned int | producerId |
cms::Destination * | destination |
const SessionInfo * | session |
|
|
|
|
|
Retrieves the default destination that this producer sends its messages to.
Implements activemq::connector::ProducerInfo. |
|
Gets the ID that is assigned to this Producer
Implements activemq::connector::ProducerInfo. |
|
Gets the Session Info that this consumer is attached too
Implements activemq::connector::ProducerInfo. |
|
Sets the Default Destination for this Producer
Implements activemq::connector::ProducerInfo. |
|
Sets the ID that is assigned to this Producer
Implements activemq::connector::ProducerInfo. |
|
Gets the Session Info that this consumer is attached too
Implements activemq::connector::ProducerInfo. |
|
|
|
|
|
|