org.ow2.easybeans.component.jdbcpool |
EasyBeans component
JDBC pool component that creates datasource object.
|
Java Source File Name | Type | Comment |
ConnectionManager.java | Class | DataSource implementation. |
DataSourceFactory.java | Class | Class which is used for binding the ConnectionManager object. |
JConnection.java | Class | This class represent a connection linked to the physical and XA connections. |
JDBCPoolComponent.java | Class | Defines a component that creates a JDBC pool in order to use it in EasyBeans. |
JManagedConnection.java | Class | This class represents the connection managed by the pool. |
JStatement.java | Class | Wrapper on a PreparedStatement. |