Joram 5.2.1

org.objectweb.joram.client.jms
Class ConnectionMetaData

java.lang.Object
  extended by org.objectweb.joram.client.jms.ConnectionMetaData
All Implemented Interfaces:
javax.jms.ConnectionMetaData

public class ConnectionMetaData
extends java.lang.Object
implements javax.jms.ConnectionMetaData

Implements the javax.jms.ConnectionMetaData interface.


Field Summary
static java.lang.String jmsProviderName
          JMS provider name: Joram
static java.lang.String providerVersion
          Joram's implementation version, currently 5.2.1.
 
Constructor Summary
ConnectionMetaData()
           
 
Method Summary
 int getJMSMajorVersion()
          API method: Gets the JMS major version number.
 int getJMSMinorVersion()
          API method: Gets the JMS minor version number
 java.lang.String getJMSProviderName()
          API method: Gets the JMS provider name: Joram.
 java.lang.String getJMSVersion()
          API method: Gets the JMS API version, currently 1.1.
 java.util.Enumeration getJMSXPropertyNames()
          API method: Gets an enumeration of the JMSX property names.
 int getProviderMajorVersion()
          API method: Gets the Joram's major version number.
 int getProviderMinorVersion()
          API method: Gets the Joram's minor version number.
 java.lang.String getProviderVersion()
          API method: Gets the Joram's implementation version, currently 5.0.10.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jmsProviderName

public static final java.lang.String jmsProviderName
JMS provider name: Joram

See Also:
Constant Field Values

providerVersion

public static final java.lang.String providerVersion
Joram's implementation version, currently 5.2.1.

See Also:
Constant Field Values
Constructor Detail

ConnectionMetaData

public ConnectionMetaData()
Method Detail

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws javax.jms.JMSException
API method: Gets the JMS major version number.

Specified by:
getJMSMajorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws javax.jms.JMSException
API method: Gets the JMS minor version number

Specified by:
getJMSMinorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws javax.jms.JMSException
API method: Gets the JMS provider name: Joram.

Specified by:
getJMSProviderName in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getJMSVersion

public java.lang.String getJMSVersion()
                               throws javax.jms.JMSException
API method: Gets the JMS API version, currently 1.1.

Specified by:
getJMSVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws javax.jms.JMSException
API method: Gets an enumeration of the JMSX property names.

Specified by:
getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws javax.jms.JMSException
API method: Gets the Joram's major version number.

Specified by:
getProviderMajorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws javax.jms.JMSException
API method: Gets the Joram's minor version number.

Specified by:
getProviderMinorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

getProviderVersion

public java.lang.String getProviderVersion()
                                    throws javax.jms.JMSException
API method: Gets the Joram's implementation version, currently 5.0.10.

Specified by:
getProviderVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException - Actually never thrown.

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved