Package bitronix.tm.resource.jdbc

JDBC specific resource management code.

See:
          Description

Interface Summary
ConnectionCustomizer Listener of connections created by a PoolingDataSource.
JdbcPooledConnectionMBean JdbcPooledConnection Management interface.
LruEvictionListener Eviction listener interface for LruStatementCache.
PoolingDataSourceMBean  
 

Class Summary
BaseProxyHandlerClass Base class for Proxy InvocationHandlers.
JdbcCallableStatementHandle CallableStatement Statement wrapper.
JdbcConnectionHandle Disposable Connection handle.
JdbcPooledConnection Implementation of a JDBC pooled connection wrapping vendor's XAConnection implementation.
JdbcPreparedStatementHandle Caching PreparedStatement wrapper.
JdbcStatementHandle Statement Statement wrapper.
JdbcUncachedPreparedStatementHandle  
LruStatementCache Last Recently Used PreparedStatement cache with eviction listeners support implementation.
PoolingDataSource Implementation of a JDBC DataSource wrapping vendor's XADataSource implementation.
 

Package bitronix.tm.resource.jdbc Description

JDBC specific resource management code.



Copyright © 2006-2011 Bitronix Software. All Rights Reserved.