Package org.frankframework.jta.narayana
Class NarayanaDataSourceFactory
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.jdbc.datasource.AbstractXADataSourceFactory
org.frankframework.jta.narayana.NarayanaDataSourceFactory
- 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, testQuery
Fields inherited from class org.frankframework.jdbc.datasource.ObjectFactory
log
Fields inherited from interface org.frankframework.jdbc.IDataSourceFactory
DEFAULT_DATASOURCE_NAME_PROPERTY, GLOBAL_DEFAULT_DATASOURCE_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataSource
createXADataSource
(XADataSource xaDataSource, String dataSourceName) Methods inherited from class org.frankframework.jdbc.datasource.AbstractXADataSourceFactory
augmentDatasource
Methods inherited from class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
createConnectionPool, createPool, isPooledDataSource
Methods inherited from class org.frankframework.jdbc.datasource.DataSourceFactory
augment, toObjectInfo
Methods inherited from class org.frankframework.jdbc.datasource.NonTransactionalDataSourceFactory
getDataSource, getDataSourceNames
Methods inherited from class org.frankframework.jdbc.datasource.ObjectFactory
add, afterPropertiesSet, destroy, destroyObject, get, getObjectInfo, getObjectNames, postDestroy
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.jdbc.IDataSourceFactory
getDataSource
-
Constructor Details
-
NarayanaDataSourceFactory
public NarayanaDataSourceFactory()
-
-
Method Details
-
createXADataSource
- Specified by:
createXADataSource
in classAbstractXADataSourceFactory
-