xms::PropertyContext | +----xms::ConnectionMetaData
A ConnectionMetaData object provides information about a connection.
For a list of the XMS defined properties of a ConnectionMetaData object, see Properties of ConnectionMetaData.
Method | Description |
---|---|
getHandle | Get the handle that a C application would use to access the connection metadata. |
getJMSXProperties | Get a list of the names of the JMS defined message properties supported by the connection. |
isNull | Determine whether the ConnectionMetaData object is a null object. |
Iterator getJMSXProperties() const;
Get a list of the names of the JMS defined message properties supported by the connection.
The method returns an iterator that encapsulates a list of Property objects, where each Property object encapsulates the name of a JMS defined message property. The application can then use the iterator to retrieve the name of each JMS defined message property in turn.
JMS defined message properties are not supported by a real-time connection to a broker.