Package javax.jms
Interface ConnectionMetaData
-
public interface ConnectionMetaData- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetJMSMajorVersion()intgetJMSMinorVersion()java.lang.StringgetJMSProviderName()java.lang.StringgetJMSVersion()java.util.EnumerationgetJMSXPropertyNames()intgetProviderMajorVersion()intgetProviderMinorVersion()java.lang.StringgetProviderVersion()
-
-
-
Method Detail
-
getJMSVersion
java.lang.String getJMSVersion() throws JMSException- Throws:
JMSException
-
getJMSMajorVersion
int getJMSMajorVersion() throws JMSException- Throws:
JMSException
-
getJMSMinorVersion
int getJMSMinorVersion() throws JMSException- Throws:
JMSException
-
getJMSProviderName
java.lang.String getJMSProviderName() throws JMSException- Throws:
JMSException
-
getProviderVersion
java.lang.String getProviderVersion() throws JMSException- Throws:
JMSException
-
getProviderMajorVersion
int getProviderMajorVersion() throws JMSException- Throws:
JMSException
-
getProviderMinorVersion
int getProviderMinorVersion() throws JMSException- Throws:
JMSException
-
getJMSXPropertyNames
java.util.Enumeration getJMSXPropertyNames() throws JMSException- Throws:
JMSException
-
-