Package | Description |
---|---|
org.enhydra.jdbc.pool |
Modifier and Type | Class and Description |
---|---|
class |
StandardPoolDataSource
StandardPoolDataSource class allows to make some operations on
PooledConnection.
|
class |
StandardXAPoolDataSource
StandardXAPoolDataSource class allows to make some operations on
XAConnection.
|
Constructor and Description |
---|
GenericPool(PoolHelper helper)
Creates an GenericPool with the default params.
|
GenericPool(PoolHelper helper,
int initSize) |
GenericPool(PoolHelper helper,
int minSize,
int maxSize,
long lifeTime,
long sleepTime)
Constructor, set the two hashtables and set by default the other values
|