org.enhydra.jdbc.pool |
|
Java Source File Name | Type | Comment |
GenerationObject.java | Class | This class allows to store multiple things in the Generic
Pool hashtable. |
GenericPool.java | Class | GenericPool is the main class of the Pool. |
PoolHelper.java | Interface | PoolHelper defines methods allowing to make some specific
operation on object. |
PoolKeeper.java | Class | PoolKeeper class allows to clean up automatically dead and
expired objects. |
StandardPoolDataSource.java | Class | StandardPoolDataSource class allows to make some operations on
PooledConnection. |
StandardXAPoolDataSource.java | Class | StandardXAPoolDataSource class allows to make some operations on
XAConnection. |