Interface JdbcResourceTransaction
-
- All Known Subinterfaces:
PhysicalJdbcTransaction
public interface JdbcResourceTransactionModels access to the resource transaction of the underlying JDBC resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin()Begin the resource transactionvoidcommit()Commit the resource transactionTransactionStatusgetStatus()voidrollback()Rollback the resource transaction
-
-
-
Method Detail
-
begin
void begin()
Begin the resource transaction
-
commit
void commit()
Commit the resource transaction
-
rollback
void rollback()
Rollback the resource transaction
-
getStatus
TransactionStatus getStatus()
-
-