public class MQConnectionMetaData extends MQRoot implements javax.jms.ConnectionMetaData, JmsConnectionMetaData
| Constructor and Description |
|---|
MQConnectionMetaData()
Deprecated.
Please obtain the ConnectionMetaData from the Connection in question or use the
Version API to obtain static version information
Constructor which uses bindings connection.
|
MQConnectionMetaData(int conntype)
Deprecated.
Please obtain the ConnectionMetaData from the Connection in question or use the
Version API to obtain static version information Constructor which permits a choice
of connection types.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
clear, containsKey, containsValue, entrySet, equals, get, getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, hashCode, isEmpty, keySet, propertyExists, put, putAll, remove, setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, size, valuessetBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringPropertygetBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExistspublic MQConnectionMetaData()
public MQConnectionMetaData(int conntype)
conntype - connection type. Valid types are:
public int getJMSMajorVersion()
getJMSMajorVersion in interface javax.jms.ConnectionMetaDatapublic int getJMSMinorVersion()
getJMSMinorVersion in interface javax.jms.ConnectionMetaDatapublic java.lang.String getJMSProviderName()
getJMSProviderName in interface javax.jms.ConnectionMetaDatapublic java.lang.String getJMSVersion()
getJMSVersion in interface javax.jms.ConnectionMetaDatapublic java.util.Enumeration<?> getJMSXPropertyNames()
throws javax.jms.JMSException
getJMSXPropertyNames in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic int getProviderMajorVersion()
getProviderMajorVersion in interface javax.jms.ConnectionMetaDatapublic int getProviderMinorVersion()
getProviderMinorVersion in interface javax.jms.ConnectionMetaDatapublic java.lang.String getProviderVersion()
getProviderVersion in interface javax.jms.ConnectionMetaDatapublic java.lang.String toString()
toString in class java.lang.Object