Package org.objectweb.jonas.dbm

Interface Summary
DataBaseService DataBase Service interface.*
DataBaseServiceImplMBean MBean Interface for DataBase Service Management MBean type: Standard MBean model: Inheritance (DataBaseServiceImpl)
 

Class Summary
ConnectionManager JOnAS generic implementation of DataSource to manage an underlying JDBC-XA driver (XADataSource, XAConnection, XAResource, ...) This class acts as a factory for Connection objects.
DataBaseServiceImpl DatabaseService acts as a factory for the DataSource objects.
DataSourceFactory  
JDBCDataSource MBean class for JDBCDataSource Management This MBean manages a connection manager and its associated pool.
JDBCDataSourceMBean Allow creation of a model MBean instance to registered in the MBean server.
JDBCDriver MBean class for JDBCDriver Management
JDBCResource MBean class for JDBCResource Management
Pool Connection Pool
PoolItem This class represents a connection stored in the pool.
PoolKeeper Keeps pool as small as possible (after conn's has reached MaxAge)