public class ActiveMQRAConnectionMetaData extends Object implements javax.jms.ConnectionMetaData
| Constructor and Description |
|---|
ActiveMQRAConnectionMetaData()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getJMSMajorVersion()
Get the JMS major version
|
int |
getJMSMinorVersion()
Get the JMS minor version
|
String |
getJMSProviderName()
Get the JMS provider name
|
String |
getJMSVersion()
Get the JMS version
|
Enumeration<Object> |
getJMSXPropertyNames()
Get the JMS XPropertyNames
|
int |
getProviderMajorVersion()
Get the provider major version
|
int |
getProviderMinorVersion()
Get the provider minor version
|
String |
getProviderVersion()
Get the provider version
|
public String getJMSVersion()
getJMSVersion in interface javax.jms.ConnectionMetaDatapublic int getJMSMajorVersion()
getJMSMajorVersion in interface javax.jms.ConnectionMetaDatapublic int getJMSMinorVersion()
getJMSMinorVersion in interface javax.jms.ConnectionMetaDatapublic String getJMSProviderName()
getJMSProviderName in interface javax.jms.ConnectionMetaDatapublic String getProviderVersion()
getProviderVersion in interface javax.jms.ConnectionMetaDatapublic int getProviderMajorVersion()
getProviderMajorVersion in interface javax.jms.ConnectionMetaDatapublic int getProviderMinorVersion()
getProviderMinorVersion in interface javax.jms.ConnectionMetaDatapublic Enumeration<Object> getJMSXPropertyNames()
getJMSXPropertyNames in interface javax.jms.ConnectionMetaDataCopyright © 2015 The Apache Software Foundation. All Rights Reserved.