activemq-cpp-3.6.0
activemq::core::ActiveMQConnectionMetaData Class Reference

This class houses all the various settings and information that is used by an instance of an ActiveMQConnection class. More...

#include <src/main/activemq/core/ActiveMQConnectionMetaData.h>

Inheritance diagram for activemq::core::ActiveMQConnectionMetaData:

Public Member Functions

 ActiveMQConnectionMetaData ()
virtual ~ActiveMQConnectionMetaData ()
virtual std::string getCMSVersion () const
 Gets the CMS API version.
virtual int getCMSMajorVersion () const
 Gets the CMS major version number.
virtual int getCMSMinorVersion () const
 Gets the CMS minor version number.
virtual std::string getCMSProviderName () const
 Gets the CMS provider name.
virtual std::string getProviderVersion () const
 Gets the CMS provider version.
virtual int getProviderMajorVersion () const
 Gets the CMS provider major version number.
virtual int getProviderMinorVersion () const
 Gets the CMS provider minor version number.
virtual int getProviderPatchVersion () const
 Gets the CMS provider patch version number.
virtual std::vector< std::string > getCMSXPropertyNames () const
 Gets an Vector of the CMSX property names.

Detailed Description

This class houses all the various settings and information that is used by an instance of an ActiveMQConnection class.

Since
3.0

Constructor & Destructor Documentation

activemq::core::ActiveMQConnectionMetaData::ActiveMQConnectionMetaData ( )
virtual activemq::core::ActiveMQConnectionMetaData::~ActiveMQConnectionMetaData ( )
virtual

Member Function Documentation

virtual int activemq::core::ActiveMQConnectionMetaData::getCMSMajorVersion ( ) const
virtual

Gets the CMS major version number.

Returns
the CMS API major version number
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual int activemq::core::ActiveMQConnectionMetaData::getCMSMinorVersion ( ) const
virtual

Gets the CMS minor version number.

Returns
the CMS API minor version number
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual std::string activemq::core::ActiveMQConnectionMetaData::getCMSProviderName ( ) const
virtual

Gets the CMS provider name.

Returns
the CMS provider name
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual std::string activemq::core::ActiveMQConnectionMetaData::getCMSVersion ( ) const
virtual

Gets the CMS API version.

Returns
the CMS API Version in String form.
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual std::vector<std::string> activemq::core::ActiveMQConnectionMetaData::getCMSXPropertyNames ( ) const
virtual

Gets an Vector of the CMSX property names.

Returns
an Vector of CMSX property names
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual int activemq::core::ActiveMQConnectionMetaData::getProviderMajorVersion ( ) const
virtual

Gets the CMS provider major version number.

Returns
the CMS provider major version number
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual int activemq::core::ActiveMQConnectionMetaData::getProviderMinorVersion ( ) const
virtual

Gets the CMS provider minor version number.

Returns
the CMS provider minor version number
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual int activemq::core::ActiveMQConnectionMetaData::getProviderPatchVersion ( ) const
virtual

Gets the CMS provider patch version number.

Returns
the CMS provider patch version number
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.

virtual std::string activemq::core::ActiveMQConnectionMetaData::getProviderVersion ( ) const
virtual

Gets the CMS provider version.

Returns
the CMS provider version
Exceptions
CMSExceptionIf the CMS Provider fails to retrieve the metadata due to some internal error.

Implements cms::ConnectionMetaData.


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