javax.jms
Interface ConnectionMetaData


public interface ConnectionMetaData

ConnectionMetaData provides information describing the Connection.


Method Summary
 int getJMSMajorVersion()
          Get the JMS major version number.
 int getJMSMinorVersion()
          Get the JMS minor version number.
 java.lang.String getJMSProviderName()
          Get the JMS provider name.
 java.lang.String getJMSVersion()
          Get the JMS version.
 java.util.Enumeration getJMSXPropertyNames()
          Get an enumeration of JMSX Property Names.
 int getProviderMajorVersion()
          Get the JMS provider major version number.
 int getProviderMinorVersion()
          Get the JMS provider minor version number.
 java.lang.String getProviderVersion()
          Get the JMS provider version.
 

Method Detail

getJMSVersion

public java.lang.String getJMSVersion()
                               throws JMSException
Get the JMS version.
Returns:
the JMS version.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws JMSException
Get the JMS major version number.
Returns:
the JMS major version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws JMSException
Get the JMS minor version number.
Returns:
the JMS minor version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws JMSException
Get the JMS provider name.
Returns:
the JMS provider name.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderVersion

public java.lang.String getProviderVersion()
                                    throws JMSException
Get the JMS provider version.
Returns:
the JMS provider version.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws JMSException
Get the JMS provider major version number.
Returns:
the JMS provider major version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws JMSException
Get the JMS provider minor version number.
Returns:
the JMS provider minor version number.
Throws:
JMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws JMSException
Get an enumeration of JMSX Property Names.
Returns:
an Enumeration of JMSX PropertyNames.
Throws:
JMSException - if some internal error occurs in JMS implementation during the property names retrieval.