ExamplePoolConfigProvider.java | Class | This class is a very simple example of how to provide your own
settings to a pool at runtime - possibly using an external datastore
via LDAP, or from a relational db.
The example 'datasource' here is just a Properties object - but it does highlight
how you may implement your own.
If you wish to accept defaults for values, then leave them out of the config
and a default value will be used by the pool. |