Package org.alicebot.server.sql.pool

Class Summary
CleanUpThread Calls the cleanup method of an ObjectPool at a period determined by its CleanUpThread.sleepTime.
DbAccess Represents all connection details to a DBMS and allows for getting the input/output streams.
DbAccessRefsPoolMgr Manages a pool of references to a database.
ObjectPool An abstract pool of objects that can be checked in and locked, checked out and unlocked.