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>

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. | |
This class houses all the various settings and information that is used by an instance of an ActiveMQConnection class.
| activemq::core::ActiveMQConnectionMetaData::ActiveMQConnectionMetaData | ( | ) |
| virtual activemq::core::ActiveMQConnectionMetaData::~ActiveMQConnectionMetaData | ( | ) | [virtual] |
| virtual int activemq::core::ActiveMQConnectionMetaData::getCMSMajorVersion | ( | ) | const [virtual] |
Gets the CMS major version number.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If 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.
| CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implements cms::ConnectionMetaData.
1.6.1