|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mqe.jms.MQeConnectionMetaData
A ConnectionMetaData
object provides information describing the
MQeConnection
object.
Constructor Summary | |
MQeConnectionMetaData()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MQeConnectionMetaData()
Method Detail |
public java.lang.String getJMSVersion() throws javax.jms.JMSException
getJMSVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMajorVersion() throws javax.jms.JMSException
getJMSMajorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getJMSMinorVersion() throws javax.jms.JMSException
getJMSMinorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getJMSProviderName() throws javax.jms.JMSException
getJMSProviderName
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.lang.String getProviderVersion() throws javax.jms.JMSException
getProviderVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMajorVersion() throws javax.jms.JMSException
getProviderMajorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public int getProviderMinorVersion() throws javax.jms.JMSException
getProviderMinorVersion
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.public java.util.Enumeration getJMSXPropertyNames() throws javax.jms.JMSException
getJMSXPropertyNames
in interface javax.jms.ConnectionMetaData
javax.jms.JMSException
- if the JMS provider fails to retrieve the
metadata due to some internal error.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |