IConnectionMetaData
A ConnectionMetaData object provides information about a connection.
- Inheritance hierarchy:
-
IBM.XMS.IPropertyContext | +----IBM.XMS.IConnectionMetaData
For a list of the XMS defined properties of a ConnectionMetaData object, see Properties of ConnectionMetaData.
.NET properties
- Summary of properties:
-
Method Description JMSXPropertyNames Return an enumeration of the names of the JMS defined message properties supported by the connection.
JMSXPropertyNames - Get JMS Defined Message Properties
- Interface:
-
System.Collections.IEnumerator JMSXPropertyNames { get; }
Return an enumeration of the names of the JMS defined message properties supported by the connection.
JMS defined message properties are not supported by a real-time connection to a broker.
- Exceptions:
- XMSException
Inherited properties and methods
The following methods are inherited from the IPropertyContext interface:
- GetBooleanProperty, GetByteProperty, GetBytesProperty, GetCharProperty, GetDoubleProperty, GetFloatProperty, GetIntProperty, GetLongProperty, GetObjectProperty, GetShortProperty, GetStringProperty, SetBooleanProperty, SetByteProperty, SetBytesProperty, SetCharProperty, SetDoubleProperty, SetFloatProperty, SetIntProperty, SetLongProperty, SetObjectProperty, SetShortProperty, SetStringProperty