| Interface | Description |
|---|---|
| DataSourceAlert |
Listener for notifications about the DataSource such as when the DataSource
goes down, up or gets close to it's maximum size.
|
| DataSourceAlertFactory |
Service factory for creating DataSourceAlert implementation.
|
| DataSourceFactory |
Factory that creates DataSourcePool's.
|
| DataSourcePool |
DataSource pool API.
|
| DataSourcePoolListener |
A
DataSourcePool listener which allows you to hook on the
borrow/return process of getting or returning connections from the pool. |
| InitDatabase |
Run database initialisation when a pool can't create the initial connections (user may not exist).
|
| PoolStatistics |
Execution statistics from the DataSourcePool.
|
| PoolStatus |
Current status of the DataSourcePool.
|
| Class | Description |
|---|---|
| DataSourceConfig |
Configuration information for a DataSource.
|
| PostgresInitDatabase |
Creates a schema and role using the database owner.
|
| Exception | Description |
|---|---|
| DataSourceConfigurationException |
Exception that can be thrown when the datasource is not correctly configured.
|
| DataSourceInitialiseException |
Exception that can be thrown when the datasource fails to be created.
|
Copyright © 2019. All rights reserved.