Class Summary |
CleanUpThread |
Helper thread taking care to call the cleanUp() method of the main class (ObjectPool ). |
Database |
The data-bridge class used to retrieve and return JDBC connection from the database. |
GeneralDAO |
GeneralDAO - general class used to provide some common methods to all database accessors (DAO classes). |
JDBCConnectionPool |
JDBC oriented implementation of the ObjectPool general pool parent class. |
MockConnection |
Wrapper class for the java.sql.Connection object. |
MockConnectionPool |
Mock oriented implementation of the ObjectPool parent class. |
ObjectPool |
Abstract class managing a generic pool of objects (usually threads or database connections). |
ServiceDAO |
The class wrapping all the SQL queries and statement necessary to retrieve data from the database(s). |