| snaq.db.ConnectionValidator
All known Subclasses: snaq.db.AutoCommitValidator,
ConnectionValidator | public interface ConnectionValidator (Code) | | Interface for validating database connections.
This interface can be implemented by a class in order to provide custom
database connection validation. To use the custom validator class make
sure you call the setValidator method in either the
ConnectionPool object or the ConnectionPoolManager
in your code (or use the properties file version with the pool manager).
author: Giles Winstanley |
|
|