|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jms.AQjmsConnectionMetaData
This is an Oracle class which implements javax.jms.ConnectionMetaData. Class AQjmsConnectionMetaData represents the metadata 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()Creates a new AQjmsConnectionMetaData 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 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AQjmsConnectionMetaData()
AQjmsConnectionMetaData object.| Method Detail |
public java.lang.String getJMSVersion()
throws JMSException
getJMSVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public int getJMSMajorVersion()
throws JMSException
getJMSMajorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public int getJMSMinorVersion()
throws JMSException
getJMSMinorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public java.lang.String getJMSProviderName()
throws JMSException
getJMSProviderName in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public java.lang.String getProviderVersion()
throws JMSException
getProviderVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public int getProviderMajorVersion()
throws JMSException
getProviderMajorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public int getProviderMinorVersion()
throws JMSException
getProviderMinorVersion in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
public java.util.Enumeration getJMSXPropertyNames()
throws JMSException
getJMSXPropertyNames in interface ConnectionMetaDataJMSException - if the metadata is not retrieved due to some internal error.
|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||