- getJMSMajorVersion
-
public int getJMSMajorVersion() throws JMSException
Get the JMS major version number.
- Returns:
- the JMS major version number.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getJMSMinorVersion
-
public int getJMSMinorVersion() throws JMSException
Get the JMS minor version number.
- Returns:
- the JMS minor version number.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getJMSProviderName
-
public java.lang.String getJMSProviderName()
throws JMSException
Get the JMS provider name.
- Returns:
- the JMS provider name.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getJMSVersion
-
public java.lang.String getJMSVersion() throws JMSException
Get the JMS version.
- Returns:
- the JMS version.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getJMSXPropertyNames
-
public java.util.Enumeration getJMSXPropertyNames()
throws JMSException
Get an enumeration of the names of the JMSX Properties supported by this
connection.
- Returns:
- an Enumeration of JMSX PropertyNames.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the property names retrieval.
- getProviderMajorVersion
-
public int getProviderMajorVersion() throws JMSException
Get the JMS provider major version number.
- Returns:
- the JMS provider major version number.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getProviderMinorVersion
-
public int getProviderMinorVersion() throws JMSException
Get the JMS provider minor version number.
- Returns:
- the JMS provider minor version number.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- getProviderVersion
-
public java.lang.String getProviderVersion()
throws JMSException
Get the JMS provider version.
- Returns:
- the JMS provider version.
- Throws:
- JMSException - if an internal error occurs in JMS implementation during
the metadata retrieval.
- toString *
-
public String toString()
- Overrides:
- toString in class Object.