Class XAQueueConnectionFactory

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
    • Constructor Detail

      • XAQueueConnectionFactory

        public XAQueueConnectionFactory()
        Deprecated.
        Constructs an empty XAQueueConnectionFactory. Needed by ObjectFactory, should only be used for internal purposes.
      • XAQueueConnectionFactory

        protected XAQueueConnectionFactory​(String host,
                                           int port)
        Deprecated.
        Constructs an XAQueueConnectionFactory dedicated to a given server.
        Parameters:
        host - Name or IP address of the server's host.
        port - Server's listening port.
      • XAQueueConnectionFactory

        protected XAQueueConnectionFactory​(String url)
        Deprecated.
        Constructs an XAQueueConnectionFactory dedicated to a given server.
        Parameters:
        url - : joram url
    • Method Detail

      • toString

        public String toString()
        Deprecated.
        Returns a string view of the connection factory.
        Overrides:
        toString in class Object