Interface DataSourcePoolProvider
-
public interface DataSourcePoolProviderUsed by DataSourcePool to provide data sources of a single type (for example a JDBC DataSource or an LDAPDataSource).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetDataSource(String name)Return the named data source, if availableString[]getNames()Returns the names of data sources
-