Uses of Package
com.tietoenator.trip.jxp.pool
-
Packages that use com.tietoenator.trip.jxp.pool Package Description com.tietoenator.trip.jxp.pool Classes for session pooling support. -
Classes in com.tietoenator.trip.jxp.pool used by com.tietoenator.trip.jxp.pool Class Description TdbConnectionPool Basic session pooling class, allowing multiple uses of the same session by recycling sessions when the logout() method is called, rather than releasing them.TdbPooledSession Contains a session within a session poolTdbPoolInitializer Declares an interface for a pool initialization procedure.