public interface OSGIDataSourceConfig
extends org.killbill.commons.jdbi.guice.DaoConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_SOURCE_PROP_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
org.killbill.commons.jdbi.guice.DataSourceConnectionPoolingType |
getConnectionPoolingType() |
org.skife.config.TimeSpan |
getConnectionTimeout() |
org.skife.config.TimeSpan |
getIdleConnectionTestPeriod() |
org.skife.config.TimeSpan |
getIdleMaxAge() |
String |
getJdbcUrl() |
org.killbill.commons.jdbi.log.LogLevel |
getLogLevel() |
int |
getMaxActive() |
org.skife.config.TimeSpan |
getMaxConnectionAge() |
int |
getMinIdle() |
String |
getPassword() |
String |
getTransactionHandlerClass() |
String |
getUsername() |
static final String DATA_SOURCE_PROP_PREFIX
String getJdbcUrl()
getJdbcUrl in interface org.killbill.commons.jdbi.guice.DaoConfigString getUsername()
getUsername in interface org.killbill.commons.jdbi.guice.DaoConfigString getPassword()
getPassword in interface org.killbill.commons.jdbi.guice.DaoConfigint getMinIdle()
getMinIdle in interface org.killbill.commons.jdbi.guice.DaoConfigint getMaxActive()
getMaxActive in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getConnectionTimeout()
getConnectionTimeout in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getIdleMaxAge()
getIdleMaxAge in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getMaxConnectionAge()
getMaxConnectionAge in interface org.killbill.commons.jdbi.guice.DaoConfigorg.skife.config.TimeSpan getIdleConnectionTestPeriod()
getIdleConnectionTestPeriod in interface org.killbill.commons.jdbi.guice.DaoConfigorg.killbill.commons.jdbi.log.LogLevel getLogLevel()
getLogLevel in interface org.killbill.commons.jdbi.guice.DaoConfigString getTransactionHandlerClass()
getTransactionHandlerClass in interface org.killbill.commons.jdbi.guice.DaoConfigorg.killbill.commons.jdbi.guice.DataSourceConnectionPoolingType getConnectionPoolingType()
getConnectionPoolingType in interface org.killbill.commons.jdbi.guice.DaoConfigCopyright © 2010-2014. All Rights Reserved.