public final class JmsConnectionMetaData extends Object implements javax.jms.ConnectionMetaData
ConnectionMetaData object provides information describing
the Connection object.| Modifier and Type | Field and Description |
|---|---|
static JmsConnectionMetaData |
INSTANCE |
| 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 JmsConnectionMetaData 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 © 2013–2019 The Apache Software Foundation. All rights reserved.