Class XATopicTcpConnectionFactory

    • Field Detail

      • serialVersionUID

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

      • XATopicTcpConnectionFactory

        public XATopicTcpConnectionFactory()
        Deprecated.
        Constructs an XATopicTcpConnectionFactory instance. This empty constructor is needed for JNDI. Should only be used for internal purposes.
      • XATopicTcpConnectionFactory

        private XATopicTcpConnectionFactory​(String host,
                                            int port)
        Deprecated.
        Constructs an XATopicTcpConnectionFactory instance.
        Parameters:
        host - Name or IP address of the server's host.
        port - Server's listening port.