@Version("1.1")
Package com.day.commons.datasource.poolservice
ADOBE CONFIDENTIAL
___________________
Copyright 2006 Adobe
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Adobe and its suppliers, if any. The intellectual
and technical concepts contained herein are proprietary to Adobe
and its suppliers and are protected by all applicable intellectual
property laws, including trade secret and copyright laws.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Adobe.
-
Interface Summary Interface Description DataSourcePool Combines multiple DataSourcePoolProvider services into a single service that gives access to preconfigured data sources.DataSourcePoolProvider Used by DataSourcePool to provide data sources of a single type (for example a JDBC DataSource or an LDAPDataSource). -
Exception Summary Exception Description DataSourceNotFoundException Indicate that no datasource could be found with the required name.TypeNotAvailableException Indicates that the required type of data source is not available.