Package org.objectweb.easybeans.dbpool

Implementation of a JDBC pool for EJB 3.0 container

See:
          Description

Class Summary
ConnectionManager DataSource implementation.
DataSourceFactory Class which is used for binding the ConnectionManager object.
JConnection This class represent a connection linked to the physical and XA connections.
JManagedConnection This class represents the connection managed by the pool.
JStatement Wrapper on a PreparedStatement.
 

Package org.objectweb.easybeans.dbpool Description

Implementation of a JDBC pool for EJB 3.0 container