AConnectionMetaData
object provides information describing theConnection
object.
getJMSMajorVersion() Gets the JMS major version number. | |
getJMSMinorVersion() Gets the JMS minor version number. | |
getJMSProviderName() Gets the JMS provider name. | |
getJMSVersion() Gets the JMS API version. | |
getJMSXPropertyNames() Gets an enumeration of the JMSX property names. | |
getProviderMajorVersion() Gets the JMS provider major version number. | |
getProviderMinorVersion() Gets the JMS provider minor version number. | |
getProviderVersion() Gets the JMS provider version. |
public java.lang.StringgetJMSVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public intgetJMSMajorVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public intgetJMSMinorVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public java.lang.StringgetJMSProviderName() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public java.lang.StringgetProviderVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public intgetProviderMajorVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public intgetProviderMinorVersion() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.public java.util.EnumerationgetJMSXPropertyNames() throwsJMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.