Package com.oracle.microtx.lra.lockfree
Interface LockFreeReservation
- All Known Implementing Classes:
MicroTxLockFreeReservation
public interface LockFreeReservation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(Connection connection) void
compensate
(Connection connection) void
complete
(Connection connection) void
join
(Connection connection)
-
Method Details
-
begin
- Throws:
SQLException
-
join
- Throws:
SQLException
-
complete
- Throws:
SQLException
-
compensate
- Throws:
SQLException
-