public interface ConnectionMetaData
ConnectionMetaData object provides information describing the Connection object.| Modifier and Type | Method and Description | 
|---|---|
| int | getJMSMajorVersion()Gets the Jakarta Messaging major version number. | 
| int | getJMSMinorVersion()Gets the Jakarta Messaging minor version number. | 
| String | getJMSProviderName()Gets the Jakarta Messaging provider name. | 
| String | getJMSVersion()Gets the Jakarta Messaging API version. | 
| Enumeration | getJMSXPropertyNames()Gets an enumeration of the JMSX property names. | 
| int | getProviderMajorVersion()Gets the Jakarta Messaging provider major version number. | 
| int | getProviderMinorVersion()Gets the Jakarta Messaging provider minor version number. | 
| String | getProviderVersion()Gets the Jakarta Messaging provider version. | 
String getJMSVersion() throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.int getJMSMajorVersion()
                throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.int getJMSMinorVersion()
                throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.String getJMSProviderName() throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.String getProviderVersion() throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.int getProviderMajorVersion()
                     throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.int getProviderMinorVersion()
                     throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.Enumeration getJMSXPropertyNames() throws JMSException
JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.