jdk/src/java.sql/share/classes/javax/transaction/xa/XAResource.java
changeset 44256 12050b22e372
parent 28298 7fca67ba0b9f
equal deleted inserted replaced
44255:515cf13d7791 44256:12050b22e372
    54  *
    54  *
    55  * <p>At transaction commit time, the resource managers are informed by
    55  * <p>At transaction commit time, the resource managers are informed by
    56  * the transaction manager to prepare, commit, or rollback a transaction
    56  * the transaction manager to prepare, commit, or rollback a transaction
    57  * according to the two-phase commit protocol.</p>
    57  * according to the two-phase commit protocol.</p>
    58  *
    58  *
       
    59  * @since 1.4
    59  */
    60  */
    60 public interface XAResource {
    61 public interface XAResource {
    61 
    62 
    62     /**
    63     /**
    63      * Commits the global transaction specified by xid.
    64      * Commits the global transaction specified by xid.