MQConnectionMetaData

public class MQConnectionMetaData
extends Object
implements ConnectionMetaData
java.lang.Object
   |
   +----com.ibm.mq.jms.MQConnectionMetaData
          

MQConnectionMetaData provides information that describes the connection.

Constructors

MQConnectionMetaData

public MQConnectionMetaData();

Constructor which uses bindings connection.

MQConnectionMetaData

public MQConnectionMetaData(int conntype);

Constructor which permits a choice of connection types.

Parameters

Methods

getJMSMajorVersion

public int getJMSMajorVersion();

Gets the JMS major version number.

Returns

getJMSMinorVersion

public int getJMSMinorVersion();

Gets the JMS minor version number.

Returns

getJMSProviderName

public String getJMSProviderName();

Gets the JMS provider name.

Returns

getJMSVersion

public String getJMSVersion();

Gets the JMS API version.

Returns

getJMSXPropertyNames

public Enumeration getJMSXPropertyNames() throws JMSException;

Gets an enumeration of the JMSX property names.

Returns

getProviderMajorVersion

public int getProviderMajorVersion();

Gets the JMS provider major version number.

Returns

getProviderMinorVersion

public int getProviderMinorVersion();

Gets the JMS provider minor version number.

Returns

getProviderVersion

public String getProviderVersion();

Gets the JMS provider version.

Returns

toString

public String toString();

Returns a string representation of the object.

Returns