org.jboss.messaging.jms.client
Class JBossConnectionMetaData

java.lang.Object
  extended by org.jboss.messaging.jms.client.JBossConnectionMetaData
All Implemented Interfaces:
javax.jms.ConnectionMetaData

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

Connection metadata

Author:
Tim Fox, Ovidiu Feodorov $Id: JBossConnectionMetaData.java 3804 2008-02-26 20:56:08Z timfox $

Constructor Summary
JBossConnectionMetaData(Version serverVersion)
          Create a new JBossConnectionMetaData object.
 
Method Summary
 int getJMSMajorVersion()
           
 int getJMSMinorVersion()
           
 java.lang.String getJMSProviderName()
           
 java.lang.String getJMSVersion()
           
 java.util.Enumeration getJMSXPropertyNames()
           
 int getProviderMajorVersion()
           
 int getProviderMinorVersion()
           
 java.lang.String getProviderVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossConnectionMetaData

public JBossConnectionMetaData(Version serverVersion)
Create a new JBossConnectionMetaData object.

Method Detail

getJMSVersion

public java.lang.String getJMSVersion()
                               throws javax.jms.JMSException
Specified by:
getJMSVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getJMSMajorVersion

public int getJMSMajorVersion()
                       throws javax.jms.JMSException
Specified by:
getJMSMajorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getJMSMinorVersion

public int getJMSMinorVersion()
                       throws javax.jms.JMSException
Specified by:
getJMSMinorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getJMSProviderName

public java.lang.String getJMSProviderName()
                                    throws javax.jms.JMSException
Specified by:
getJMSProviderName in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getProviderVersion

public java.lang.String getProviderVersion()
                                    throws javax.jms.JMSException
Specified by:
getProviderVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getProviderMajorVersion

public int getProviderMajorVersion()
                            throws javax.jms.JMSException
Specified by:
getProviderMajorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getProviderMinorVersion

public int getProviderMinorVersion()
                            throws javax.jms.JMSException
Specified by:
getProviderMinorVersion in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException

getJMSXPropertyNames

public java.util.Enumeration getJMSXPropertyNames()
                                           throws javax.jms.JMSException
Specified by:
getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
Throws:
javax.jms.JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.