Class XAConnectionFactory

    • Field Detail

      • serialVersionUID

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

      • XAConnectionFactory

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

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

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