activemq::connector::stomp::StompConsumerInfo Class Reference

#include <StompConsumerInfo.h>

Inheritance diagram for activemq::connector::stomp::StompConsumerInfo:

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

Public Member Functions

 StompConsumerInfo (void)
virtual ~StompConsumerInfo (void)
virtual const std::string & getMessageSelector (void) const
virtual void setMessageSelector (const std::string &selector)
virtual unsigned int getConsumerId (void) const
virtual void setConsumerId (const unsigned int id)
virtual const cms::Destination & getDestination (void) const
virtual void setDestination (const cms::Destination &destination)
virtual const SessionInfogetSessionInfo (void) const
virtual void setSessionInfo (const SessionInfo *session)

Private Attributes

std::string selector
unsigned int consumerId
cms::Destination * destination
const SessionInfosession

Constructor & Destructor Documentation

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

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


Member Function Documentation

virtual unsigned int activemq::connector::stomp::StompConsumerInfo::getConsumerId void   )  const [inline, virtual]
 

Gets the ID that is assigned to this consumer

Returns:
value of the Consumer Id.

Implements activemq::connector::ConsumerInfo.

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

Gets the Destination that this Consumer is subscribed on

Returns:
Destination this consumer is attached to

Implements activemq::connector::ConsumerInfo.

virtual const std::string& activemq::connector::stomp::StompConsumerInfo::getMessageSelector void   )  const [inline, virtual]
 

Gets this message consumer's message selector expression.

Returns:
This Consumer's selector expression or "".

Implements activemq::connector::ConsumerInfo.

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

Gets the Session Info that this consumer is attached too

Returns:
SessionnInfo pointer

Implements activemq::connector::ConsumerInfo.

virtual void activemq::connector::stomp::StompConsumerInfo::setConsumerId const unsigned int  id  )  [inline, virtual]
 

Sets the ID that is assigned to this consumer

Parameters:
id value of the Consumer Id.

Implements activemq::connector::ConsumerInfo.

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

Sets the destination that this Consumer is listening on

Parameters:
destination Destination this consumer is attached to

Implements activemq::connector::ConsumerInfo.

virtual void activemq::connector::stomp::StompConsumerInfo::setMessageSelector const std::string &  selector  )  [inline, virtual]
 

Sets this message consumer's message selector expression.

Parameters:
selector This Consumer's selector expression or "".

Implements activemq::connector::ConsumerInfo.

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

Gets the Session Info that this consumer is attached too

Parameters:
session SessionnInfo for this consumer

Implements activemq::connector::ConsumerInfo.


Member Data Documentation

unsigned int activemq::connector::stomp::StompConsumerInfo::consumerId [private]
 

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

std::string activemq::connector::stomp::StompConsumerInfo::selector [private]
 

const SessionInfo* activemq::connector::stomp::StompConsumerInfo::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