public class ActiveMQRAConnectionMetaData extends Object implements javax.jms.ConnectionMetaData
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PROP_FILE_NAME |
| 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 static final String DEFAULT_PROP_FILE_NAME
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 © 2021 The Apache Software Foundation. All rights reserved.