Class AsyncAfterSynchronization
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.AsyncAfterSynchronization
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>
public class AsyncAfterSynchronization extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description AsyncAfterSynchronization(TwoPhaseCoordinator coordinator, SynchronizationRecord synchronization, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleancall()Run the call
-
-
-
Constructor Detail
-
AsyncAfterSynchronization
public AsyncAfterSynchronization(TwoPhaseCoordinator coordinator, SynchronizationRecord synchronization, int status)
-
-
Method Detail
-
call
public java.lang.Boolean call() throws java.lang.ExceptionRun the call- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Boolean>- Returns:
- true if the call was successful and false otherwise
- Throws:
java.lang.Exception- if the wrapped synchronisation throws an exception
-
-