public class AQjmsConnectionMetaData extends java.lang.Object implements ConnectionMetaData
javax.jms.ConnectionMetaData. Class AQjmsConnectionMetaData represents the metadata information available for a JMS connection. This contains information like version number and vendor name of the JMS server to which a connection is created.| Constructor and Description |
|---|
AQjmsConnectionMetaData()
Creates a new
AQjmsConnectionMetaData object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getJMSMajorVersion()
Gets the JMS major version number.
|
int |
getJMSMinorVersion()
Gets the JMS minor version number.
|
java.lang.String |
getJMSProviderName()
Gets the JMS provider name.
|
java.lang.String |
getJMSVersion()
Gets the JMS version.
|
java.util.Enumeration |
getJMSXPropertyNames()
Gets an enumeration of the JMSX property names.
|
int |
getProviderMajorVersion()
Gets the JMS provider major version number.
|
int |
getProviderMinorVersion()
Gets the JMS provider minor version number.
|
java.lang.String |
getProviderVersion()
Gets the JMS provider version.
|
public AQjmsConnectionMetaData()
AQjmsConnectionMetaData object.public java.lang.String getJMSVersion()
throws JMSException
getJMSVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public int getJMSMajorVersion()
throws JMSException
getJMSMajorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public int getJMSMinorVersion()
throws JMSException
getJMSMinorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public java.lang.String getJMSProviderName()
throws JMSException
getJMSProviderName in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public java.lang.String getProviderVersion()
throws JMSException
getProviderVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public int getProviderMajorVersion()
throws JMSException
getProviderMajorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public int getProviderMinorVersion()
throws JMSException
getProviderMinorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.public java.util.Enumeration getJMSXPropertyNames()
throws JMSException
getJMSXPropertyNames in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.