public final class ConnectionMetaData extends Object implements javax.jms.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 javax.jms.JMSException
getJMSMajorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public int getJMSMinorVersion() throws javax.jms.JMSException
getJMSMinorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public String getJMSVersion() throws javax.jms.JMSException
getJMSVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public String getJMSProviderName() throws javax.jms.JMSException
getJMSProviderName
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public Enumeration getJMSXPropertyNames() throws javax.jms.JMSException
getJMSXPropertyNames
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public int getProviderMajorVersion() throws javax.jms.JMSException
getProviderMajorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public int getProviderMinorVersion() throws javax.jms.JMSException
getProviderMinorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public String getProviderVersion() throws javax.jms.JMSException
getProviderVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.Copyright © 2018 ScalAgent D.T.. All Rights Reserved.