Interface DBConfig
-
- All Known Implementing Classes:
ManagedDBConfig
public interface DBConfigDB configuration values- Author:
- balazs.joo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaximumPoolSize()Returns the maximus size of the connection poolStringgetPassword()getPassword.StringgetUrl()getUrl.StringgetUser()getUser.
-
-
-
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.BaseExceptionReturns the maximus size of the connection pool- Returns:
- the maximus size of the connection pool
- Throws:
hu.icellmobilsoft.coffee.dto.exception.BaseException- exception
-
-