public final class ActiveMQConnectionMetaData extends Object implements javax.jms.ConnectionMetaData
ConnectionMetaData object provides information describing
the Connection object.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PLATFORM_DETAILS |
static ActiveMQConnectionMetaData |
INSTANCE |
static String |
PLATFORM_DETAILS |
static int |
PROVIDER_MAJOR_VERSION |
static int |
PROVIDER_MINOR_VERSION |
static String |
PROVIDER_NAME |
static String |
PROVIDER_VERSION |
| 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<String> |
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 static final String PROVIDER_VERSION
public static final int PROVIDER_MAJOR_VERSION
public static final int PROVIDER_MINOR_VERSION
public static final String PROVIDER_NAME
public static final String DEFAULT_PLATFORM_DETAILS
public static final String PLATFORM_DETAILS
public static final ActiveMQConnectionMetaData INSTANCE
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<String> getJMSXPropertyNames()
getJMSXPropertyNames in interface javax.jms.ConnectionMetaDataCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.