javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

Method Summary
 int getJMSMajorVersion()
           
 int getJMSMinorVersion()
           
 java.lang.String getJMSProviderName()
           
 java.lang.String getJMSVersion()
           
 java.util.Enumeration getJMSXPropertyNames()
           
 int getProviderMajorVersion()
           
 int getProviderMinorVersion()
           
 java.lang.String getProviderVersion()
           
 

Method Detail

getJMSVersion

java.lang.String getJMSVersion()
                               throws JMSException
Throws:
JMSException

getJMSMajorVersion

int getJMSMajorVersion()
                       throws JMSException
Throws:
JMSException

getJMSMinorVersion

int getJMSMinorVersion()
                       throws JMSException
Throws:
JMSException

getJMSProviderName

java.lang.String getJMSProviderName()
                                    throws JMSException
Throws:
JMSException

getProviderVersion

java.lang.String getProviderVersion()
                                    throws JMSException
Throws:
JMSException

getProviderMajorVersion

int getProviderMajorVersion()
                            throws JMSException
Throws:
JMSException

getProviderMinorVersion

int getProviderMinorVersion()
                            throws JMSException
Throws:
JMSException

getJMSXPropertyNames

java.util.Enumeration getJMSXPropertyNames()
                                           throws JMSException
Throws:
JMSException


Copyright © {inceptionYear}-2008 null. All Rights Reserved.