Interface Transaction


public interface Transaction
  • Field Details

  • Method Details

    • getID

      long getID()
    • getDescription

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

      ArrayList<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.