javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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

Method Detail

getJMSVersion

String getJMSVersion()
                     throws JMSException
Throws:
JMSException

getJMSMajorVersion

int getJMSMajorVersion()
                       throws JMSException
Throws:
JMSException

getJMSMinorVersion

int getJMSMinorVersion()
                       throws JMSException
Throws:
JMSException

getJMSProviderName

String getJMSProviderName()
                          throws JMSException
Throws:
JMSException

getProviderVersion

String getProviderVersion()
                          throws JMSException
Throws:
JMSException

getProviderMajorVersion

int getProviderMajorVersion()
                            throws JMSException
Throws:
JMSException

getProviderMinorVersion

int getProviderMinorVersion()
                            throws JMSException
Throws:
JMSException

getJMSXPropertyNames

Enumeration getJMSXPropertyNames()
                                 throws JMSException
Throws:
JMSException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.