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.


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
 

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