ilog.rules.res.session.config

Interface IlrJDBCPersistenceConfig



  • public interface IlrJDBCPersistenceConfig
    The configuration based on persistence in JDBC mode.
    Since:
    8.0
    • Method Detail

      • setUser

        void setUser(java.lang.String user)
        Parameters:
        user - the user name to connect to the database
      • getUser

        java.lang.String getUser()
        Returns:
        the user name to connect to the database
      • setURL

        void setURL(java.lang.String url)
        Parameters:
        url - the URL to connect to the database
      • getURL

        java.lang.String getURL()
        Returns:
        the URL to connect to the database
      • setDriverClassName

        void setDriverClassName(java.lang.String name)
        Parameters:
        name - the name of the driver class used to connect to the database
      • getDriverClassName

        java.lang.String getDriverClassName()
        Returns:
        the name of the driver class used to connect to the database
      • setPassword

        void setPassword(java.lang.String password)
        Parameters:
        password - the password used to connect to the database
      • getPassword

        java.lang.String getPassword()
        Returns:
        the password used to connect to the database
      • setCryptedPassword

        void setCryptedPassword(java.lang.String password)
        Parameters:
        password - the crypted password used to connect to the database
      • getCryptedPassword

        java.lang.String getCryptedPassword()
        Returns:
        the crypted password used to connect to the database

© Copyright IBM Corp. 1987, 2020