Package org.objectweb.jonas.dbm

Interface Summary
ConnectionManagerMBean MBean Interface for ConnectionManager (Datasource implementation) Some attributes have a set method (can be changed by admin) MBean type: Standard MBean model: inheritance
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  
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)