Interface TransactionInfo


public interface TransactionInfo
  • 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

      Get the status of the corresponding transaction.
      Returns:
      status
    • hasCommittedDBTransaction

      boolean hasCommittedDBTransaction()
      Determine if the corresponding transaction, and all of its sub-transactions, has been comitted to the underlying database.
      Returns:
      true if the corresponding transaction has been comitted, else false.