activemq::connector::ProducerInfo Class Reference

#include <ProducerInfo.h>

Inheritance diagram for activemq::connector::ProducerInfo:

activemq::connector::ConnectorResource activemq::connector::stomp::StompProducerInfo List of all members.

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 SessionInfogetSessionInfo (void) const =0
virtual void setSessionInfo (const SessionInfo *session)=0

Constructor & Destructor Documentation

virtual activemq::connector::ProducerInfo::~ProducerInfo void   )  [inline, virtual]
 


Member Function Documentation

virtual const cms::Destination& activemq::connector::ProducerInfo::getDestination void   )  const [pure virtual]
 

Retrieves the default destination that this producer sends its messages to.

Returns:
Destionation, owned by this object

Implemented in activemq::connector::stomp::StompProducerInfo.

virtual unsigned int activemq::connector::ProducerInfo::getProducerId void   )  const [pure virtual]
 

Gets the ID that is assigned to this Producer

Returns:
value of the Producer Id.

Implemented in activemq::connector::stomp::StompProducerInfo.

virtual const SessionInfo* activemq::connector::ProducerInfo::getSessionInfo void   )  const [pure virtual]
 

Gets the Session Info that this consumer is attached too

Returns:
SessionnInfo pointer

Implemented in activemq::connector::stomp::StompProducerInfo.

virtual void activemq::connector::ProducerInfo::setDestination const cms::Destination &  destination  )  [pure virtual]
 

Sets the Default Destination for this Producer

Parameters:
destination reference to a destination, copied internally

Implemented in activemq::connector::stomp::StompProducerInfo.

virtual void activemq::connector::ProducerInfo::setProducerId const unsigned int  id  )  [pure virtual]
 

Sets the ID that is assigned to this Producer

Returns:
id string value of the Producer Id.

Implemented in activemq::connector::stomp::StompProducerInfo.

virtual void activemq::connector::ProducerInfo::setSessionInfo const SessionInfo session  )  [pure virtual]
 

Gets the Session Info that this consumer is attached too

Parameters:
session SessionnInfo pointer

Implemented in activemq::connector::stomp::StompProducerInfo.


The documentation for this class was generated from the following file:
Generated on Thu Aug 3 18:03:32 2006 for activemq-cpp by  doxygen 1.4.5