Package com.tietoenator.trip.jxp.pool
Classes for session pooling support.
-
Interface Summary Interface Description TdbPoolInitializer Declares an interface for a pool initialization procedure. -
Class Summary 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 poolTdbTripNetConnectionPool Connection pool for TRIPnet sessionsTdbTripNetPooledSession Pooled TRIPnet session class -- don't attempt to create this directlyTdbWebConnectionPool Connection pool for web sessionsTdbWebPooledSession Pooled session for web (XML/HTTP) session within a connection pool