ConnectionMetaData (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.jms Interface ConnectionMetaData


public interface ConnectionMetaData

A ConnectionMetaData object provides information describing the Connection object.

版本:
1.0 - 13 March 1998
作者:
Mark Hapner, Rich Burridge

方法摘要
 int getJMSMajorVersion()
          Gets the JMS major version number.
 int getJMSMinorVersion()
          Gets the JMS minor version number.
 String getJMSProviderName()
          Gets the JMS provider name.
 String getJMSVersion()
          Gets the JMS API version.
 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.
 String getProviderVersion()
          Gets the JMS provider version.
 

方法详细信息

getJMSVersion

String getJMSVersion()
                     throws JMSException
Gets the JMS API version.

返回:
the JMS API version
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMajorVersion

int getJMSMajorVersion()
                       throws JMSException
Gets the JMS major version number.

返回:
the JMS API major version number
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSMinorVersion

int getJMSMinorVersion()
                       throws JMSException
Gets the JMS minor version number.

返回:
the JMS API minor version number
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSProviderName

String getJMSProviderName()
                          throws JMSException
Gets the JMS provider name.

返回:
the JMS provider name
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderVersion

String getProviderVersion()
                          throws JMSException
Gets the JMS provider version.

返回:
the JMS provider version
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMajorVersion

int getProviderMajorVersion()
                            throws JMSException
Gets the JMS provider major version number.

返回:
the JMS provider major version number
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getProviderMinorVersion

int getProviderMinorVersion()
                            throws JMSException
Gets the JMS provider minor version number.

返回:
the JMS provider minor version number
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

getJMSXPropertyNames

Enumeration getJMSXPropertyNames()
                                 throws JMSException
Gets an enumeration of the JMSX property names.

返回:
an Enumeration of JMSX property names
抛出异常:
JMSException - if the JMS provider fails to retrieve the metadata due to some internal error.

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.