org.apache.qpid.client
Class QpidConnectionMetaData
java.lang.Object
org.apache.qpid.client.QpidConnectionMetaData
- All Implemented Interfaces:
- ConnectionMetaData
public class QpidConnectionMetaData
- extends Object
- implements ConnectionMetaData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QpidConnectionMetaData
QpidConnectionMetaData(AMQConnection conn)
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