站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.3.1 API Specifications

Java 2 Platform EE v1.3: Interface ConnectionMetaData - Java Platform, Enterprise Edition v1.3.1 API Specifications


javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

A ConnectionMetaData object provides information describing the Connection object.


Method Summary
 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 API 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.
 

Method Detail

getJMSVersion

public java.lang.String getJMSVersion()
                               throws JMSException
Gets the JMS API version.
Returns:
the JMS API version
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws JMSException
Gets the JMS major version number.
Returns:
the JMS API major version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws JMSException
Gets the JMS minor version number.
Returns:
the JMS API minor version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws JMSException
Gets the JMS provider name.
Returns:
the JMS provider name
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderVersion

public java.lang.String getProviderVersion()
                                    throws JMSException
Gets the JMS provider version.
Returns:
the JMS provider version
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws JMSException
Gets the JMS provider major version number.
Returns:
the JMS provider major version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws JMSException
Gets the JMS provider minor version number.
Returns:
the JMS provider minor version number
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws JMSException
Gets an enumeration of the JMSX property names.
Returns:
an Enumeration of JMSX property names
Throws:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.



The CHM file was converted to HTM