org.objectweb.joram.client.jms
Class ConnectionMetaData

java.lang.Object
  extended byorg.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 int jmsMajorVersion
           
static int jmsMinorVersion
           
static java.lang.String jmsProviderName
           
static java.lang.String jmsVersion
           
static java.util.Vector jmsxProperties
           
static int providerMajorVersion
           
static int providerMinorVersion
           
static java.lang.String providerVersion
           
 
Constructor Summary
ConnectionMetaData()
           
 
Method Summary
 int getJMSMajorVersion()
          API method.
 int getJMSMinorVersion()
          API method.
 java.lang.String getJMSProviderName()
          API method.
 java.lang.String getJMSVersion()
          API method.
 java.util.Enumeration getJMSXPropertyNames()
          API method.
 int getProviderMajorVersion()
          API method.
 int getProviderMinorVersion()
          API method.
 java.lang.String getProviderVersion()
          API method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jmsMajorVersion

public static final int jmsMajorVersion
See Also:
Constant Field Values

jmsMinorVersion

public static final int jmsMinorVersion
See Also:
Constant Field Values

jmsProviderName

public static final java.lang.String jmsProviderName
See Also:
Constant Field Values

jmsVersion

public static final java.lang.String jmsVersion
See Also:
Constant Field Values

providerMajorVersion

public static final int providerMajorVersion
See Also:
Constant Field Values

providerMinorVersion

public static final int providerMinorVersion
See Also:
Constant Field Values

providerVersion

public static final java.lang.String providerVersion
See Also:
Constant Field Values

jmsxProperties

public static final java.util.Vector jmsxProperties
Constructor Detail

ConnectionMetaData

public ConnectionMetaData()
Method Detail

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws javax.jms.JMSException
API method.

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.

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.

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.

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.

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.

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.

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.

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


Copyright ? 2004 Scalagent - All rights reserved