Interface TransactionTable

    • Method Detail

      • getGlobalTransaction

        GlobalTransaction getGlobalTransaction​(javax.transaction.Transaction transaction)
        Parameters:
        transaction - the local transaction. Must be non-null.
        Returns:
        the GlobalTransaction associated with the transaction or null if doesn't exists.
      • getLocalGlobalTransaction

        java.util.Collection<GlobalTransaction> getLocalGlobalTransaction()
        Returns:
        an unmodified collection of GlobalTransaction associated with local running transactions.
      • getRemoteGlobalTransaction

        java.util.Collection<GlobalTransaction> getRemoteGlobalTransaction()
        Returns:
        an unmodified collection of GlobalTransaction associated with remote transactions.