|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionMetaData
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 |
---|
java.lang.String getJMSVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.int getJMSMajorVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.int getJMSMinorVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.java.lang.String getJMSProviderName() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.java.lang.String getProviderVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.int getProviderMajorVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.int getProviderMinorVersion() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.java.util.Enumeration getJMSXPropertyNames() throws JMSException
JMSException
- if the JMS provider fails to retrieve the metadata due to some internal error.
|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2013, Oracle and/or its affiliates. All rights reserved.
For authorized use only.
Do not distribute to third parties.