|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | 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. |
String |
getJMSProviderName()
Gets the JMS provider name. |
String |
getJMSVersion()
Gets the JMS API version. |
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. |
String |
getProviderVersion()
Gets the JMS provider version. |
| Method Detail |
public String getJMSVersion() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
public int getJMSMajorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
public int getJMSMinorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public String getJMSProviderName() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public String getProviderVersion() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
public int getProviderMajorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
public int getProviderMinorVersion()
throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.public Enumeration getJMSXPropertyNames() throws JMSException
JMSException - if the JMS provider fails to retrieve the
metadata due to some internal error.
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.