|
Joram 5.2.1 | ||||||||
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 class ConnectionMetaData
Implements the javax.jms.ConnectionMetaData
interface.
Field Summary | |
---|---|
static java.lang.String |
jmsProviderName
JMS provider name: Joram |
static java.lang.String |
providerVersion
Joram's implementation version, currently 5.2.1. |
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 java.lang.String jmsProviderName
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 getJMSProviderName() throws javax.jms.JMSException
getJMSProviderName
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.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.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |