|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.ConnectionMetaData
Implements the javax.jms.ConnectionMetaData
interface.
Constructor Summary | |
ConnectionMetaData()
|
Method Summary | |
int |
getJMSMajorVersion()
API method. |
int |
getJMSMinorVersion()
API method. |
java.lang.String |
getJMSProviderName()
API method. |
java.lang.String |
getJMSVersion()
API method. |
java.util.Enumeration |
getJMSXPropertyNames()
API method. |
int |
getProviderMajorVersion()
API method. |
int |
getProviderMinorVersion()
API method. |
java.lang.String |
getProviderVersion()
API method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |