org.objectweb.jonas.dbm.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. Its main goal is to manage a pool of XAConnection objects, to avoid closing the actual Connection on DBMS, and to dea ...
org.objectweb.jonas.jdbc_xa.XADataSourceImpl The XADataSource implementation in our pseudo JDBC-XA driver. Acts as a factory for XAConnection objects. Created by our DataSource implementation, in the JOnAS Server. There is one XADataSource for each DataSource JDBC which do not have this kind of driver in standard (all databases today!) @aut ...