Package org.frankframework.ladybug.jdbc
Class LadyBugDataSourceFactory
java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactory<DataSource,CommonDataSource>
org.frankframework.jdbc.datasource.NonTransactionalDataSourceFactory
org.frankframework.jdbc.datasource.DataSourceFactory
org.frankframework.jdbc.datasource.PoolingDataSourceFactory
org.frankframework.ladybug.jdbc.LadyBugDataSourceFactory
- All Implemented Interfaces:
IDataSourceFactory,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.jdbc.datasource.ObjectFactory
ObjectFactory.ObjectInfo -
Field Summary
Fields inherited from class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
connectionCheckInterval, maxIdle, maxLifeTime, maxPoolSize, minIdle, testQueryFields inherited from class org.frankframework.jdbc.datasource.ObjectFactory
logFields inherited from interface org.frankframework.jdbc.IDataSourceFactory
DEFAULT_DATASOURCE_NAME_PROPERTY, GLOBAL_DEFAULT_DATASOURCE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataSourceaugmentDatasource(CommonDataSource dataSource, String dataSourceName) Allow implementing classes to augment the DataSource.Methods inherited from class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
createConnectionPool, createPool, isPooledDataSourceMethods inherited from class org.frankframework.jdbc.datasource.DataSourceFactory
augment, toObjectInfoMethods inherited from class org.frankframework.jdbc.datasource.NonTransactionalDataSourceFactory
getDataSource, getDataSourceNamesMethods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.frankframework.jdbc.IDataSourceFactory
getDataSource
-
Constructor Details
-
LadyBugDataSourceFactory
public LadyBugDataSourceFactory()
-
-
Method Details
-
augmentDatasource
@Nonnull protected DataSource augmentDatasource(@Nonnull CommonDataSource dataSource, @Nonnull String dataSourceName) Description copied from class:DataSourceFactoryAllow implementing classes to augment the DataSource. SeeDataSourceFactory.augment(CommonDataSource, String).- Overrides:
augmentDatasourcein classPoolingDataSourceFactory
-