Interface DBConfig

  • All Known Implementing Classes:
    ManagedDBConfig

    public interface DBConfig
    DB configuration values
    Author:
    balazs.joo
    • Method Detail

      • getUrl

        String getUrl()
               throws hu.icellmobilsoft.coffee.dto.exception.BaseException

        getUrl.

        Returns:
        url value
        Throws:
        hu.icellmobilsoft.coffee.dto.exception.BaseException - exception
      • getUser

        String getUser()
                throws hu.icellmobilsoft.coffee.dto.exception.BaseException

        getUser.

        Returns:
        user value
        Throws:
        hu.icellmobilsoft.coffee.dto.exception.BaseException - exception
      • getPassword

        String getPassword()
                    throws hu.icellmobilsoft.coffee.dto.exception.BaseException

        getPassword.

        Returns:
        password value
        Throws:
        hu.icellmobilsoft.coffee.dto.exception.BaseException - exception
      • getMaximumPoolSize

        int getMaximumPoolSize()
                        throws hu.icellmobilsoft.coffee.dto.exception.BaseException
        Returns the maximus size of the connection pool
        Returns:
        the maximus size of the connection pool
        Throws:
        hu.icellmobilsoft.coffee.dto.exception.BaseException - exception