Package | Description |
---|---|
com.tietoenator.trip.jxp.pool |
Classes for session pooling support.
|
Class and 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 pool
|
TdbPoolInitializer
Declares an interface for a pool initialization procedure.
|