jms4spread
Class ConnectionMetaData

java.lang.Object
  |
  +--jms4spread.ConnectionMetaData

public class ConnectionMetaData
extends java.lang.Object

Provides information about the connection


Method Summary
static ConnectionMetaData getInstance()
           
 int getJMSMajorVersion()
          Gets the JMS Major Version number
 int getJMSMinorVersion()
          Gets the JMS Minor Version number
 java.lang.String getJMSProviderName()
          Gets the JMS provider name
 java.util.Enumeration getJMSXPropertyNames()
          Gets Enumeration of JMSX Property Names
 int getProviderMajorVersion()
          Gets the JMS Provider Major Version number
 int getProviderMinorVersion()
          Gets the JMS Provider Minor Version number
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ConnectionMetaData getInstance()

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws JMSException
Gets the JMS Major Version number
Throws:
JMSException - in case of internal error

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws JMSException
Gets the JMS Minor Version number
Throws:
JMSException - in case of internal error

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws JMSException
Gets the JMS provider name
Throws:
JMSException - in case of internal error

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws JMSException
Gets the JMS Provider Major Version number
Throws:
JMSException - in case of internal error

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws JMSException
Gets the JMS Provider Minor Version number
Throws:
JMSException - in case of internal error

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws JMSException
Gets Enumeration of JMSX Property Names
Throws:
JMSException - in case of internal error