站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

ConnectionMetaData (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Method Summary
 int getJMSMajorVersion()
           
 int getJMSMinorVersion()
           
 String getJMSProviderName()
           
 String getJMSVersion()
           
 Enumeration getJMSXPropertyNames()
           
 int getProviderMajorVersion()
           
 int getProviderMinorVersion()
           
 String getProviderVersion()
           
 

Method Detail

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws JMSException
Throws:
JMSException

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws JMSException
Throws:
JMSException

getJMSProviderName

public String getJMSProviderName()
                          throws JMSException
Throws:
JMSException

getJMSVersion

public String getJMSVersion()
                     throws JMSException
Throws:
JMSException

getJMSXPropertyNames

public Enumeration getJMSXPropertyNames()
                                 throws JMSException
Throws:
JMSException

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws JMSException
Throws:
JMSException

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws JMSException
Throws:
JMSException

getProviderVersion

public String getProviderVersion()
                          throws JMSException
Throws:
JMSException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.