|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConnectionMetaData
object provides information describing the
Connection
object.
Method Summary | |
int |
getJMSMajorVersion()
Gets the JMS major version number. |
int |
getJMSMinorVersion()
Gets the JMS minor version number. |
java.lang.String |
getJMSProviderName()
Gets the JMS provider name. |
java.lang.String |
getJMSVersion()
Gets the JMS API version. |
java.util.Enumeration |
getJMSXPropertyNames()
Gets an enumeration of the JMSX property names. |
int |
getProviderMajorVersion()
Gets the JMS provider major version number. |
int |
getProviderMinorVersion()
Gets the JMS provider minor version number. |
java.lang.String |
getProviderVersion()
Gets the JMS provider version. |
Method Detail |
public java.lang.String getJMSVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMajorVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMinorVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getJMSProviderName() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getProviderVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMajorVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMinorVersion() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.util.Enumeration getJMSXPropertyNames() throws JMSException (src)
JMSException (src)
- if the JMS provider fails to retrieve the
metadata due to some internal error.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |