public final class ConnectionMetaData extends Object implements ConnectionMetaData
javax.jms.ConnectionMetaData
interface.Modifier and Type | Field and Description |
---|---|
static int |
jmsMajorVersion
JMS major version number
|
static int |
jmsMinorVersion
JMS minor version number
|
static String |
jmsVersion
JMS API version, currently 1.1
|
private static Vector |
jmsxProperties
Enumeration of the Joram's JMSX property names, currently JMSXDeliveryCount,
JMSXGroupID and JMSXGroupSeq.
|
static int |
providerMajorVersion
Joram's major version number.
|
static int |
providerMinorVersion
Joram's minor version number.
|
static String |
providerName
JMS provider name: Joram
|
static String |
providerVersion
Joram's implementation version.
|
Constructor and Description |
---|
ConnectionMetaData() |
Modifier and Type | Method and Description |
---|---|
int |
getJMSMajorVersion()
API method: Gets the JMS major version number.
|
int |
getJMSMinorVersion()
API method: Gets the JMS minor version number
|
String |
getJMSProviderName()
API method: Gets the JMS provider name: Joram.
|
String |
getJMSVersion()
API method: Gets the JMS API version, currently 1.1.
|
Enumeration |
getJMSXPropertyNames()
API method: Gets an enumeration of the JMSX property names.
|
int |
getProviderMajorVersion()
API method: Gets the Joram's major version number.
|
int |
getProviderMinorVersion()
API method: Gets the Joram's minor version number.
|
String |
getProviderVersion()
API method: Gets the Joram's implementation version.
|
public static final int jmsMajorVersion
public static final int jmsMinorVersion
public static final String jmsVersion
public static final String providerName
public static final int providerMajorVersion
public static final int providerMinorVersion
public static final String providerVersion
private static final Vector jmsxProperties
public int getJMSMajorVersion() throws JMSException
getJMSMajorVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.public int getJMSMinorVersion() throws JMSException
getJMSMinorVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.public String getJMSVersion() throws JMSException
getJMSVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.public String getJMSProviderName() throws JMSException
getJMSProviderName
in interface ConnectionMetaData
JMSException
- Actually never thrown.public Enumeration getJMSXPropertyNames() throws JMSException
getJMSXPropertyNames
in interface ConnectionMetaData
JMSException
- Actually never thrown.public int getProviderMajorVersion() throws JMSException
getProviderMajorVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.public int getProviderMinorVersion() throws JMSException
getProviderMinorVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.public String getProviderVersion() throws JMSException
getProviderVersion
in interface ConnectionMetaData
JMSException
- Actually never thrown.Copyright © 2020 ScalAgent D.T.. All rights reserved.