Class QueueConnectionFactory

    • Field Detail

      • serialVersionUID

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

      • QueueConnectionFactory

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

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

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