|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
TransactionListener | Callback for notification when a transaction is finished. |
Class Summary | |
XAClientConnection | Wrapper for database connections used by an XAConnection. |
XAConnectionImpl | A transaction wrapper around a java.sql.Connection. |
XADataSourceImpl | Transactional DataSource wrapper for JDBC 1.0 drivers. |
XAResourceImpl | JTA resource implementation for JDBC 1.0 connections. |
Transactional wrappers for JDBC drivers that don't implement the JDBC 2.0 standard extension. This allows an "old" JDBC driver to participate in a two-phase commit environment, though with certain limitations. For example, you cannot use one transaction across multiple connections, and there will be heuristic failures if commits or rollbacks fail under certain circumstances. This wrapper also allows connections to participate in JTA transactions, so a J2EE server can manage them appropriately. Highly recommended for use in a J2EE server (as opposed to using the non-conformant connections directly).
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |