Interface PoolConfiguration

All Known Subinterfaces:
ConnectionPoolMBean
All Known Implementing Classes:
ConnectionPool, DataSource, DataSourceProxy, PoolProperties, XADataSource

public interface PoolConfiguration
A list of properties that are configurable for a connection pool. The DataSource object also implements this interface so that it can be easily configured through an IoC container without having to specify a secondary object with a setter method.