Class ActiveMQConnectionMetaData
- java.lang.Object
-
- org.apache.activemq.artemis.jms.client.ActiveMQConnectionMetaData
-
- All Implemented Interfaces:
javax.jms.ConnectionMetaData
public class ActiveMQConnectionMetaData extends java.lang.Object implements javax.jms.ConnectionMetaDataActiveMQ Artemis implementation of a JMS ConnectionMetaData.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_PROP_FILE_NAME
-
Constructor Summary
Constructors Constructor Description ActiveMQConnectionMetaData(org.apache.activemq.artemis.core.version.Version serverVersion)Create a new ActiveMQConnectionMetaData object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetJMSMajorVersion()intgetJMSMinorVersion()java.lang.StringgetJMSProviderName()java.lang.StringgetJMSVersion()java.util.EnumerationgetJMSXPropertyNames()intgetProviderMajorVersion()intgetProviderMinorVersion()java.lang.StringgetProviderVersion()
-
-
-
Field Detail
-
DEFAULT_PROP_FILE_NAME
public static final java.lang.String DEFAULT_PROP_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJMSVersion
public java.lang.String getJMSVersion() throws javax.jms.JMSException- Specified by:
getJMSVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getJMSMajorVersion
public int getJMSMajorVersion() throws javax.jms.JMSException- Specified by:
getJMSMajorVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getJMSMinorVersion
public int getJMSMinorVersion() throws javax.jms.JMSException- Specified by:
getJMSMinorVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getJMSProviderName
public java.lang.String getJMSProviderName() throws javax.jms.JMSException- Specified by:
getJMSProviderNamein interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getProviderVersion
public java.lang.String getProviderVersion() throws javax.jms.JMSException- Specified by:
getProviderVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getProviderMajorVersion
public int getProviderMajorVersion() throws javax.jms.JMSException- Specified by:
getProviderMajorVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getProviderMinorVersion
public int getProviderMinorVersion() throws javax.jms.JMSException- Specified by:
getProviderMinorVersionin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
getJMSXPropertyNames
public java.util.Enumeration getJMSXPropertyNames() throws javax.jms.JMSException- Specified by:
getJMSXPropertyNamesin interfacejavax.jms.ConnectionMetaData- Throws:
javax.jms.JMSException
-
-