cms::EnhancedConnection Class Reference

An enhanced CMS Connection instance that provides additional features above the default required features of a CMS Connection instance. More...

#include <src/main/cms/EnhancedConnection.h>

Inheritance diagram for cms::EnhancedConnection:
Inheritance graph
[legend]

Public Member Functions

virtual ~EnhancedConnection ()
virtual cms::DestinationSourcegetDestinationSource ()=0
 Returns the DestinationSource} object which can be used to listen to destinations being created or destroyed or to enquire about the current destinations available on the message Provider.

Detailed Description

An enhanced CMS Connection instance that provides additional features above the default required features of a CMS Connection instance.

Since:
3.2

Constructor & Destructor Documentation

virtual cms::EnhancedConnection::~EnhancedConnection (  )  [virtual]

Member Function Documentation

virtual cms::DestinationSource* cms::EnhancedConnection::getDestinationSource (  )  [pure virtual]

Returns the DestinationSource} object which can be used to listen to destinations being created or destroyed or to enquire about the current destinations available on the message Provider.

Returns:
a new instance of a DestinationSource that is owned by the caller.
Exceptions:
CMSException if an error occurs while creating the destination source.

Implemented in activemq::core::ActiveMQConnection.


The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1