< prev index next >

src/java.sql/share/classes/javax/transaction/xa/XAResource.java

Print this page

        

*** 54,63 **** --- 54,64 ---- * * <p>At transaction commit time, the resource managers are informed by * the transaction manager to prepare, commit, or rollback a transaction * according to the two-phase commit protocol.</p> * + * @since 1.4 */ public interface XAResource { /** * Commits the global transaction specified by xid.
< prev index next >