Class AsyncAfterSynchronization

java.lang.Object
com.arjuna.ats.arjuna.coordinator.AsyncAfterSynchronization
All Implemented Interfaces:
Callable<Boolean>

public class AsyncAfterSynchronization extends Object implements Callable<Boolean>
  • Constructor Details

  • Method Details

    • call

      public Boolean call() throws Exception
      Run the call
      Specified by:
      call in interface Callable<Boolean>
      Returns:
      true if the call was successful and false otherwise
      Throws:
      Exception - if the wrapped synchronisation throws an exception