org.objectweb.transaction.jta

Interface ResourceManagerEvent

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void enlistConnection(javax.transaction.Transaction transaction)
      This method is used by the transaction manager to perform callbacks on the resource manager when a transaction begins.
    • Method Detail

      • enlistConnection

        void enlistConnection(javax.transaction.Transaction transaction)
                              throws javax.transaction.SystemException
        This method is used by the transaction manager to perform callbacks on the resource manager when a transaction begins.
        Parameters:
        transaction - the transaction that has begun
        Throws:
        javax.transaction.SystemException - if an exception occurs