Class XATopicConnectionFactory

    • Field Detail

      • serialVersionUID

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

      • XATopicConnectionFactory

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

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

        public XATopicConnectionFactory​(String url)
        Deprecated.
        Constructs an XATopicConnectionFactory 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