javax.jms

Interface ConnectionMetaData

public interface ConnectionMetaData

Method Summary

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

Method Details

getJMSMajorVersion

public int getJMSMajorVersion()
            throws JMSException

getJMSMinorVersion

public int getJMSMinorVersion()
            throws JMSException

getJMSProviderName

public String getJMSProviderName()
            throws JMSException

getJMSVersion

public String getJMSVersion()
            throws JMSException

getJMSXPropertyNames

public Enumeration getJMSXPropertyNames()
            throws JMSException

getProviderMajorVersion

public int getProviderMajorVersion()
            throws JMSException

getProviderMinorVersion

public int getProviderMinorVersion()
            throws JMSException

getProviderVersion

public String getProviderVersion()
            throws JMSException