activemq-cpp-3.4.0
|
A ConnectionMetaData object provides information describing the Connection object. More...
#include <src/main/cms/ConnectionMetaData.h>
Public Member Functions | |
virtual | ~ConnectionMetaData () throw () |
virtual std::string | getCMSVersion () const =0 |
Gets the CMS API version. | |
virtual int | getCMSMajorVersion () const =0 |
Gets the CMS major version number. | |
virtual int | getCMSMinorVersion () const =0 |
Gets the CMS minor version number. | |
virtual std::string | getCMSProviderName () const =0 |
Gets the CMS provider name. | |
virtual std::string | getProviderVersion () const =0 |
Gets the CMS provider version. | |
virtual int | getProviderMajorVersion () const =0 |
Gets the CMS provider major version number. | |
virtual int | getProviderMinorVersion () const =0 |
Gets the CMS provider minor version number. | |
virtual std::vector< std::string > | getCMSXPropertyNames () const =0 |
Gets an Vector of the CMSX property names. |
A ConnectionMetaData object provides information describing the Connection object.
virtual cms::ConnectionMetaData::~ConnectionMetaData | ( | ) | throw () [virtual] |
virtual int cms::ConnectionMetaData::getCMSMajorVersion | ( | ) | const [pure virtual] |
Gets the CMS major version number.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual int cms::ConnectionMetaData::getCMSMinorVersion | ( | ) | const [pure virtual] |
Gets the CMS minor version number.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual std::string cms::ConnectionMetaData::getCMSProviderName | ( | ) | const [pure virtual] |
Gets the CMS provider name.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual std::string cms::ConnectionMetaData::getCMSVersion | ( | ) | const [pure virtual] |
Gets the CMS API version.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual std::vector<std::string> cms::ConnectionMetaData::getCMSXPropertyNames | ( | ) | const [pure virtual] |
Gets an Vector of the CMSX property names.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual int cms::ConnectionMetaData::getProviderMajorVersion | ( | ) | const [pure virtual] |
Gets the CMS provider major version number.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual int cms::ConnectionMetaData::getProviderMinorVersion | ( | ) | const [pure virtual] |
Gets the CMS provider minor version number.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.
virtual std::string cms::ConnectionMetaData::getProviderVersion | ( | ) | const [pure virtual] |
Gets the CMS provider version.
CMSException | If the CMS Provider fails to retrieve the metadata due to some internal error. |
Implemented in activemq::core::ActiveMQConnectionMetaData.