javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

Version:
$Revision: 1.4 $ $Date: 2004/03/10 10:00:03 $

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

Method Detail

getJMSVersion

public String getJMSVersion()
                     throws JMSException
Throws:
JMSException

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws JMSException
Throws:
JMSException

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws JMSException
Throws:
JMSException

getJMSProviderName

public String getJMSProviderName()
                          throws JMSException
Throws:
JMSException

getProviderVersion

public String getProviderVersion()
                          throws JMSException
Throws:
JMSException

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws JMSException
Throws:
JMSException

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws JMSException
Throws:
JMSException

getJMSXPropertyNames

public Enumeration getJMSXPropertyNames()
                                 throws JMSException
Throws:
JMSException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.