Class PoolingDataSourceFactory

All Implemented Interfaces:
IDataSourceFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
AbstractXADataSourceFactory, LadyBugDataSourceFactory

public class PoolingDataSourceFactory extends DataSourceFactory
Factory through which (TX-enabled) Pooling DataSources can be retrieved. Already created DataSources are stored in a ConcurrentHashMap. Every DataSource can be augmented before it is added.
  • Field Details

    • minIdle

      protected int minIdle
    • maxPoolSize

      protected int maxPoolSize
    • maxIdle

      protected int maxIdle
    • maxLifeTime

      protected int maxLifeTime
    • connectionCheckInterval

      protected int connectionCheckInterval
    • testQuery

      protected String testQuery
  • Constructor Details

    • PoolingDataSourceFactory

      public PoolingDataSourceFactory()
  • Method Details