javax.jms
Interface ConnectionMetaData


public abstract interface ConnectionMetaData

ConnectionMetaData provides information describing the Connection.

Version:
1.0 - 13 March 1998
Author:
Mark Hapner, Rich Burridge

Method Summary
 int getJMSMajorVersion()
          Get the JMS major version number.
 int getJMSMinorVersion()
          Get the JMS minor version number.
 java.lang.String getJMSProviderName()
          Get the JMS provider name.
 java.lang.String getJMSVersion()
          Get the JMS version.
 int getProviderMajorVersion()
          Get the JMS provider major version number.
 int getProviderMinorVersion()
          Get the JMS provider minor version number.
 java.lang.String getProviderVersion()
          Get the JMS provider version.
 

Method Detail

getJMSVersion


public java.lang.String getJMSVersion()

                               throws JMSException
Get the JMS version.
Returns:
the JMS version.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSMajorVersion


public int getJMSMajorVersion()

                       throws JMSException
Get the JMS major version number.
Returns:
the JMS major version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSMinorVersion


public int getJMSMinorVersion()

                       throws JMSException
Get the JMS minor version number.
Returns:
the JMS minor version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSProviderName


public java.lang.String getJMSProviderName()

                                    throws JMSException
Get the JMS provider name.
Returns:
the JMS provider name.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderVersion


public java.lang.String getProviderVersion()

                                    throws JMSException
Get the JMS provider version.
Returns:
the JMS provider version.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderMajorVersion


public int getProviderMajorVersion()

                            throws JMSException
Get the JMS provider major version number.
Returns:
the JMS provider major version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderMinorVersion


public int getProviderMinorVersion()

                            throws JMSException
Get the JMS provider minor version number.
Returns:
the JMS provider minor version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.