ConnectionMetaData

 


public interface ConnectionMetaData

WebSphere MQ class: MQConnectionMetaData



java.lang.Object
   |
   +----com.ibm.mq.jms.MQConnectionMetaData

ConnectionMetaData provides information that describes the connection.

 

WebSphere MQ constructor

MQConnectionMetaData
public MQConnectionMetaData()

 

Methods

getJMSMajorVersion
public int getJMSMajorVersion() throws JMSException

Get the JMS major version number.

Returns:
The JMS major version number.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

getJMSMinorVersion
public int getJMSMinorVersion() throws JMSException

Get the JMS minor version number.

Returns:
The JMS minor version number.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

getJMSProviderName
public java.lang.String getJMSProviderName()
                                        throws JMSException

Get the JMS provider name.

Returns:
The JMS provider name.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

getJMSVersion
public java.lang.String getJMSVersion() throws JMSException

Get the JMS version.

Returns:
The JMS version.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

getJMSXPropertyNames
public java.util.Enumeration getJMSXPropertyNames()
                                               throws JMSException

Get an enumeration of the names of the JMSX Properties supported by this connection.

Returns:
An enumeration of JMSX PropertyNames.

Throws:
JMSException if an internal error occurs in JMS implementation during the property names retrieval.

getProviderMajorVersion
public int getProviderMajorVersion() throws JMSException

Get the JMS provider major version number.

Returns:
The JMS provider major version number.

Throws:
JMSException - if an internal error occurs in JMS implementation during the metadata retrieval.

getProviderMinorVersion
public int getProviderMinorVersion() throws JMSException

Get the JMS provider minor version number.

Returns:
The JMS provider minor version number.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

getProviderVersion
public java.lang.String getProviderVersion()
                                         throws JMSException

Get the JMS provider version.

Returns:
The JMS provider version.

Throws:
JMSException if an internal error occurs in JMS implementation during the metadata retrieval.

toString *
public String toString()

Overrides:
toString in class Object.

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.