javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

Version:
$Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $

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 © 2003-2012 Apache Software Foundation. All Rights Reserved.