File tree Expand file tree Collapse file tree
src/main/java/org/avaje/datasource/pool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .avaje .datasource .pool ;
22
3- import org .avaje .datasource .DataSourceConfig ;
43import org .avaje .datasource .DataSourceAlert ;
4+ import org .avaje .datasource .DataSourceConfig ;
55import org .avaje .datasource .DataSourcePool ;
66import org .avaje .datasource .DataSourcePoolListener ;
77import org .avaje .datasource .PoolStatistics ;
2222import java .util .Set ;
2323
2424/**
25- * A robust DataSource.
25+ * A robust DataSource implementation .
2626 * <p>
2727 * <ul>
28- * <li>Manages the number of connections closing connections that have been idle
29- * for some time.
30- * <li>Notifies when the datasource goes down and comes back up.
31- * <li>Checks for expected downtime which is useful for schedule db backups.
32- * <li>Provides PreparedStatement caching
33- * <li>Knows the busy connections
34- * <li>Traces connections that have been leaked
28+ * <li>Manages the number of connections closing connections that have been idle for some time.</li>
29+ * <li>Notifies when the datasource goes down and comes back up.</li>
30+ * <li>Provides PreparedStatement caching</li>
31+ * <li>Knows the busy connections</li>
32+ * <li>Traces connections that have been leaked</li>
3533 * </ul>
3634 * </p>
3735 */
You can’t perform that action at this time.
0 commit comments