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