activemq::connector::stomp::StompProducerInfo Class Reference

#include <StompProducerInfo.h>

Inheritance diagram for activemq::connector::stomp::StompProducerInfo:

activemq::connector::ProducerInfo activemq::connector::ConnectorResource List of all members.

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

Private Attributes

unsigned int producerId
cms::Destination * destination
const SessionInfosession

Constructor & Destructor Documentation

activemq::connector::stomp::StompProducerInfo::StompProducerInfo void   )  [inline]
 

virtual activemq::connector::stomp::StompProducerInfo::~StompProducerInfo void   )  [inline, virtual]
 


Member Function Documentation

virtual const cms::Destination& activemq::connector::stomp::StompProducerInfo::getDestination void   )  const [inline, virtual]
 

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

Returns:
Destionation, owned by this object

Implements activemq::connector::ProducerInfo.

virtual unsigned int activemq::connector::stomp::StompProducerInfo::getProducerId void   )  const [inline, virtual]
 

Gets the ID that is assigned to this Producer

Returns:
value of the Producer Id.

Implements activemq::connector::ProducerInfo.

virtual const SessionInfo* activemq::connector::stomp::StompProducerInfo::getSessionInfo void   )  const [inline, virtual]
 

Gets the Session Info that this consumer is attached too

Returns:
SessionnInfo pointer

Implements activemq::connector::ProducerInfo.

virtual void activemq::connector::stomp::StompProducerInfo::setDestination const cms::Destination &  destination  )  [inline, virtual]
 

Sets the Default Destination for this Producer

Parameters:
destination reference to a destination, copied internally

Implements activemq::connector::ProducerInfo.

virtual void activemq::connector::stomp::StompProducerInfo::setProducerId const unsigned int  id  )  [inline, virtual]
 

Sets the ID that is assigned to this Producer

Returns:
id string value of the Producer Id.

Implements activemq::connector::ProducerInfo.

virtual void activemq::connector::stomp::StompProducerInfo::setSessionInfo const SessionInfo session  )  [inline, virtual]
 

Gets the Session Info that this consumer is attached too

Returns:
session SessionnInfo pointer

Implements activemq::connector::ProducerInfo.


Member Data Documentation

cms::Destination* activemq::connector::stomp::StompProducerInfo::destination [private]
 

unsigned int activemq::connector::stomp::StompProducerInfo::producerId [private]
 

const SessionInfo* activemq::connector::stomp::StompProducerInfo::session [private]
 


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