public interface ConnectionMetaData
WebSphere MQ class: MQConnectionMetaData
java.lang.Object | +----com.ibm.mq.jms.MQConnectionMetaData |
ConnectionMetaData provides information that describes the connection.
public MQConnectionMetaData()
public int getJMSMajorVersion() throws JMSException
Get the JMS major version number.
public int getJMSMinorVersion() throws JMSException
Get the JMS minor version number.
public java.lang.String getJMSProviderName()
throws JMSException
Get the JMS provider name.
public java.lang.String getJMSVersion() throws JMSException
Get the JMS version.
public java.util.Enumeration getJMSXPropertyNames()
throws JMSException
Get an enumeration of the names of the JMSX Properties supported by this connection.
public int getProviderMajorVersion() throws JMSException
Get the JMS provider major version number.
public int getProviderMinorVersion() throws JMSException
Get the JMS provider minor version number.
public java.lang.String getProviderVersion()
throws JMSException
Get the JMS provider version.
public String toString()