Uses of Class
com.tietoenator.trip.jxp.pool.TdbPooledSession
Packages that use TdbPooledSession
-
Uses of TdbPooledSession in com.tietoenator.trip.jxp.pool
Subclasses of TdbPooledSession in com.tietoenator.trip.jxp.poolModifier and TypeClassDescriptionclass
Pooled TRIPnet session class -- don't attempt to create this directlyclass
Pooled session for web (XML/HTTP) session within a connection poolMethods in com.tietoenator.trip.jxp.pool that return TdbPooledSessionModifier and TypeMethodDescriptionTdbConnectionPool.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.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 TdbPooledSessionModifier and TypeMethodDescriptionvoid
TdbPoolInitializer.initializePooledSession
(TdbPooledSession session) Perform one-time initialization of a session when it is created by the pool.