Class JTASyncRegistry


  • public class JTASyncRegistry
    extends java.lang.Object
    Wrapper around TransactionSynchronizationRegistry (only present JTA1.1+). Grabs hold of the TransactionSynchronizationRegistry (if available), and allows registration of a Synchronization.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.transaction.TransactionSynchronizationRegistry registry  
    • Constructor Summary

      Constructors 
      Constructor Description
      JTASyncRegistry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(javax.transaction.Synchronization sync)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait