Interface | Description |
---|---|
TdbPoolInitializer |
Declares an interface for a pool initialization procedure.
|
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 pool
|
TdbTripNetConnectionPool |
Connection pool for TRIPnet sessions
|
TdbTripNetPooledSession |
Pooled TRIPnet session class -- don't attempt to create this directly
|
TdbWebConnectionPool |
Connection pool for web sessions
|
TdbWebPooledSession |
Pooled session for web (XML/HTTP) session within a connection pool
|