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
ConnectionMetaData
getJMSVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMajorVersion() throws JMSException
ConnectionMetaData
getJMSMajorVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMinorVersion() throws JMSException
ConnectionMetaData
getJMSMinorVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public String getJMSProviderName() throws JMSException
ConnectionMetaData
getJMSProviderName
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public String getProviderVersion() throws JMSException
ConnectionMetaData
getProviderVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMajorVersion() throws JMSException
ConnectionMetaData
getProviderMajorVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMinorVersion() throws JMSException
ConnectionMetaData
getProviderMinorVersion
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public Enumeration getJMSXPropertyNames() throws JMSException
ConnectionMetaData
getJMSXPropertyNames
in interface ConnectionMetaData
JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.