Class MicroTxLockFreeReservation
java.lang.Object
com.oracle.microtx.springboot.lra.lockfree.MicroTxLockFreeReservation
- All Implemented Interfaces:
LockFreeReservation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(Connection connection) voidcompensate(Connection connection) voidcomplete(Connection connection) voidjoin(Connection connection)
-
Constructor Details
-
MicroTxLockFreeReservation
public MicroTxLockFreeReservation()
-
-
Method Details
-
begin
- Specified by:
beginin interfaceLockFreeReservation- Throws:
SQLException
-
join
- Specified by:
joinin interfaceLockFreeReservation- Throws:
SQLException
-
complete
- Specified by:
completein interfaceLockFreeReservation- Throws:
SQLException
-
compensate
- Specified by:
compensatein interfaceLockFreeReservation- Throws:
SQLException
-