|
Oracle® Streams Advanced Queuing Java API Reference Release 1 (10.1) B12023-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.jms.AQjmsConnectionMetaData
Oracle class implementing javax.jms.ConnectionMetaData. class AQjmsConnectionMetaData represents the Meta Data information available for a JMS Connection. This contains information like version number and vendor name of the JMS Server to which a Connection is created.
| Constructor Summary | |
AQjmsConnectionMetaData() | |
| Method Summary | |
int |
getJMSMajorVersion()Get the JMS major version number. |
int |
getJMSMinorVersion()Get the JMS minor version number. |
java.lang.String |
getJMSProviderName()Get the JMS provider name. |
java.lang.String |
getJMSVersion()Get the JMS version. |
java.util.Enumeration |
getJMSXPropertyNames()Gets an enumeration of the JMSX property names. |
int |
getProviderMajorVersion()Get the JMS provider major version number. |
int |
getProviderMinorVersion()Get the JMS provider minor version number. |
java.lang.String |
getProviderVersion()Get the JMS provider version. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AQjmsConnectionMetaData()
| Method Detail |
public java.lang.String getJMSVersion()
throws JMSException
getJMSVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public int getJMSMajorVersion()
throws JMSException
getJMSMajorVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public int getJMSMinorVersion()
throws JMSException
getJMSMinorVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public java.lang.String getJMSProviderName()
throws JMSException
getJMSProviderName in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public java.lang.String getProviderVersion()
throws JMSException
getProviderVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public int getProviderMajorVersion()
throws JMSException
getProviderMajorVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public int getProviderMinorVersion()
throws JMSException
getProviderMinorVersion in interface ConnectionMetaDataJMSException - if some internal error occurs in JMS implementation during the meta-data retrieval.
public java.util.Enumeration getJMSXPropertyNames()
throws JMSException
ConnectionMetaDatagetJMSXPropertyNames in interface ConnectionMetaDataJMSException - if the JMS provider fails to retrieve the metadata due to some internal error.
|
Oracle® Streams Advanced Queuing Java API Reference Release 1 (10.1) B12023-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||