getMetaData
public ConnectionMetaData getMetaData() throws JMSException;
Gets the meta-data for this connection.
- Returns
- the connection meta data.
- Exceptions
- JMSException - general exception if JMS implementation fails to get the Connection meta-data for this Connection.
uj27550_