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.