Uses of Interface
com.tietoenator.trip.jxp.pool.TdbPoolInitializer
-
Packages that use TdbPoolInitializer Package Description com.tietoenator.trip.jxp.pool Classes for session pooling support. -
-
Uses of TdbPoolInitializer in com.tietoenator.trip.jxp.pool
Methods in com.tietoenator.trip.jxp.pool that return TdbPoolInitializer Modifier and Type Method Description TdbPoolInitializer
TdbConnectionPool. getPoolInitializer()
Returns the current pool initialization procedure for sessions in the pool.Methods in com.tietoenator.trip.jxp.pool with parameters of type TdbPoolInitializer Modifier and Type Method Description void
TdbConnectionPool. setPoolInitializer(TdbPoolInitializer initproc)
Assigns a pool initialization procedure for sessions in the pool.
-