Class MicroTxLockFreeReservation
java.lang.Object
com.oracle.microtx.springboot.lra.lockfree.MicroTxLockFreeReservation
- All Implemented Interfaces:
LockFreeReservation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(Connection connection) void
compensate
(Connection connection) void
complete
(Connection connection) void
join
(Connection connection)
-
Constructor Details
-
MicroTxLockFreeReservation
public MicroTxLockFreeReservation()
-
-
Method Details
-
begin
- Specified by:
begin
in interfaceLockFreeReservation
- Throws:
SQLException
-
join
- Specified by:
join
in interfaceLockFreeReservation
- Throws:
SQLException
-
complete
- Specified by:
complete
in interfaceLockFreeReservation
- Throws:
SQLException
-
compensate
- Specified by:
compensate
in interfaceLockFreeReservation
- Throws:
SQLException
-