public class HornetQConnectionMetaData extends Object implements ConnectionMetaData
| Constructor and Description |
|---|
HornetQConnectionMetaData(Version serverVersion)
Create a new HornetQConnectionMetaData object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getJMSMajorVersion()
Gets the JMS major version number.
|
int |
getJMSMinorVersion()
Gets the JMS minor version number.
|
String |
getJMSProviderName()
Gets the JMS provider name.
|
String |
getJMSVersion()
Gets the JMS API version.
|
Enumeration |
getJMSXPropertyNames()
Gets an enumeration of the JMSX property names.
|
int |
getProviderMajorVersion()
Gets the JMS provider major version number.
|
int |
getProviderMinorVersion()
Gets the JMS provider minor version number.
|
String |
getProviderVersion()
Gets the JMS provider version.
|
public HornetQConnectionMetaData(Version serverVersion)
public String getJMSVersion() throws JMSException
ConnectionMetaDatagetJMSVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMajorVersion()
throws JMSException
ConnectionMetaDatagetJMSMajorVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMinorVersion()
throws JMSException
ConnectionMetaDatagetJMSMinorVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public String getJMSProviderName() throws JMSException
ConnectionMetaDatagetJMSProviderName in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public String getProviderVersion() throws JMSException
ConnectionMetaDatagetProviderVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMajorVersion()
throws JMSException
ConnectionMetaDatagetProviderMajorVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMinorVersion()
throws JMSException
ConnectionMetaDatagetProviderMinorVersion in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public Enumeration getJMSXPropertyNames() throws JMSException
ConnectionMetaDatagetJMSXPropertyNames in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.