Package | Description |
---|---|
com.tietoenator.trip.jxp.pool |
Classes for session pooling support.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbTripNetPooledSession
Pooled TRIPnet session class -- don't attempt to create this directly
|
class |
TdbWebPooledSession
Pooled session for web (XML/HTTP) session within a connection pool
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbPoolInitializer.initializePooledSession(TdbPooledSession session)
Perform one-time initialization of a session when it is created by the
pool.
|