org.apache.qpid.client
Class QpidConnectionMetaData

java.lang.Object
  extended by org.apache.qpid.client.QpidConnectionMetaData
All Implemented Interfaces:
ConnectionMetaData

public class QpidConnectionMetaData
extends Object
implements ConnectionMetaData


Constructor Summary
QpidConnectionMetaData(AMQConnection conn)
           
 
Method Summary
 String getBrokerVersion()
           
 String getClientVersion()
           
 int getJMSMajorVersion()
           
 int getJMSMinorVersion()
           
 String getJMSProviderName()
           
 String getJMSVersion()
           
 Enumeration getJMSXPropertyNames()
           
 int getProviderMajorVersion()
           
 int getProviderMinorVersion()
           
 String getProviderVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QpidConnectionMetaData

QpidConnectionMetaData(AMQConnection conn)
Method Detail

getJMSMajorVersion

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

getJMSMinorVersion

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

getJMSProviderName

public String getJMSProviderName()
                          throws JMSException
Specified by:
getJMSProviderName in interface ConnectionMetaData
Throws:
JMSException

getJMSVersion

public String getJMSVersion()
                     throws JMSException
Specified by:
getJMSVersion in interface ConnectionMetaData
Throws:
JMSException

getJMSXPropertyNames

public Enumeration getJMSXPropertyNames()
                                 throws JMSException
Specified by:
getJMSXPropertyNames in interface ConnectionMetaData
Throws:
JMSException

getProviderMajorVersion

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

getProviderMinorVersion

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

getProviderVersion

public String getProviderVersion()
                          throws JMSException
Specified by:
getProviderVersion in interface ConnectionMetaData
Throws:
JMSException

getBrokerVersion

public String getBrokerVersion()

getClientVersion

public String getClientVersion()


Licensed to the Apache Software Foundation