Class ConnectionMetaDataImpl

  • All Implemented Interfaces:
    java.util.Enumeration, javax.jms.ConnectionMetaData

    public class ConnectionMetaDataImpl
    extends java.lang.Object
    implements javax.jms.ConnectionMetaData, java.util.Enumeration
    • Constructor Detail

      • ConnectionMetaDataImpl

        public ConnectionMetaDataImpl​(java.lang.String jmsVersion,
                                      int jmsMajorVersion,
                                      int jmsMinorVersion,
                                      java.lang.String jmsProviderName,
                                      java.lang.String jmsProviderVersion,
                                      int jmsProviderMajorVersion,
                                      int jmsProviderMinorVersion,
                                      java.lang.String routerName)
      • ConnectionMetaDataImpl

        public ConnectionMetaDataImpl​(java.lang.String routerName)
      • ConnectionMetaDataImpl

        public ConnectionMetaDataImpl()
    • Method Detail

      • writeContent

        public void writeContent​(java.io.DataOutput out)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • readContent

        public void readContent​(java.io.DataInput in)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getJMSVersion

        public java.lang.String getJMSVersion()
                                       throws javax.jms.JMSException
        Specified by:
        getJMSVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getJMSMajorVersion

        public int getJMSMajorVersion()
                               throws javax.jms.JMSException
        Specified by:
        getJMSMajorVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getJMSMinorVersion

        public int getJMSMinorVersion()
                               throws javax.jms.JMSException
        Specified by:
        getJMSMinorVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getJMSProviderName

        public java.lang.String getJMSProviderName()
                                            throws javax.jms.JMSException
        Specified by:
        getJMSProviderName in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getProviderVersion

        public java.lang.String getProviderVersion()
                                            throws javax.jms.JMSException
        Specified by:
        getProviderVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getProviderMajorVersion

        public int getProviderMajorVersion()
                                    throws javax.jms.JMSException
        Specified by:
        getProviderMajorVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getProviderMinorVersion

        public int getProviderMinorVersion()
                                    throws javax.jms.JMSException
        Specified by:
        getProviderMinorVersion in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • getRouterName

        public java.lang.String getRouterName()
      • getJMSXPropertyNames

        public java.util.Enumeration getJMSXPropertyNames()
                                                   throws javax.jms.JMSException
        Specified by:
        getJMSXPropertyNames in interface javax.jms.ConnectionMetaData
        Throws:
        javax.jms.JMSException
      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration
      • nextElement

        public java.lang.Object nextElement()
                                     throws java.util.NoSuchElementException
        Specified by:
        nextElement in interface java.util.Enumeration
        Throws:
        java.util.NoSuchElementException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object