| ExceptionSorter | The ExceptionSorter interface allows for java.sql.SQLException
evaluation to determine if an error is fatal. |
code | html |
| StaleConnectionChecker | A StaleConnectionChecker. | code | html |
| StatementAccess | A simple interface that allow us to get the underlying driver specific statement implementation back from the wrapper. | code | html |
| URLSelectorStrategy | URLSelectorStrategy | code | html |
| ValidConnectionChecker | Checks that a connection is valid | code | html |
| WrappedConnectionFactory | WrappedConnectionFactory. | code | html |
| BaseWrapperManagedConnection | BaseWrapperManagedConnection | code | html |
| BaseWrapperManagedConnectionFactory | BaseWrapperManagedConnectionFactory | code | html |
| CachedCallableStatement | A cache wrapper for java.sql.CallableStatement | code | html |
| CachedPreparedStatement | Wrapper class for cached PreparedStatements. | code | html |
| WrappedCallableStatement | WrappedCallableStatement | code | html |
| WrappedConnection | A wrapper for a connection. | code | html |
| WrappedPreparedStatement | A wrapper for a prepared statement. | code | html |
| WrappedResultSet | A wrapper for a result set | code | html |
| WrappedStatement | A wrapper for a statement. | code | html |
| BaseWrapperManagedConnectionFactory.SubjectActions | code | html | |
| CheckValidConnectionSQL | Implements check valid connection sql | code | html |
| JBossWrapper | JBossWrapper. | code | html |
| NullExceptionSorter | Does not check the exception | code | html |
| NullStaleConnectionChecker | A NullStaleConnectionChecker. | code | html |
| NullValidConnectionChecker | Does not check the connection | code | html |
| PreparedStatementCache | LRU cache for PreparedStatements. When ps ages out, close it. | code | html |
| PreparedStatementCache.Key | code | html | |
| StaleConnectionException | A StaleConnectionException. | code | html |
| WrappedConnectionRequestInfo | WrappedConnectionRequestInfo | code | html |
| WrapperDataSource | WrapperDataSource | code | html |