Home » jboss-5.0.0.CR1-src » org.jboss.resource.adapter » jdbc »

org.jboss.resource.adapter.jdbc

Sub Packages:

org.jboss.resource.adapter.jdbc.jdk5    
org.jboss.resource.adapter.jdbc.jdk6    
org.jboss.resource.adapter.jdbc.local    
org.jboss.resource.adapter.jdbc.remote    
org.jboss.resource.adapter.jdbc.vendor    
org.jboss.resource.adapter.jdbc.xa    
org.jboss.resource.adapter.jdbc.xa.oracle    

Interfaces:

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

Abstract Classes:

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

Classes:

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