Uses of Class
com.tietoenator.trip.jxp.pool.TdbPooledSession
-
Packages that use TdbPooledSession Package Description com.tietoenator.trip.jxp.pool Classes for session pooling support. -
-
Uses of TdbPooledSession in com.tietoenator.trip.jxp.pool
Subclasses of TdbPooledSession in com.tietoenator.trip.jxp.pool Modifier and Type Class Description class
TdbTripNetPooledSession
Pooled TRIPnet session class -- don't attempt to create this directlyclass
TdbWebPooledSession
Pooled session for web (XML/HTTP) session within a connection poolMethods in com.tietoenator.trip.jxp.pool that return TdbPooledSession Modifier and Type Method Description TdbPooledSession
TdbConnectionPool. acquire()
Acquire a session from the pool -- the first time a session is acquired, it will incur the cost of a full login to the server.TdbPooledSession
TdbConnectionPool. acquire(long timeout)
Acquire a session from the pool -- the first time a session is acquired, it will incur the cost of a full login to the server.Methods in com.tietoenator.trip.jxp.pool with parameters of type TdbPooledSession Modifier and Type Method Description void
TdbPoolInitializer. initializePooledSession(TdbPooledSession session)
Perform one-time initialization of a session when it is created by the pool.
-