Package jakarta.jms

Interface ConnectionMetaData


public interface ConnectionMetaData
A ConnectionMetaData object provides information describing the Connection object.
Since:
JMS 1.0
Version:
Jakarta Messaging 2.0
  • Method Details Link icon

    • getJMSVersion Link icon

      String getJMSVersion() throws JMSException
      Gets the Jakarta Messaging API version.
      Returns:
      the Jakarta Messaging API version
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getJMSMajorVersion Link icon

      int getJMSMajorVersion() throws JMSException
      Gets the Jakarta Messaging major version number.
      Returns:
      the Jakarta Messaging API major version number
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getJMSMinorVersion Link icon

      int getJMSMinorVersion() throws JMSException
      Gets the Jakarta Messaging minor version number.
      Returns:
      the Jakarta Messaging API minor version number
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getJMSProviderName Link icon

      String getJMSProviderName() throws JMSException
      Gets the Jakarta Messaging provider name.
      Returns:
      the Jakarta Messaging provider name
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getProviderVersion Link icon

      String getProviderVersion() throws JMSException
      Gets the Jakarta Messaging provider version.
      Returns:
      the Jakarta Messaging provider version
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getProviderMajorVersion Link icon

      int getProviderMajorVersion() throws JMSException
      Gets the Jakarta Messaging provider major version number.
      Returns:
      the Jakarta Messaging provider major version number
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getProviderMinorVersion Link icon

      int getProviderMinorVersion() throws JMSException
      Gets the Jakarta Messaging provider minor version number.
      Returns:
      the Jakarta Messaging provider minor version number
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.
    • getJMSXPropertyNames Link icon

      Enumeration getJMSXPropertyNames() throws JMSException
      Gets an enumeration of the JMSX property names.
      Returns:
      an Enumeration of JMSX property names
      Throws:
      JMSException - if the Jakarta Messaging provider fails to retrieve the metadata due to some internal error.