|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ConnectionMetaData provides information describing the Connection.
Method Summary | |
int |
getJMSMajorVersion()
Get the JMS major version number. |
int |
getJMSMinorVersion()
Get the JMS minor version number. |
String |
getJMSProviderName()
Get the JMS provider name. |
String |
getJMSVersion()
Get the JMS version. |
Enumeration |
getJMSXPropertyNames()
Get an enumeration of JMSX Property Names. |
int |
getProviderMajorVersion()
Get the JMS provider major version number. |
int |
getProviderMinorVersion()
Get the JMS provider minor version number. |
String |
getProviderVersion()
Get the JMS provider version. |
Method Detail |
public String getJMSVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public int getJMSMajorVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public int getJMSMinorVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public String getJMSProviderName() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public String getProviderVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public int getProviderMajorVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public int getProviderMinorVersion() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the meta-data
retrieval.public Enumeration getJMSXPropertyNames() throws JMSException
JMSException
- if some internal error occurs in
JMS implementation during the property
names retrieval.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |