Class AbstractConnectionFactory

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability, fix with 5.15.0 value
        See Also:
        Constant Field Values
      • logger

        private static org.objectweb.util.monolog.api.Logger logger
      • params

        protected FactoryParameters params
        Object containing the factory's parameters.
      • reliableClass

        protected String reliableClass
        Reliable class name, for example use by ssl.
      • identity

        protected org.objectweb.joram.shared.security.Identity identity
        Authentication identity.
      • identityClassName

        protected String identityClassName
      • isSetIdentityClassName

        private boolean isSetIdentityClassName
      • dfltServerHost

        static final String dfltServerHost
        Default server's hostname for connection, default value is "localhost". This value can be adjusted through the JoramDfltServerHost property.
        See Also:
        Constant Field Values
      • dfltServerPort

        static final int dfltServerPort
        Default server's port for connection, default value is 16010. This value can be adjusted through the JoramDfltServerPort property.
        See Also:
        Constant Field Values
      • dfltRootLogin

        static final String dfltRootLogin
        Default administrator login name for connection, default value is "root". This value can be adjusted through the JoramDfltRootLogin property.
        See Also:
        Constant Field Values
      • dfltRootPassword

        static final String dfltRootPassword
        Default administrator login password for connection, default value is "root". This value can be adjusted through the JoramDfltRootPassword property.
        See Also:
        Constant Field Values
      • dfltLogin

        static final String dfltLogin
        Default login name for connection, default value is "anonymous". This value can be adjusted through the JoramDfltLogin property.
        See Also:
        Constant Field Values
      • dfltPassword

        static final String dfltPassword
        Default login password for connection, default value is "anonymous". This value can be adjusted through the JoramDfltPassword property.
        See Also:
        Constant Field Values
      • cnxJMXBeanBaseName

        private String cnxJMXBeanBaseName
    • Constructor Detail

      • AbstractConnectionFactory

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

        public AbstractConnectionFactory​(String url)
        Constructs a ConnectionFactory dedicated to a given server.
        Parameters:
        url - joram ha url.
      • AbstractConnectionFactory

        public AbstractConnectionFactory()
        Constructs an empty ConnectionFactory. Needed by ObjectFactory.