|
Joram 5.2.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.ConnectionMetaData
public final class ConnectionMetaData
Implements the javax.jms.ConnectionMetaData
interface.
Field Summary | |
---|---|
static int |
jmsMajorVersion
JMS major version number |
static int |
jmsMinorVersion
JMS minor version number |
static java.lang.String |
jmsVersion
JMS API version, currently 1.1 |
static int |
providerMajorVersion
Joram's major version number, currently 5 |
static int |
providerMinorVersion
Joram's minor version number, currently 2 |
static java.lang.String |
providerName
JMS provider name: Joram |
static java.lang.String |
providerVersion
Joram's implementation version, currently 5.2.5. |
Constructor Summary | |
---|---|
ConnectionMetaData()
|
Method Summary | |
---|---|
int |
getJMSMajorVersion()
API method: Gets the JMS major version number. |
int |
getJMSMinorVersion()
API method: Gets the JMS minor version number |
java.lang.String |
getJMSProviderName()
API method: Gets the JMS provider name: Joram. |
java.lang.String |
getJMSVersion()
API method: Gets the JMS API version, currently 1.1. |
java.util.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. |
java.lang.String |
getProviderVersion()
API method: Gets the Joram's implementation version, currently 5.0.10. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int jmsMajorVersion
public static final int jmsMinorVersion
public static final java.lang.String jmsVersion
public static final java.lang.String providerName
public static final int providerMajorVersion
public static final int providerMinorVersion
public static final java.lang.String providerVersion
Constructor Detail |
---|
public ConnectionMetaData()
Method Detail |
---|
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 java.lang.String getJMSVersion() throws javax.jms.JMSException
getJMSVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public java.lang.String getJMSProviderName() throws javax.jms.JMSException
getJMSProviderName
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.public java.util.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 java.lang.String getProviderVersion() throws javax.jms.JMSException
getProviderVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- Actually never thrown.
|
Joram 5.2.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |