Interface Transaction


  • public interface Transaction
    • Method Detail

      • getID

        long getID()
      • getDescription

        java.lang.String getDescription()
        Returns the description of this transaction.
        Returns:
        the description of this transaction
      • getOpenSubTransactions

        java.util.ArrayList<java.lang.String> getOpenSubTransactions()
        Returns the list of open sub-transactions that are contained inside this transaction.
        Returns:
        the list of open sub-transactions
      • getStatus

        int getStatus()
      • hasCommittedDBTransaction

        boolean hasCommittedDBTransaction()
        Returns true if this fully committed transaction has a corresponding database transaction/checkpoint.